Home
last modified time | relevance | path

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

/include/linux/
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 …]
Drcupdate.h200 !READ_ONCE((t)->trc_reader_special.b.blocked)) { \
Dsched.h797 u8 blocked; member
1218 sigset_t blocked; member
/include/trace/events/
Dsched.h805 TP_PROTO(struct task_struct *mutex_owner, struct task_struct *blocked),
807 TP_ARGS(mutex_owner, blocked),
826 strscpy(__entry->blocked_comm, blocked->comm, TASK_COMM_LEN);
827 __entry->blocked_pid = blocked->pid;
828 __entry->blocked_prio = blocked->prio; /* XXX SCHED_DEADLINE */
829 __entry->blocked_cpu = task_cpu(blocked);
847 TP_PROTO(struct task_struct *owner, struct task_struct *blocked),
849 TP_ARGS(owner, blocked),
868 strscpy(__entry->blocked_comm, blocked->comm, TASK_COMM_LEN);
869 __entry->blocked_pid = blocked->pid;
[all …]
Dbcache.h475 __field(unsigned, blocked )
482 __entry->blocked = atomic_read(&ca->set->prio_blocked);
487 __entry->free_inc, __entry->blocked)
/include/linux/isdn/
Dcapilli.h70 int blocked; /* output blocked */ member
/include/linux/sched/
Dsignal.h295 ret = dequeue_signal(&task->blocked, &__info, &__type); in kernel_dequeue_signal()
561 sigset_t *res = &current->blocked; in sigmask_to_save()
/include/net/
Dcfg80211.h7835 void wiphy_rfkill_set_hw_state_reason(struct wiphy *wiphy, bool blocked,
7838 static inline void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked) in wiphy_rfkill_set_hw_state() argument
7840 wiphy_rfkill_set_hw_state_reason(wiphy, blocked, in wiphy_rfkill_set_hw_state()