Searched refs:hentry (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/ |
H A D | workqueue_internal.h | 28 struct hlist_node hentry; /* L: while busy */ member
|
H A D | workqueue.c | 1038 (worker->hentry.next || worker->hentry.pprev))) in worker_enter_idle() 1114 hash_for_each_possible(pool->busy_hash, worker, hentry, in find_worker_executing_work() 3162 hash_add(pool->busy_hash, &worker->hentry, (unsigned long)work); in process_one_work() 3284 hash_del(&worker->hentry); in process_one_work() 6243 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq() 6253 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq() 7493 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_cpu_pool_hog()
|
/linux/drivers/usb/host/ |
H A D | xhci-mtk.h | 103 struct hlist_node hentry; member
|
H A D | xhci-mtk-sch.c | 285 INIT_HLIST_NODE(&sch_ep->hentry); in create_sch_ep() 856 hlist_del(&sch_ep->hentry); in destroy_sch_ep() 946 hash_add(mtk->sch_ep_hash, &sch_ep->hentry, (unsigned long)ep); in add_ep_quirk() 965 hn, hentry, (unsigned long)ep) { in drop_ep_quirk()
|
/linux/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 107 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()
|