Searched refs:context (Results 1 – 13 of 13) sorted by relevance
/kernel/ |
D | auditsc.c | 876 static inline void audit_proctitle_free(struct audit_context *context) in audit_proctitle_free() argument 878 kfree(context->proctitle.value); in audit_proctitle_free() 879 context->proctitle.value = NULL; in audit_proctitle_free() 880 context->proctitle.len = 0; in audit_proctitle_free() 883 static inline void audit_free_module(struct audit_context *context) in audit_free_module() argument 885 if (context->type == AUDIT_KERN_MODULE) { in audit_free_module() 886 kfree(context->module.name); in audit_free_module() 887 context->module.name = NULL; in audit_free_module() 890 static inline void audit_free_names(struct audit_context *context) in audit_free_names() argument 894 list_for_each_entry_safe(n, next, &context->names_list, list) { in audit_free_names() [all …]
|
D | audit_tree.c | 525 static void audit_tree_log_remove_rule(struct audit_context *context, in audit_tree_log_remove_rule() argument 532 ab = audit_log_start(context, GFP_KERNEL, AUDIT_CONFIG_CHANGE); in audit_tree_log_remove_rule() 542 static void kill_rules(struct audit_context *context, struct audit_tree *tree) in kill_rules() argument 553 audit_tree_log_remove_rule(context, rule); in kill_rules() 975 void audit_kill_trees(struct audit_context *context) in audit_kill_trees() argument 977 struct list_head *list = &context->killed_trees; in audit_kill_trees() 986 kill_rules(context, victim); in audit_kill_trees()
|
D | audit.h | 291 extern void audit_kill_trees(struct audit_context *context); 322 #define audit_kill_trees(context) BUG() argument
|
D | ptrace.c | 1192 tmp = mm->context.exec_fdpic_loadmap; in ptrace_request() 1195 tmp = mm->context.interp_fdpic_loadmap; in ptrace_request()
|
D | audit.c | 1089 static void audit_log_common_recv_msg(struct audit_context *context, in audit_log_common_recv_msg() argument 1100 *ab = audit_log_start(context, GFP_KERNEL, msg_type); in audit_log_common_recv_msg()
|
/kernel/time/ |
D | Kconfig | 56 # and not from the timer interrupt context 134 bool "Force context tracking" 139 support the context tracking subsystem. But there are also 144 context tracking backend but doesn't yet fullfill all the 147 for context tracking and the subsystems that rely on it: RCU 150 dynticks subsystem by forcing the context tracking on all 154 architecture backend for the context tracking.
|
/kernel/events/ |
D | hw_breakpoint.c | 459 void *context, in register_user_hw_breakpoint() argument 463 context); in register_user_hw_breakpoint() 559 void *context) in register_wide_hw_breakpoint() argument 572 triggered, context); in register_wide_hw_breakpoint()
|
D | core.c | 11271 void *context, int cgroup_fd) in perf_event_alloc() argument 11344 context = parent_event->overflow_handler_context; in perf_event_alloc() 11359 event->overflow_handler_context = context; in perf_event_alloc() 12250 void *context) in perf_event_create_kernel_counter() argument 12264 overflow_handler, context, -1); in perf_event_create_kernel_counter()
|
/kernel/debug/kdb/ |
D | kdb_cmds | 2 # These commands are executed in kdb_init() context, no SMP, no
|
/kernel/rcu/ |
D | Kconfig | 84 only voluntary context switch (not preemption!), idle, and 92 only context switch (including preemption) and user-mode 93 execution as quiescent states. It forces IPIs and context
|
/kernel/irq/ |
D | Kconfig | 34 # Support for delayed migration from interrupt context
|
/kernel/trace/ |
D | trace_events_hist.c | 2867 struct snapshot_context *context = cond_data; in cond_snapshot_update() local 2876 track_val = get_track_val(track_data->hist_data, context->elt, in cond_snapshot_update() 2883 memcpy(track_data->key, context->key, track_data->key_len); in cond_snapshot_update() 2885 elt_data = context->elt->private_data; in cond_snapshot_update() 2902 struct snapshot_context context; in save_track_data_snapshot() local 2904 context.elt = elt; in save_track_data_snapshot() 2905 context.key = key; in save_track_data_snapshot() 2907 tracing_snapshot_cond(file->tr, &context); in save_track_data_snapshot()
|
D | Kconfig | 112 # enabled by all tracers (context switch and event tracer) they select TRACING. 379 bool "Trace process context switches and events" 647 generally used outside of that context, and is normally
|