Home
last modified time | relevance | path

Searched defs:__maybe_unused (Results 1 – 5 of 5) sorted by relevance

/kernel/locking/
Dlocktorture.c108 static int torture_lock_busted_write_lock(int tid __maybe_unused) in torture_lock_busted_write_lock()
125 static void torture_lock_busted_write_unlock(int tid __maybe_unused) in torture_lock_busted_write_unlock()
148 static int torture_spin_lock_write_lock(int tid __maybe_unused) in torture_spin_lock_write_lock()
173 static void torture_spin_lock_write_unlock(int tid __maybe_unused) in torture_spin_lock_write_unlock()
190 static int torture_spin_lock_write_lock_irq(int tid __maybe_unused) in torture_spin_lock_write_lock_irq()
200 static void torture_lock_spin_write_unlock_irq(int tid __maybe_unused) in torture_lock_spin_write_unlock_irq()
219 static int torture_rwlock_write_lock(int tid __maybe_unused) in torture_rwlock_write_lock()
241 static void torture_rwlock_write_unlock(int tid __maybe_unused) in torture_rwlock_write_unlock()
247 static int torture_rwlock_read_lock(int tid __maybe_unused) in torture_rwlock_read_lock()
269 static void torture_rwlock_read_unlock(int tid __maybe_unused) in torture_rwlock_read_unlock()
[all …]
/kernel/trace/
Dtrace_events_filter.c868 static int regex_match_glob(char *str, struct regex *r, int len __maybe_unused) in regex_match_glob()
/kernel/
Dfork.c935 struct vm_struct *stack_vm_area __maybe_unused; in dup_task_struct() local
/kernel/sched/
Ddeadline.c1732 static void migrate_task_rq_dl(struct task_struct *p, int new_cpu __maybe_unused) in migrate_task_rq_dl()
/kernel/bpf/
Dbtf.c5140 enum bpf_access_type atype __maybe_unused, in btf_struct_access()