Searched refs:context (Results 1 – 13 of 13) sorted by relevance
/kernel/ |
D | auditsc.c | 847 static inline void audit_proctitle_free(struct audit_context *context) in audit_proctitle_free() argument 849 kfree(context->proctitle.value); in audit_proctitle_free() 850 context->proctitle.value = NULL; in audit_proctitle_free() 851 context->proctitle.len = 0; in audit_proctitle_free() 854 static inline void audit_free_module(struct audit_context *context) in audit_free_module() argument 856 if (context->type == AUDIT_KERN_MODULE) { in audit_free_module() 857 kfree(context->module.name); in audit_free_module() 858 context->module.name = NULL; in audit_free_module() 861 static inline void audit_free_names(struct audit_context *context) in audit_free_names() argument 865 list_for_each_entry_safe(n, next, &context->names_list, list) { in audit_free_names() [all …]
|
D | audit_tree.c | 527 static void audit_tree_log_remove_rule(struct audit_context *context, in audit_tree_log_remove_rule() argument 534 ab = audit_log_start(context, GFP_KERNEL, AUDIT_CONFIG_CHANGE); in audit_tree_log_remove_rule() 544 static void kill_rules(struct audit_context *context, struct audit_tree *tree) in kill_rules() argument 555 audit_tree_log_remove_rule(context, rule); in kill_rules() 977 void audit_kill_trees(struct audit_context *context) in audit_kill_trees() argument 979 struct list_head *list = &context->killed_trees; in audit_kill_trees() 988 kill_rules(context, victim); in audit_kill_trees()
|
D | audit.h | 287 extern void audit_kill_trees(struct audit_context *context); 318 #define audit_kill_trees(context) BUG() argument
|
D | ptrace.c | 1165 tmp = mm->context.exec_fdpic_loadmap; in ptrace_request() 1168 tmp = mm->context.interp_fdpic_loadmap; in ptrace_request()
|
D | audit.c | 1043 static void audit_log_common_recv_msg(struct audit_context *context, in audit_log_common_recv_msg() argument 1054 *ab = audit_log_start(context, GFP_KERNEL, msg_type); in audit_log_common_recv_msg()
|
/kernel/time/ |
D | Kconfig | 125 bool "Force context tracking" 130 support the context tracking subsystem. But there are also 135 context tracking backend but doesn't yet fullfill all the 138 for context tracking and the subsystems that rely on it: RCU 141 dynticks subsystem by forcing the context tracking on all 145 architecture backend for the context tracking.
|
/kernel/events/ |
D | hw_breakpoint.c | 443 void *context, in register_user_hw_breakpoint() argument 447 context); in register_user_hw_breakpoint() 543 void *context) in register_wide_hw_breakpoint() argument 556 triggered, context); in register_wide_hw_breakpoint()
|
D | core.c | 10418 void *context, int cgroup_fd) in perf_event_alloc() argument 10491 context = parent_event->overflow_handler_context; in perf_event_alloc() 10509 event->overflow_handler_context = context; in perf_event_alloc() 11363 void *context) in perf_event_create_kernel_counter() argument 11377 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/irq/ |
D | Kconfig | 34 # Support for delayed migration from interrupt context
|
/kernel/trace/ |
D | trace_events_hist.c | 3664 struct snapshot_context *context = cond_data; in cond_snapshot_update() local 3673 track_val = get_track_val(track_data->hist_data, context->elt, in cond_snapshot_update() 3680 memcpy(track_data->key, context->key, track_data->key_len); in cond_snapshot_update() 3682 elt_data = context->elt->private_data; in cond_snapshot_update() 3699 struct snapshot_context context; in save_track_data_snapshot() local 3701 context.elt = elt; in save_track_data_snapshot() 3702 context.key = key; in save_track_data_snapshot() 3704 tracing_snapshot_cond(file->tr, &context); in save_track_data_snapshot()
|
D | Kconfig | 101 # enabled by all tracers (context switch and event tracer) they select TRACING. 283 bool "Trace process context switches and events" 642 generally used outside of that context, and is normally
|
/kernel/rcu/ |
D | Kconfig | 77 only voluntary context switch (not preemption!), idle, and
|