Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_sched_wakeup.c44 static inline int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph()
129 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
162 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
174 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
179 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
185 static int wakeup_flag_changed(struct trace_array *tr, u32 mask, int set) in wakeup_flag_changed()
222 static int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph()
Dtrace_irqsoff.c67 static inline int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph()
156 static int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph()
504 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function()
537 static int irqsoff_function_set(struct trace_array *tr, u32 mask, int set) in irqsoff_function_set()
549 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function()
554 static inline int irqsoff_function_set(struct trace_array *tr, u32 mask, int set) in irqsoff_function_set()
560 static int irqsoff_flag_changed(struct trace_array *tr, u32 mask, int set) in irqsoff_flag_changed()
Dtrace_nop.c63 static int nop_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in nop_set_flag()
Dtrace_events.c704 const char *sub, const char *event, int set) in __ftrace_set_clr_event_nolock()
742 const char *sub, const char *event, int set) in __ftrace_set_clr_event()
753 static int ftrace_set_clr_event(struct trace_array *tr, char *buf, int set) in ftrace_set_clr_event()
805 int trace_set_clr_event(const char *system, const char *event, int set) in trace_set_clr_event()
841 int set = 1; in ftrace_event_write() local
1080 int set = 0; in system_enable_read() local
Dtrace_functions.c223 func_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in func_set_flag()
Dtrace_functions_graph.c1388 func_graph_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in func_graph_set_flag()
Dblktrace.c1524 blk_tracer_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in blk_tracer_set_flag()
Dtrace.c84 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in dummy_set_flag()
3613 int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) in trace_keep_overwrite()
/kernel/irq/
Dgeneric-chip.c276 unsigned int clr, unsigned int set, in irq_alloc_domain_generic_chips()
455 unsigned int set) in irq_setup_generic_chip()
524 unsigned int clr, unsigned int set) in irq_remove_generic_chip()
Dsettings.h37 irq_settings_clr_and_set(struct irq_desc *desc, u32 clr, u32 set) in irq_settings_clr_and_set()
Dchip.c829 void irq_modify_status(unsigned int irq, unsigned long clr, unsigned long set) in irq_modify_status()
Dmanage.c344 struct cpumask *set = irq_default_affinity; in setup_affinity() local
/kernel/
Dcompat.c374 COMPAT_SYSCALL_DEFINE1(sigpending, compat_old_sigset_t __user *, set) in COMPAT_SYSCALL_DEFINE1() argument
396 static inline void compat_sig_setmask(sigset_t *blocked, compat_sigset_word set) in compat_sig_setmask()
974 sigset_from_compat(sigset_t *set, const compat_sigset_t *compat) in sigset_from_compat()
986 sigset_to_compat(compat_sigset_t *compat, const sigset_t *set) in sigset_to_compat()
Dsignal.c2584 int sigprocmask(int how, sigset_t *set, sigset_t *oldset) in sigprocmask()
2687 static int do_sigpending(void *set, unsigned long sigsetsize) in do_sigpending()
2710 sigset_t set; in SYSCALL_DEFINE2() local
2722 sigset_t set; in COMPAT_SYSCALL_DEFINE2() local
3315 SYSCALL_DEFINE1(sigpending, old_sigset_t __user *, set) in SYSCALL_DEFINE1() argument
3589 static int sigsuspend(sigset_t *set) in sigsuspend()
Dcred.c387 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset()