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

/linux-master/kernel/
H A Dworkqueue_internal.h28 struct hlist_node hentry; /* L: while busy */ member in union:worker::__anon774
H A Dworkqueue.c1047 (worker->hentry.next || worker->hentry.pprev)))
1123 hash_for_each_possible(pool->busy_hash, worker, hentry,
3180 hash_add(pool->busy_hash, &worker->hentry, (unsigned long)work);
3302 hash_del(&worker->hentry);
6060 hash_for_each(pool->busy_hash, bkt, worker, hentry) {
6070 hash_for_each(pool->busy_hash, bkt, worker, hentry) {
7338 hash_for_each(pool->busy_hash, bkt, worker, hentry) {
/linux-master/drivers/soc/xilinx/
H A Dxlnx_event_manager.c68 * @hentry: hlist_node that hooks this entry into hashtable.
75 struct hlist_node hentry; member in struct:registered_event_data
116 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) {
145 hash_add(reg_driver_map, &eve_data->hentry, key);
174 hash_for_each_possible(reg_driver_map, eve_data, hentry, PM_INIT_SUSPEND_CB) {
199 hash_add(reg_driver_map, &eve_data->hentry, PM_INIT_SUSPEND_CB);
215 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, PM_INIT_SUSPEND_CB) {
226 hash_del(&eve_data->hentry);
252 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, key) {
267 hash_del(&eve_data->hentry);
[all...]
/linux-master/drivers/usb/host/
H A Dxhci-mtk.h72 * @hentry: hash table entry
103 struct hlist_node hentry; member in struct:mu3h_sch_ep_info
H A Dxhci-mtk-sch.c285 INIT_HLIST_NODE(&sch_ep->hentry);
856 hlist_del(&sch_ep->hentry);
946 hash_add(mtk->sch_ep_hash, &sch_ep->hentry, (unsigned long)ep);
965 hn, hentry, (unsigned long)ep) {
/linux-master/drivers/firmware/xilinx/
H A Dzynqmp.c68 * @hentry: hlist_node that hooks this entry into hashtable
73 struct hlist_node hentry; member in struct:pm_api_feature_data
246 hash_for_each_possible(pm_api_features_map, feature_data, hentry,
261 hash_add(pm_api_features_map, &feature_data->hentry, api_id);
1967 hash_for_each_safe(pm_api_features_map, i, tmp, feature_data, hentry) {
1968 hash_del(&feature_data->hentry);
/linux-master/drivers/cpufreq/
H A Dpowernv-cpufreq.c101 * @hentry: hlist_node that hooks this entry into the pstate_revmap
107 struct hlist_node hentry; member in struct:pstate_idx_revmap_data
207 hash_for_each_possible(pstate_revmap, revmap_data, hentry, key) {
332 hash_add(pstate_revmap, &revmap_data->hentry, key);

Completed in 180 milliseconds