Searched refs:hentry (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/soc/xilinx/ |
| H A D | xlnx_event_manager.c | 75 struct hlist_node hentry; member 116 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) { in xlnx_add_cb_for_notify_event() 145 hash_add(reg_driver_map, &eve_data->hentry, key); in xlnx_add_cb_for_notify_event() 174 hash_for_each_possible(reg_driver_map, eve_data, hentry, PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend() 201 hash_add(reg_driver_map, &eve_data->hentry, PM_INIT_SUSPEND_CB); in xlnx_add_cb_for_suspend() 217 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend() 228 hash_del(&eve_data->hentry); in xlnx_remove_cb_for_suspend() 254 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, key) { in xlnx_remove_cb_for_notify_event() 269 hash_del(&eve_data->hentry); in xlnx_remove_cb_for_notify_event() 451 hash_for_each_possible(reg_driver_map, eve_data, hentry, cb_type) { in xlnx_call_suspend_cb_handler() [all …]
|
| /linux/kernel/ |
| H A D | workqueue_internal.h | 28 struct hlist_node hentry; /* L: while busy */ member
|
| H A D | workqueue.c | 1056 (worker->hentry.next || worker->hentry.pprev))) in worker_enter_idle() 1132 hash_for_each_possible(pool->busy_hash, worker, hentry, in find_worker_executing_work() 3227 hash_add(pool->busy_hash, &worker->hentry, (unsigned long)work); in process_one_work() 3352 hash_del(&worker->hentry); in process_one_work() 6418 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq() 6428 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq() 7676 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_cpu_pool_busy_workers()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-mtk.h | 105 struct hlist_node hentry; member
|
| H A D | xhci-mtk-sch.c | 284 INIT_HLIST_NODE(&sch_ep->hentry); in create_sch_ep() 855 hlist_del(&sch_ep->hentry); in destroy_sch_ep() 945 hash_add(mtk->sch_ep_hash, &sch_ep->hentry, (unsigned long)ep); in add_ep_quirk() 964 hn, hentry, (unsigned long)ep) { in drop_ep_quirk()
|
| /linux/drivers/firmware/xilinx/ |
| H A D | zynqmp.c | 72 struct hlist_node hentry; member 263 hash_for_each_possible(pm_api_features_map, feature_data, hentry, in do_feature_check_call() 278 hash_add(pm_api_features_map, &feature_data->hentry, api_id); in do_feature_check_call() 2135 hash_for_each_safe(pm_api_features_map, i, tmp, feature_data, hentry) { in zynqmp_firmware_remove() 2136 hash_del(&feature_data->hentry); in zynqmp_firmware_remove()
|
| /linux/drivers/cpufreq/ |
| H A D | powernv-cpufreq.c | 110 struct hlist_node hentry; member 210 hash_for_each_possible(pstate_revmap, revmap_data, hentry, key) { in pstate_to_idx() 335 hash_add(pstate_revmap, &revmap_data->hentry, key); in init_powernv_pstates()
|