/kernel/linux/linux-6.6/drivers/soc/xilinx/ |
H A D | xlnx_event_manager.c | 68 * @hentry: hlist_node that hooks this entry into hashtable. 75 struct hlist_node hentry; member 101 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) { in xlnx_add_cb_for_notify_event() 130 hash_add(reg_driver_map, &eve_data->hentry, key); in xlnx_add_cb_for_notify_event() 159 hash_for_each_possible(reg_driver_map, eve_data, hentry, PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend() 184 hash_add(reg_driver_map, &eve_data->hentry, PM_INIT_SUSPEND_CB); in xlnx_add_cb_for_suspend() 200 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend() 211 hash_del(&eve_data->hentry); in xlnx_remove_cb_for_suspend() 237 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, key) { in xlnx_remove_cb_for_notify_event() 252 hash_del(&eve_data->hentry); in xlnx_remove_cb_for_notify_event() [all...] |
/kernel/linux/linux-5.10/drivers/firmware/xilinx/ |
H A D | zynqmp.c | 38 * @hentry: hlist_node that hooks this entry into hashtable 43 struct hlist_node hentry; member 167 hash_for_each_possible(pm_api_features_map, feature_data, hentry, in zynqmp_pm_feature() 189 hash_add(pm_api_features_map, &feature_data->hentry, api_id); in zynqmp_pm_feature() 1289 hash_for_each_safe(pm_api_features_map, i, tmp, feature_data, hentry) { in zynqmp_firmware_remove() 1290 hash_del(&feature_data->hentry); in zynqmp_firmware_remove()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | workqueue_internal.h | 28 struct hlist_node hentry; /* L: while busy */ member
|
H A D | workqueue.c | 1043 hash_for_each_possible(pool->busy_hash, worker, hentry, in find_worker_executing_work() 1787 (worker->hentry.next || worker->hentry.pprev))) in worker_enter_idle() 2214 hash_add(pool->busy_hash, &worker->hentry, (unsigned long)work); 2320 hash_del(&worker->hentry); 4725 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq() 4735 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | workqueue_internal.h | 28 struct hlist_node hentry; /* L: while busy */ member
|
H A D | workqueue.c | 995 (worker->hentry.next || worker->hentry.pprev))) in worker_enter_idle() 1071 hash_for_each_possible(pool->busy_hash, worker, hentry, in find_worker_executing_work() 2951 hash_add(pool->busy_hash, &worker->hentry, (unsigned long)work); 3062 hash_del(&worker->hentry); 5637 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq() 5647 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq() 6839 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_cpu_pool_hog()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mtk-sch.c | 268 INIT_HLIST_NODE(&sch_ep->hentry); in create_sch_ep() 571 hlist_del(&sch_ep->hentry); in destroy_sch_ep() 661 hash_add(mtk->sch_ep_hash, &sch_ep->hentry, (unsigned long)ep); in add_ep_quirk() 680 hn, hentry, (unsigned long)ep) { in drop_ep_quirk()
|
H A D | xhci-mtk.h | 62 * @hentry: hash table entry 93 struct hlist_node hentry; member
|
/kernel/linux/linux-6.6/drivers/firmware/xilinx/ |
H A D | zynqmp.c | 67 * @hentry: hlist_node that hooks this entry into hashtable 72 struct hlist_node hentry; member 203 hash_for_each_possible(pm_api_features_map, feature_data, hentry, in do_feature_check_call() 218 hash_add(pm_api_features_map, &feature_data->hentry, api_id); in do_feature_check_call() 2016 hash_for_each_safe(pm_api_features_map, i, tmp, feature_data, hentry) { in zynqmp_firmware_remove() 2017 hash_del(&feature_data->hentry); in zynqmp_firmware_remove()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 101 * @hentry: hlist_node that hooks this entry into the pstate_revmap 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()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 101 * @hentry: hlist_node that hooks this entry into the pstate_revmap 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()
|