Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 45) sorted by relevance

12

/kernel/bpf/
Dmemalloc.c140 static void *__alloc(struct bpf_mem_cache *c, int node, gfp_t flags) in __alloc()
158 static struct mem_cgroup *get_memcg(const struct bpf_mem_cache *c) in get_memcg()
169 static void inc_active(struct bpf_mem_cache *c, unsigned long *flags) in inc_active()
187 static void dec_active(struct bpf_mem_cache *c, unsigned long *flags) in dec_active()
194 static void add_obj_to_free_list(struct bpf_mem_cache *c, void *obj) in add_obj_to_free_list()
205 static void alloc_bulk(struct bpf_mem_cache *c, int cnt, int node, bool atomic) in alloc_bulk()
280 struct bpf_mem_cache *c = container_of(head, struct bpf_mem_cache, rcu_ttrace); in __free_rcu() local
297 static void enque_to_free(struct bpf_mem_cache *c, void *obj) in enque_to_free()
307 static void do_call_rcu_ttrace(struct bpf_mem_cache *c) in do_call_rcu_ttrace()
336 static void free_bulk(struct bpf_mem_cache *c) in free_bulk()
[all …]
/kernel/locking/
Dlock_events.h44 #define lockevent_cond_inc(ev, c) __lockevent_inc(LOCKEVENT_ ##ev, c) argument
51 #define lockevent_add(ev, c) __lockevent_add(LOCKEVENT_ ##ev, c) argument
56 #define lockevent_add(ev, c) do { (void)(c); } while (0) argument
57 #define lockevent_cond_inc(ev, c) do { (void)(c); } while (0) argument
Dqspinlock_stat.h133 #define pv_kick(c) __pv_kick(c) argument
Dlockdep_proc.c420 static void seq_line(struct seq_file *m, char c, int offset, int length) in seq_line()
680 char c; in lock_stat_write() local
Drwsem.c70 # define DEBUG_RWSEMS_WARN_ON(c, sem) do { \ argument
80 # define DEBUG_RWSEMS_WARN_ON(c, sem) argument
1583 #define DEBUG_RWSEMS_WARN_ON(c, sem) argument
/kernel/printk/
Dbraille.h8 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options()
32 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options()
43 _braille_register_console(struct console *console, struct console_cmdline *c) in _braille_register_console()
Dbraille.c38 _braille_register_console(struct console *console, struct console_cmdline *c) in _braille_register_console()
Dprintk.c659 static void append_char(char **pp, char *e, char c) in append_char()
699 unsigned char c = text[i]; in msg_add_ext_text() local
2531 static void set_user_specified(struct console_cmdline *c, bool user_specified) in set_user_specified()
2549 struct console_cmdline *c; in __add_preferred_console() local
2717 struct console_cmdline *c = console_cmdline; in match_devname_and_update_preferred_console() local
3364 struct console *c; in console_unblank() local
3442 struct console *c; in __console_rewind_all() local
3513 struct console *c; in console_device() local
3831 struct console_cmdline *c; in try_enable_preferred_console() local
4166 struct console *c; in unregister_console_locked() local
[all …]
Dnbcon.c803 #define nbcon_context_enter_unsafe(c) __nbcon_context_update_unsafe(c, true) argument
804 #define nbcon_context_exit_unsafe(c) __nbcon_context_update_unsafe(c, false) argument
/kernel/
Dstacktrace.c84 struct stacktrace_cookie *c = cookie; in stack_trace_consume_entry() local
116 struct stacktrace_cookie c = { in stack_trace_save() local
140 struct stacktrace_cookie c = { in stack_trace_save_tsk() local
169 struct stacktrace_cookie c = { in stack_trace_save_regs() local
197 struct stacktrace_cookie c = { in stack_trace_save_tsk_reliable() local
227 struct stacktrace_cookie c = { in stack_trace_save_user() local
Dkprobes.c102 static int slots_per_page(struct kprobe_insn_cache *c) in slots_per_page()
144 kprobe_opcode_t *__get_insn_slot(struct kprobe_insn_cache *c) in __get_insn_slot()
234 static int collect_garbage_slots(struct kprobe_insn_cache *c) in collect_garbage_slots()
256 void __free_insn_slot(struct kprobe_insn_cache *c, in __free_insn_slot()
296 bool __is_insn_slot_addr(struct kprobe_insn_cache *c, unsigned long addr) in __is_insn_slot_addr()
314 int kprobe_cache_get_kallsym(struct kprobe_insn_cache *c, unsigned int *symnum, in kprobe_cache_get_kallsym()
Ducount.c217 long c, old; in atomic_long_inc_below() local
Dsysctl.c150 char c, *p; in _proc_do_string() local
415 static void proc_put_char(void **buf, size_t *size, char c) in proc_put_char()
1372 char tr_a[] = { '-', ',', '\n' }, tr_b[] = { ',', '\n', 0 }, c; in proc_do_large_bitmap() local
Daudit.h306 #define auditsc_get_stamp(c, t, s) 0 argument
337 #define audit_filter_inodes(t, c) do { } while (0) argument
/kernel/power/
Dqos.c54 s32 pm_qos_read_value(struct pm_qos_constraints *c) in pm_qos_read_value()
59 static int pm_qos_get_value(struct pm_qos_constraints *c) in pm_qos_get_value()
77 static void pm_qos_set_value(struct pm_qos_constraints *c, s32 value) in pm_qos_set_value()
99 int pm_qos_update_target(struct pm_qos_constraints *c, struct plist_node *node, in pm_qos_update_target()
446 struct pm_qos_constraints *c; in freq_constraints_init() local
/kernel/cgroup/
Drdma.c358 static int parse_resource(char *c, int *intval) in parse_resource()
394 char *c; in rdmacg_parse_limits() local
Ddebug.c101 struct cgroup *c = link->cgrp; in current_css_set_cg_links_read() local
Dcpuset-v1.c354 struct cpuset *c, *par; in cpuset1_validate_change() local
/kernel/rcu/
Dupdate.c589 unsigned long c_old, unsigned long c) in do_trace_rcu_torture_read()
595 #define do_trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
/kernel/trace/
Dtrace_probe_kernel.h25 u8 c; in fetch_store_strlen() local
Dtrace_seq.c231 void trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
Dtrace_events_inject.c75 char *num, c; in parse_field() local
/kernel/irq/
Dmanage.c1415 struct irq_chip *c = d->chip; in irq_request_resources() local
1423 struct irq_chip *c = d->chip; in irq_release_resources() local
1448 struct irq_chip *c = d->chip; in irq_nmi_setup() local
1456 struct irq_chip *c = d->chip; in irq_nmi_teardown() local
/kernel/debug/kdb/
Dkdb_main.c1497 unsigned char c; in kdb_mdr() local
1525 char *c = cbuf; in kdb_md_line() local
1562 unsigned char c[8]; in kdb_md_line() member
1571 #define printable_char(c) \ in kdb_md_line() argument
Dkdb_io.c563 struct console *c; in kdb_msg_write() local

12