Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 7 of 7) sorted by relevance

/include/linux/
A Drfkill.h64 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 Drcupdate.h194 !READ_ONCE((t)->trc_reader_special.b.blocked)) { \
A Dsched.h786 u8 blocked; member
1195 sigset_t blocked; member
/include/linux/isdn/
A Dcapilli.h70 int blocked; /* output blocked */ member
/include/trace/events/
A Dbcache.h475 __field(unsigned, blocked )
482 __entry->blocked = atomic_read(&ca->set->prio_blocked);
487 __entry->free_inc, __entry->blocked)
/include/linux/sched/
A Dsignal.h291 ret = dequeue_signal(&task->blocked, &__info, &__type); in kernel_dequeue_signal()
554 sigset_t *res = &current->blocked; in sigmask_to_save()
/include/net/
A Dcfg80211.h7951 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