Searched defs:flag (Results 1 – 15 of 15) sorted by relevance
/kernel/debug/kdb/ |
D | kdb_private.h | 34 #define KDB_DEBUG(flag) (kdb_flags & \ argument 147 #define KDB_STATE(flag) (kdb_state & KDB_STATE_##flag) argument 148 #define KDB_STATE_SET(flag) ((void)(kdb_state |= KDB_STATE_##flag)) argument 149 #define KDB_STATE_CLEAR(flag) ((void)(kdb_state &= ~KDB_STATE_##flag)) argument
|
D | kdb_support.c | 170 int kallsyms_symbol_next(char *prefix_name, int flag, int buf_size) in kallsyms_symbol_next()
|
/kernel/ |
D | panic.c | 514 int test_taint(unsigned flag) in test_taint() 533 void add_taint(unsigned flag, enum lockdep_ok lockdep_ok) in add_taint()
|
/kernel/trace/ |
D | trace_probe.h | 261 unsigned int flag) in trace_probe_test_flag() 267 unsigned int flag) in trace_probe_set_flag() 273 unsigned int flag) in trace_probe_clear_flag()
|
D | ring_buffer.c | 4486 static void __set_head_page_flag(struct buffer_page *head, int flag) in __set_head_page_flag() 4508 ring_buffer_search_footer(struct buffer_page *start, unsigned long flag) in ring_buffer_search_footer()
|
D | ftrace.c | 2141 unsigned long flag = 0UL; in ftrace_check_record() local 3891 ftrace_regex_open(struct ftrace_ops *ops, int flag, in ftrace_regex_open()
|
D | trace.c | 293 struct ring_buffer_event *event, int flag) in trace_process_export() 337 static void ftrace_exports(struct ring_buffer_event *event, int flag) in ftrace_exports()
|
/kernel/locking/ |
D | mutex.c | 191 static inline void __mutex_set_flag(struct mutex *lock, unsigned long flag) in __mutex_set_flag() 196 static inline void __mutex_clear_flag(struct mutex *lock, unsigned long flag) in __mutex_clear_flag()
|
/kernel/dma/ |
D | mapping.c | 497 gfp_t flag, unsigned long attrs) in dma_alloc_attrs()
|
/kernel/sched/ |
D | topology.c | 59 unsigned int flag = BIT(idx); in sched_domain_debug_one() local
|
D | sched.h | 1818 static inline struct sched_domain *highest_flag_domain(int cpu, int flag) in highest_flag_domain() 1831 static inline struct sched_domain *lowest_flag_domain(int cpu, int flag) in lowest_flag_domain()
|
/kernel/bpf/ |
D | btf.c | 5484 u32 type, flag; in btf_ctx_access() local 5579 u32 *next_btf_id, enum bpf_type_flag *flag) in btf_struct_walk() 5821 u32 *next_btf_id, enum bpf_type_flag *flag) in btf_struct_access() 5882 enum bpf_type_flag flag; in btf_struct_ids_match() local
|
D | verifier.c | 1747 enum bpf_type_flag flag) in mark_btf_ld_reg() 2287 struct bpf_reg_state *parent, u8 flag) in mark_reg_read() 4769 enum bpf_type_flag flag = 0; in check_ptr_to_btf_access() local 4839 enum bpf_type_flag flag = 0; in check_ptr_to_map_access() local 12060 u8 flag = reg->live & REG_LIVE_READ; in propagate_liveness_reg() local
|
/kernel/module/ |
D | main.c | 162 static inline void add_taint_module(struct module *mod, unsigned flag, in add_taint_module()
|
/kernel/printk/ |
D | printk.c | 2555 int flag = 0; in console_cpu_notify() local
|