Searched defs:check (Results 1 - 4 of 4) sorted by relevance

/kernel/irq/
H A Dinternals.h137 unsigned int check);
141 irq_get_desc_buslock(unsigned int irq, unsigned long *flags, unsigned int check) argument
143 return __irq_get_desc_lock(irq, flags, true, check);
153 irq_get_desc_lock(unsigned int irq, unsigned long *flags, unsigned int check) argument
155 return __irq_get_desc_lock(irq, flags, false, check);
H A Dirqdesc.c524 unsigned int check)
529 if (check & _IRQ_DESC_CHECK) {
530 if ((check & _IRQ_DESC_PERCPU) &&
534 if (!(check & _IRQ_DESC_PERCPU) &&
523 __irq_get_desc_lock(unsigned int irq, unsigned long *flags, bool bus, unsigned int check) argument
/kernel/locking/
H A Dlockdep.c738 * Debug-check: all keys must be persistent!
1946 if (hlock->read != 2 && hlock->check) {
2098 * We look up the chain_key and do the O(N^2) check and update of
2103 if (!hlock->trylock && hlock->check &&
2111 * And check whether the new lock's dependency graph
2153 * We are building curr_chain_key incrementally, so double-check
2522 if (!hlock->check)
2984 * Sanity check, the lock-class key must be persistent:
3048 int trylock, int read, int check, int hardirqs_off,
3072 check
3047 __lock_acquire(struct lockdep_map *lock, unsigned int subclass, int trylock, int read, int check, int hardirqs_off, struct lockdep_map *nest_lock, unsigned long ip, int references) argument
3588 lock_acquire(struct lockdep_map *lock, unsigned int subclass, int trylock, int read, int check, struct lockdep_map *nest_lock, unsigned long ip) argument
[all...]
/kernel/sched/
H A Dcore.c1687 * reordered with p->state check below. This pairs with mb() in
3154 * can_nice - check if a task can reduce its nice value
3354 * check sched_runtime only since it is always the smaller one) and
3355 * below 2^63 ns (we have to check both sched_deadline and
3390 * check the target process has a UID that matches the current process's
3421 /* double check policy once rq lock held */
3582 * of a SCHED_DEADLINE task) we need to check if enough bandwidth
3637 const struct sched_param *param, bool check)
3652 return __sched_setscheduler(p, &attr, check);
4624 * lockdep check i
3636 _sched_setscheduler(struct task_struct *p, int policy, const struct sched_param *param, bool check) argument
[all...]

Completed in 1768 milliseconds