Searched refs:dependents (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/fscache/ |
D | object.c | 306 INIT_LIST_HEAD(&object->dependents); in fscache_object_init() 396 list_add(&object->dep_link, &parent->dependents); in fscache_initialise_object() 648 if (list_empty(&object->dependents) && in fscache_kill_object() 660 if (!list_empty(&object->dependents)) in fscache_kill_object() 847 if (list_empty(&object->dependents)) in fscache_enqueue_dependents() 852 while (!list_empty(&object->dependents)) { in fscache_enqueue_dependents() 853 dep = list_entry(object->dependents.next, in fscache_enqueue_dependents() 860 if (!list_empty(&object->dependents) && need_resched()) { in fscache_enqueue_dependents()
|
D | object-list.c | 227 !list_empty(&obj->dependents), in fscache_objlist_show()
|
/linux-4.4.14/net/mac80211/ |
D | offchannel.c | 231 list_for_each_entry_safe(dep, tmp, &roc->dependents, list) { in ieee80211_hw_roc_start() 323 list_for_each_entry_safe(dep, tmp, &roc->dependents, list) in ieee80211_roc_notify_destroy() 382 list_for_each_entry(dep, &roc->dependents, list) in ieee80211_sw_roc_work()
|
D | cfg.c | 2530 list_add_tail(&new_roc->list, &cur_roc->dependents); in ieee80211_coalesce_started_roc() 2586 INIT_LIST_HEAD(&roc->dependents); in ieee80211_start_roc_work() 2635 list_add_tail(&roc->list, &tmp->dependents); in ieee80211_start_roc_work() 2653 list_add_tail(&roc->list, &tmp->dependents); in ieee80211_start_roc_work() 2671 list_add_tail(&roc->list, &tmp->dependents); in ieee80211_start_roc_work() 2723 list_for_each_entry_safe(dep, tmp2, &roc->dependents, list) { in ieee80211_cancel_roc()
|
D | ieee80211_i.h | 328 struct list_head dependents; member
|
/linux-4.4.14/include/linux/ |
D | fscache-cache.h | 370 struct list_head dependents; /* FIFO of dependent objects */ member
|