Searched refs:blocked (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | rfkill.h | 64 int (*set_block)(void *data, bool blocked); 159 bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked); 181 bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked); 197 void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked); 259 static inline bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked) in rfkill_set_hw_state() argument 261 return blocked; in rfkill_set_hw_state() 264 static inline bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked) in rfkill_set_sw_state() argument 266 return blocked; in rfkill_set_sw_state() 269 static inline void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked) in rfkill_init_sw_state() argument
|
D | sched.h | 617 u8 blocked; member 932 sigset_t blocked; member
|
/include/linux/isdn/ |
D | capilli.h | 70 int blocked; /* output blocked */ member
|
/include/net/ |
D | inet_connection_sock.h | 119 __u8 blocked; /* Delayed ACK was blocked by socket lock */ member 223 icsk->icsk_ack.blocked = icsk->icsk_ack.pending = 0; in inet_csk_clear_xmit_timer()
|
D | cfg80211.h | 6294 void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked);
|
/include/trace/events/ |
D | bcache.h | 474 __field(unsigned, blocked ) 481 __entry->blocked = atomic_read(&ca->set->prio_blocked); 486 __entry->free_inc, __entry->blocked)
|
/include/linux/sched/ |
D | signal.h | 281 ret = dequeue_signal(task, &task->blocked, &__info); in kernel_dequeue_signal() 494 sigset_t *res = ¤t->blocked; in sigmask_to_save()
|