Home
last modified time | relevance | path

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

/include/linux/
Drfkill.h64 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
Dsched.h617 u8 blocked; member
932 sigset_t blocked; member
/include/linux/isdn/
Dcapilli.h70 int blocked; /* output blocked */ member
/include/net/
Dinet_connection_sock.h119 __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()
Dcfg80211.h6294 void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked);
/include/trace/events/
Dbcache.h474 __field(unsigned, blocked )
481 __entry->blocked = atomic_read(&ca->set->prio_blocked);
486 __entry->free_inc, __entry->blocked)
/include/linux/sched/
Dsignal.h281 ret = dequeue_signal(task, &task->blocked, &__info); in kernel_dequeue_signal()
494 sigset_t *res = &current->blocked; in sigmask_to_save()