Home
last modified time | relevance | path

Searched defs:set (Results 1 – 19 of 19) sorted by relevance

/kernel/trace/
Dtrace_irqsoff.c68 static inline int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph()
157 static int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph()
462 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function()
494 static int irqsoff_function_set(struct trace_array *tr, u32 mask, int set) in irqsoff_function_set()
506 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function()
511 static inline int irqsoff_function_set(struct trace_array *tr, u32 mask, int set) in irqsoff_function_set()
517 static int irqsoff_flag_changed(struct trace_array *tr, u32 mask, int set) in irqsoff_flag_changed()
Dtrace_sched_wakeup.c102 static int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph()
233 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
265 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
277 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
282 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
314 static int wakeup_flag_changed(struct trace_array *tr, u32 mask, int set) in wakeup_flag_changed()
Dtrace_nop.c64 static int nop_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in nop_set_flag()
Dtrace_events.c733 const char *sub, const char *event, int set) in __ftrace_set_clr_event_nolock()
780 const char *sub, const char *event, int set) in __ftrace_set_clr_event()
791 int ftrace_set_clr_event(struct trace_array *tr, char *buf, int set) in ftrace_set_clr_event()
842 int trace_set_clr_event(const char *system, const char *event, int set) in trace_set_clr_event()
878 int set = 1; in ftrace_event_write() local
1102 int set = 0; in system_enable_read() local
Dtrace_functions.c236 func_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in func_set_flag()
Dtrace_functions_graph.c1253 func_graph_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in func_graph_set_flag()
Dblktrace.c1531 blk_tracer_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in blk_tracer_set_flag()
Dtrace.c83 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in dummy_set_flag()
4589 int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) in trace_keep_overwrite()
/kernel/irq/
Dgeneric-chip.c285 unsigned int clr, unsigned int set, in __irq_alloc_domain_generic_chips()
468 unsigned int set) in irq_setup_generic_chip()
538 unsigned int clr, unsigned int set) in irq_remove_generic_chip()
Ddevres.c237 unsigned int set; member
264 unsigned int clr, unsigned int set) in devm_irq_setup_generic_chip()
Dsettings.h38 irq_settings_clr_and_set(struct irq_desc *desc, u32 clr, u32 set) in irq_settings_clr_and_set()
Dchip.c1094 void irq_modify_status(unsigned int irq, unsigned long clr, unsigned long set) in irq_modify_status()
Dmanage.c401 struct cpumask *set = irq_default_affinity; in irq_setup_affinity() local
/kernel/
Dcompat.c123 static inline void compat_sig_setmask(sigset_t *blocked, compat_sigset_word set) in compat_sig_setmask()
338 get_compat_sigset(sigset_t *set, const compat_sigset_t __user *compat) in get_compat_sigset()
Ducount.c29 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
Dsignal.c2927 int sigprocmask(int how, sigset_t *set, sigset_t *oldset) in sigprocmask()
3065 static void do_sigpending(sigset_t *set) in do_sigpending()
3084 sigset_t set; in SYSCALL_DEFINE2() local
3101 sigset_t set; in COMPAT_SYSCALL_DEFINE2() local
4143 sigset_t set; in SYSCALL_DEFINE1() local
4159 sigset_t set; in COMPAT_SYSCALL_DEFINE1() local
4432 static int sigsuspend(sigset_t *set) in sigsuspend()
Dcred.c395 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset()
/kernel/sched/
Dstats.h67 int clear = 0, set = TSK_RUNNING; in psi_enqueue() local
87 int clear = TSK_RUNNING, set = 0; in psi_dequeue() local
Dpsi.c673 unsigned int clear, unsigned int set) in psi_group_change()
747 void psi_task_change(struct task_struct *task, int clear, int set) in psi_task_change()