Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/soc/xilinx/
A Dxlnx_event_manager.c75 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()
184 hash_add(reg_driver_map, &eve_data->hentry, PM_INIT_SUSPEND_CB); in xlnx_add_cb_for_suspend()
210 hash_del(&eve_data->hentry); in xlnx_remove_cb_for_suspend()
235 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) { in xlnx_remove_cb_for_notify_event()
250 hash_del(&eve_data->hentry); in xlnx_remove_cb_for_notify_event()
432 hash_for_each_possible(reg_driver_map, eve_data, hentry, cb_type) { in xlnx_call_suspend_cb_handler()
454 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) { in xlnx_call_notify_cb_handler()
676 hash_for_each_safe(reg_driver_map, i, tmp, eve_data, hentry) { in xlnx_event_manager_remove()
[all …]
/linux-6.3-rc2/kernel/
A Dworkqueue_internal.h28 struct hlist_node hentry; /* L: while busy */ member
A Dworkqueue.c1056 hash_for_each_possible(pool->busy_hash, worker, hentry, in find_worker_executing_work()
1805 (worker->hentry.next || worker->hentry.pprev))) in worker_enter_idle()
2321 hash_add(pool->busy_hash, &worker->hentry, (unsigned long)work); in process_one_work()
2428 hash_del(&worker->hentry); in process_one_work()
4892 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq()
4902 hash_for_each(pool->busy_hash, bkt, worker, hentry) { in show_pwq()
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-mtk-sch.c268 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()
A Dxhci-mtk.h93 struct hlist_node hentry; member
/linux-6.3-rc2/drivers/firmware/xilinx/
A Dzynqmp.c71 struct hlist_node hentry; member
202 hash_for_each_possible(pm_api_features_map, feature_data, hentry, in do_feature_check_call()
217 hash_add(pm_api_features_map, &feature_data->hentry, api_id); in do_feature_check_call()
1925 hash_for_each_safe(pm_api_features_map, i, tmp, feature_data, hentry) { in zynqmp_firmware_remove()
1926 hash_del(&feature_data->hentry); in zynqmp_firmware_remove()
/linux-6.3-rc2/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 22 milliseconds