Home
last modified time | relevance | path

Searched refs:hentry (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/firmware/xilinx/
A Dzynqmp.c50 struct hlist_node hentry; member
174 hash_for_each_possible(pm_api_features_map, feature_data, hentry, in zynqmp_pm_feature()
196 hash_add(pm_api_features_map, &feature_data->hentry, api_id); in zynqmp_pm_feature()
1483 hash_for_each_safe(pm_api_features_map, i, tmp, feature_data, hentry) { in zynqmp_firmware_remove()
1484 hash_del(&feature_data->hentry); in zynqmp_firmware_remove()
/linux/kernel/
A Dworkqueue_internal.h28 struct hlist_node hentry; /* L: while busy */ member
A Dworkqueue.c1049 hash_for_each_possible(pool->busy_hash, worker, hentry, in find_worker_executing_work()
1800 (worker->hentry.next || worker->hentry.pprev))) in worker_enter_idle()
2229 hash_add(pool->busy_hash, &worker->hentry, (unsigned long)work); in process_one_work()
2336 hash_del(&worker->hentry); in process_one_work()
4743 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq()
4753 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq()
/linux/drivers/usb/host/
A Dxhci-mtk-sch.c285 INIT_HLIST_NODE(&sch_ep->hentry); in create_sch_ep()
631 hlist_del(&sch_ep->hentry); in destroy_sch_ep()
721 hash_add(mtk->sch_ep_hash, &sch_ep->hentry, (unsigned long)ep); in add_ep_quirk()
740 hn, hentry, (unsigned long)ep) { in drop_ep_quirk()
A Dxhci-mtk.h92 struct hlist_node hentry; member
/linux/drivers/cpufreq/
A Dpowernv-cpufreq.c107 struct hlist_node hentry; member
207 hash_for_each_possible(pstate_revmap, revmap_data, hentry, key) { in pstate_to_idx()
332 hash_add(pstate_revmap, &revmap_data->hentry, key); in init_powernv_pstates()

Completed in 25 milliseconds