Searched defs:flag (Results 1 – 8 of 8) sorted by relevance
| /kernel/debug/kdb/ |
| D | kdb_private.h | 34 #define KDB_DEBUG(flag) (kdb_flags & \ argument 148 #define KDB_STATE(flag) (kdb_state & KDB_STATE_##flag) argument 149 #define KDB_STATE_SET(flag) ((void)(kdb_state |= KDB_STATE_##flag)) argument 150 #define KDB_STATE_CLEAR(flag) ((void)(kdb_state &= ~KDB_STATE_##flag)) argument
|
| D | kdb_support.c | 230 int kallsyms_symbol_next(char *prefix_name, int flag, int buf_size) in kallsyms_symbol_next()
|
| /kernel/ |
| D | panic.c | 375 int test_taint(unsigned flag) in test_taint() 394 void add_taint(unsigned flag, enum lockdep_ok lockdep_ok) in add_taint()
|
| D | module.c | 336 static inline void add_taint_module(struct module *mod, unsigned flag, in add_taint_module()
|
| /kernel/locking/ |
| D | mutex.c | 160 static inline void __mutex_set_flag(struct mutex *lock, unsigned long flag) in __mutex_set_flag() 165 static inline void __mutex_clear_flag(struct mutex *lock, unsigned long flag) in __mutex_clear_flag()
|
| /kernel/time/ |
| D | posix-timers.c | 884 unsigned long flag; in do_timer_settime() local
|
| /kernel/sched/ |
| D | sched.h | 1173 static inline struct sched_domain *highest_flag_domain(int cpu, int flag) in highest_flag_domain() 1186 static inline struct sched_domain *lowest_flag_domain(int cpu, int flag) in lowest_flag_domain()
|
| /kernel/trace/ |
| D | ftrace.c | 2145 unsigned long flag = 0UL; in ftrace_check_record() local 3626 ftrace_regex_open(struct ftrace_ops *ops, int flag, in ftrace_regex_open()
|