Searched refs:refcounted (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | util.c | 279 bool refcounted) in __ieee80211_wake_queue() argument 291 if (!refcounted) in __ieee80211_wake_queue() 313 bool refcounted) in ieee80211_wake_queue_by_reason() argument 319 __ieee80211_wake_queue(hw, queue, reason, refcounted); in ieee80211_wake_queue_by_reason() 333 bool refcounted) in __ieee80211_stop_queue() argument 344 if (!refcounted) in __ieee80211_stop_queue() 373 bool refcounted) in ieee80211_stop_queue_by_reason() argument 379 __ieee80211_stop_queue(hw, queue, reason, refcounted); in ieee80211_stop_queue_by_reason() 449 bool refcounted) in ieee80211_stop_queues_by_reason() argument 458 __ieee80211_stop_queue(hw, i, reason, refcounted); in ieee80211_stop_queues_by_reason() [all …]
|
D | ieee80211_i.h | 1861 bool refcounted); 1871 bool refcounted); 1874 bool refcounted); 1877 bool refcounted);
|
/linux-4.4.14/Documentation/filesystems/ |
D | path-lookup.txt | 225 Where ref-walk uses a stable, refcounted ``parent'' to walk the remaining
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 278 (groups, keys, LSM security) a refcounted structure of type 'struct cred'.
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 1130 goes completely against the principles of a refcounted object.
|