Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_sched_wakeup.c45 static inline int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph()
130 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
163 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
175 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
180 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
186 static int wakeup_flag_changed(struct trace_array *tr, u32 mask, int set) in wakeup_flag_changed()
223 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()
518 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function()
551 static int irqsoff_function_set(struct trace_array *tr, u32 mask, int set) in irqsoff_function_set()
563 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function()
568 static inline int irqsoff_function_set(struct trace_array *tr, u32 mask, int set) in irqsoff_function_set()
574 static int irqsoff_flag_changed(struct trace_array *tr, u32 mask, int set) in irqsoff_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.c739 const char *sub, const char *event, int set) in __ftrace_set_clr_event_nolock()
786 const char *sub, const char *event, int set) in __ftrace_set_clr_event()
797 static int ftrace_set_clr_event(struct trace_array *tr, char *buf, int set) in ftrace_set_clr_event()
847 int trace_set_clr_event(const char *system, const char *event, int set) in trace_set_clr_event()
883 int set = 1; in ftrace_event_write() local
1109 int set = 0; in system_enable_read() local
Dtrace_functions.c226 func_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in func_set_flag()
Dtrace_functions_graph.c1459 func_graph_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in func_graph_set_flag()
Dblktrace.c1516 blk_tracer_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in blk_tracer_set_flag()
Dtrace.c80 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in dummy_set_flag()
4363 int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) in trace_keep_overwrite()
/kernel/irq/
Dgeneric-chip.c284 unsigned int clr, unsigned int set, in __irq_alloc_domain_generic_chips()
465 unsigned int set) in irq_setup_generic_chip()
534 unsigned int clr, unsigned int set) in irq_remove_generic_chip()
Ddevres.c239 unsigned int set; member
266 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.c1009 void irq_modify_status(unsigned int irq, unsigned long clr, unsigned long set) in irq_modify_status()
Dmanage.c348 struct cpumask *set = irq_default_affinity; in irq_setup_affinity() local
/kernel/
Dcompat.c234 static inline void compat_sig_setmask(sigset_t *blocked, compat_sigset_word set) in compat_sig_setmask()
490 sigset_from_compat(sigset_t *set, const compat_sigset_t *compat) in sigset_from_compat()
502 sigset_to_compat(compat_sigset_t *compat, const sigset_t *set) in sigset_to_compat()
Dsignal.c2624 int sigprocmask(int how, sigset_t *set, sigset_t *oldset) in sigprocmask()
2727 static int do_sigpending(void *set, unsigned long sigsetsize) in do_sigpending()
2750 sigset_t set; in SYSCALL_DEFINE2() local
2762 sigset_t set; in COMPAT_SYSCALL_DEFINE2() local
3433 SYSCALL_DEFINE1(sigpending, old_sigset_t __user *, set) in SYSCALL_DEFINE1() argument
3442 sigset_t set; in COMPAT_SYSCALL_DEFINE1() local
3722 static int sigsuspend(sigset_t *set) in sigsuspend()
Ducount.c33 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
Dcred.c388 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.c674 unsigned int clear, unsigned int set) in psi_group_change()
748 void psi_task_change(struct task_struct *task, int clear, int set) in psi_task_change()