Home
last modified time | relevance | path

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

/kernel/
Dcfi.c101 int i, index, check; in prepare_next_shadow() local
124 check = ptr_to_shadow(next, in prepare_next_shadow()
126 if (check < 0) in prepare_next_shadow()
129 next->shadow[index] = (u16)check; in prepare_next_shadow()
138 unsigned long check = (unsigned long)mod->cfi_check; in add_module_to_shadow() local
139 int check_index = ptr_to_shadow(s, check); in add_module_to_shadow()
141 if (unlikely((check & PAGE_MASK) != check)) in add_module_to_shadow()
288 cfi_check_fn check = find_cfi_check(ptr); in cfi_slowpath_handler() local
290 if (likely(check)) in cfi_slowpath_handler()
291 check(id, ptr, diag); in cfi_slowpath_handler()
/kernel/irq/
Dinternals.h168 unsigned int check);
172 irq_get_desc_buslock(unsigned int irq, unsigned long *flags, unsigned int check) in irq_get_desc_buslock() argument
174 return __irq_get_desc_lock(irq, flags, true, check); in irq_get_desc_buslock()
184 irq_get_desc_lock(unsigned int irq, unsigned long *flags, unsigned int check) in irq_get_desc_lock() argument
186 return __irq_get_desc_lock(irq, flags, false, check); in irq_get_desc_lock()
Dirqdesc.c871 unsigned int check) in __irq_get_desc_lock() argument
876 if (check & _IRQ_DESC_CHECK) { in __irq_get_desc_lock()
877 if ((check & _IRQ_DESC_PERCPU) && in __irq_get_desc_lock()
881 if (!(check & _IRQ_DESC_PERCPU) && in __irq_get_desc_lock()
/kernel/locking/
Dlockdep.c2579 if (hlock->read != 2 && hlock->check) { in check_prevs_add()
2934 if (!hlock->trylock && hlock->check && in validate_chain()
3356 if (!hlock->check) in mark_held_locks()
3541 mark_usage(struct task_struct *curr, struct held_lock *hlock, int check) in mark_usage() argument
3543 if (!check) in mark_usage()
3688 mark_usage(struct task_struct *curr, struct held_lock *hlock, int check) in mark_usage() argument
3812 int trylock, int read, int check, int hardirqs_off, in __lock_acquire() argument
3828 check = 0; in __lock_acquire()
3898 hlock->check = check; in __lock_acquire()
3908 if (!mark_usage(curr, hlock, check)) in __lock_acquire()
[all …]
/kernel/events/
Dhw_breakpoint.c462 bool check) in modify_user_hw_breakpoint_check() argument
471 if (check) { in modify_user_hw_breakpoint_check()
/kernel/dma/
DKconfig168 example, this enables cow_user_page() to check that the source page is
/kernel/sched/
Dcore.c1630 const struct cpumask *new_mask, bool check) in __set_cpus_allowed_ptr() argument
1652 if (check && (p->flags & PF_NO_SETAFFINITY)) { in __set_cpus_allowed_ptr()
2168 const struct cpumask *new_mask, bool check) in __set_cpus_allowed_ptr() argument
5019 const struct sched_param *param, bool check) in _sched_setscheduler() argument
5034 return __sched_setscheduler(p, &attr, check, true); in _sched_setscheduler()