Searched refs:blocked (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| A D | rfkill.h | 64 int (*set_block)(void *data, bool blocked); 150 bool blocked, 171 static inline bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked) in rfkill_set_hw_state() argument 173 return rfkill_set_hw_state_reason(rfkill, blocked, in rfkill_set_hw_state() 197 bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked); 213 void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked); 283 bool blocked, in rfkill_set_hw_state_reason() argument 286 return blocked; in rfkill_set_hw_state_reason() 289 static inline bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked) in rfkill_set_hw_state() argument 291 return blocked; in rfkill_set_hw_state() [all …]
|
| A D | rcupdate.h | 194 !READ_ONCE((t)->trc_reader_special.b.blocked)) { \
|
| A D | sched.h | 786 u8 blocked; member 1195 sigset_t blocked; member
|
| /include/linux/isdn/ |
| A D | capilli.h | 70 int blocked; /* output blocked */ member
|
| /include/trace/events/ |
| A D | bcache.h | 475 __field(unsigned, blocked ) 482 __entry->blocked = atomic_read(&ca->set->prio_blocked); 487 __entry->free_inc, __entry->blocked)
|
| /include/linux/sched/ |
| A D | signal.h | 291 ret = dequeue_signal(&task->blocked, &__info, &__type); in kernel_dequeue_signal() 554 sigset_t *res = ¤t->blocked; in sigmask_to_save()
|
| /include/net/ |
| A D | cfg80211.h | 7951 void wiphy_rfkill_set_hw_state_reason(struct wiphy *wiphy, bool blocked, 7954 static inline void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked) in wiphy_rfkill_set_hw_state() argument 7956 wiphy_rfkill_set_hw_state_reason(wiphy, blocked, in wiphy_rfkill_set_hw_state()
|
Completed in 48 milliseconds