Home
last modified time | relevance | path

Searched defs:self (Results 476 - 500 of 1136) sorted by relevance

1...<<11121314151617181920>>...46

/kernel/linux/linux-5.10/tools/virtio/ringtest/
H A Dmain.c80 pthread_t self; in set_affinity() local
/kernel/linux/linux-5.10/tools/testing/selftests/uevent/
H A Duevent_filtering.c228 pid_t self; in set_death_signal() local
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dkgdb.c198 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr) in kgdb_notify() argument
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dam200epd.c176 static int am200_fb_notifier_callback(struct notifier_block *self, in am200_fb_notifier_callback() argument
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/
H A Dcore.c358 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dtlb-r4k.c570 static int r4k_tlb_pm_notifier(struct notifier_block *self, unsigned long cmd, in r4k_tlb_pm_notifier() argument
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dkprobes.c481 int kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
H A Duprobes.c111 int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, in arch_uprobe_exception_notify() argument
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dkprobes.c409 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
H A Dkgdb.c340 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr) in kgdb_notify() argument
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dkgdb.c315 static int kgdb_riscv_notify(struct notifier_block *self, unsigned long cmd, in kgdb_riscv_notify() argument
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dkprobes.c375 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
H A Duprobes.c262 int arch_uprobe_exception_notify(struct notifier_block *self, in arch_uprobe_exception_notify() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H A Daq_vec.c35 struct aq_vec_s *self = container_of(napi, struct aq_vec_s, napi); in aq_vec_poll() local
110 struct aq_vec_s *self = NULL; aq_vec_alloc() local
134 aq_vec_ring_alloc(struct aq_vec_s *self, struct aq_nic_s *aq_nic, unsigned int idx, struct aq_nic_cfg_s *aq_nic_cfg) aq_vec_ring_alloc() argument
175 aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, struct aq_hw_s *aq_hw) aq_vec_init() argument
221 aq_vec_start(struct aq_vec_s *self) aq_vec_start() argument
246 aq_vec_stop(struct aq_vec_s *self) aq_vec_stop() argument
263 aq_vec_deinit(struct aq_vec_s *self) aq_vec_deinit() argument
280 aq_vec_free(struct aq_vec_s *self) aq_vec_free() argument
292 aq_vec_ring_free(struct aq_vec_s *self) aq_vec_ring_free() argument
314 struct aq_vec_s *self = private; aq_vec_isr() local
329 struct aq_vec_s *self = private; aq_vec_isr_legacy() local
351 aq_vec_get_affinity_mask(struct aq_vec_s *self) aq_vec_get_affinity_mask() argument
356 aq_vec_is_valid_tc(struct aq_vec_s *self, const unsigned int tc) aq_vec_is_valid_tc() argument
361 aq_vec_get_sw_stats(struct aq_vec_s *self, const unsigned int tc, u64 *data) aq_vec_get_sw_stats() argument
[all...]
H A Daq_main.c346 static int aq_validate_mqprio_opt(struct aq_nic_s *self, in aq_validate_mqprio_opt() argument
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_con.c263 static int sclp_console_notify(struct notifier_block *self, in sclp_console_notify() argument
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dmain.c592 void cw1200_core_release(struct cw1200_common *self) in cw1200_core_release() argument
/kernel/linux/linux-5.10/drivers/staging/zerohung/watchpoint/
H A Dhung_wp_screen.c152 static int hung_wp_screen_setblank(struct notifier_block *self, unsigned long event, void *data) in hung_wp_screen_setblank() argument
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dlcd.c27 static int fb_notifier_callback(struct notifier_block *self, in fb_notifier_callback() argument
/kernel/linux/linux-5.10/net/tipc/
H A Ddiscover.c150 u32 self = tipc_own_addr(net); in tipc_disc_addr_trial_msg() local
210 u32 self; in tipc_disc_rcv() local
H A Dname_distr.c72 u32 self = tipc_own_addr(net); in named_prepare_buf() local
406 u32 self = tipc_own_addr(net); in tipc_named_reinit() local
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Djson_writer.c29 static void jsonw_indent(json_writer_t *self) in jsonw_indent() argument
37 static void jsonw_eol(json_writer_t *self) in jsonw_eol() argument
47 static void jsonw_eor(json_writer_t *self) in jsonw_eor() argument
57 jsonw_puts(json_writer_t *self, const char *str) jsonw_puts() argument
92 json_writer_t *self = malloc(sizeof(*self)); jsonw_new() local
105 json_writer_t *self = *self_p; jsonw_destroy() local
114 jsonw_pretty(json_writer_t *self, bool on) jsonw_pretty() argument
119 jsonw_reset(json_writer_t *self) jsonw_reset() argument
126 jsonw_begin(json_writer_t *self, int c) jsonw_begin() argument
134 jsonw_end(json_writer_t *self, int c) jsonw_end() argument
147 jsonw_name(json_writer_t *self, const char *name) jsonw_name() argument
158 jsonw_vprintf_enquote(json_writer_t *self, const char *fmt, va_list ap) jsonw_vprintf_enquote() argument
166 jsonw_printf(json_writer_t *self, const char *fmt, ...) jsonw_printf() argument
177 jsonw_start_object(json_writer_t *self) jsonw_start_object() argument
182 jsonw_end_object(json_writer_t *self) jsonw_end_object() argument
187 jsonw_start_array(json_writer_t *self) jsonw_start_array() argument
192 jsonw_end_array(json_writer_t *self) jsonw_end_array() argument
198 jsonw_string(json_writer_t *self, const char *value) jsonw_string() argument
204 jsonw_bool(json_writer_t *self, bool val) jsonw_bool() argument
209 jsonw_null(json_writer_t *self) jsonw_null() argument
214 jsonw_float_fmt(json_writer_t *self, const char *fmt, double num) jsonw_float_fmt() argument
220 jsonw_float(json_writer_t *self, double num) jsonw_float() argument
226 jsonw_hu(json_writer_t *self, unsigned short num) jsonw_hu() argument
231 jsonw_uint(json_writer_t *self, uint64_t num) jsonw_uint() argument
236 jsonw_lluint(json_writer_t *self, unsigned long long int num) jsonw_lluint() argument
241 jsonw_int(json_writer_t *self, int64_t num) jsonw_int() argument
247 jsonw_string_field(json_writer_t *self, const char *prop, const char *val) jsonw_string_field() argument
253 jsonw_bool_field(json_writer_t *self, const char *prop, bool val) jsonw_bool_field() argument
260 jsonw_float_field(json_writer_t *self, const char *prop, double val) jsonw_float_field() argument
267 jsonw_float_field_fmt(json_writer_t *self, const char *prop, const char *fmt, double val) jsonw_float_field_fmt() argument
276 jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) jsonw_uint_field() argument
282 jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) jsonw_hu_field() argument
288 jsonw_lluint_field(json_writer_t *self, const char *prop, unsigned long long int num) jsonw_lluint_field() argument
296 jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) jsonw_int_field() argument
302 jsonw_null_field(json_writer_t *self, const char *prop) jsonw_null_field() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dhists_cumulate.c163 u64 self; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dscif_ioctl.h80 struct scif_port_id self; member
194 __u64 self; member
/kernel/linux/linux-5.10/fs/btrfs/
H A Dasync-thread.c220 run_ordered_work(struct __btrfs_workqueue *wq, struct btrfs_work *self) run_ordered_work() argument

Completed in 18 milliseconds

1...<<11121314151617181920>>...46