Home
last modified time | relevance | path

Searched refs:dependents (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/fscache/
Dobject.c306 INIT_LIST_HEAD(&object->dependents); in fscache_object_init()
385 list_add(&object->dep_link, &parent->dependents); in fscache_initialise_object()
635 if (list_empty(&object->dependents) && in fscache_kill_object()
647 if (!list_empty(&object->dependents)) in fscache_kill_object()
834 if (list_empty(&object->dependents)) in fscache_enqueue_dependents()
839 while (!list_empty(&object->dependents)) { in fscache_enqueue_dependents()
840 dep = list_entry(object->dependents.next, in fscache_enqueue_dependents()
847 if (!list_empty(&object->dependents) && need_resched()) { in fscache_enqueue_dependents()
Dobject-list.c227 !list_empty(&obj->dependents), in fscache_objlist_show()
/linux-4.1.27/net/mac80211/
Doffchannel.c231 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()
Dcfg.c2513 list_add_tail(&new_roc->list, &cur_roc->dependents); in ieee80211_coalesce_started_roc()
2557 INIT_LIST_HEAD(&roc->dependents); in ieee80211_start_roc_work()
2613 list_add_tail(&roc->list, &tmp->dependents); in ieee80211_start_roc_work()
2631 list_add_tail(&roc->list, &tmp->dependents); in ieee80211_start_roc_work()
2649 list_add_tail(&roc->list, &tmp->dependents); in ieee80211_start_roc_work()
2701 list_for_each_entry_safe(dep, tmp2, &roc->dependents, list) { in ieee80211_cancel_roc()
Dieee80211_i.h333 struct list_head dependents; member
/linux-4.1.27/include/linux/
Dfscache-cache.h381 struct list_head dependents; /* FIFO of dependent objects */ member