| /kernel/linux/linux-5.10/tools/virtio/ringtest/ |
| H A D | main.c | 80 pthread_t self; in set_affinity() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/uevent/ |
| H A D | uevent_filtering.c | 228 pid_t self; in set_death_signal() local
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| H A D | kgdb.c | 198 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 D | am200epd.c | 176 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 D | core.c | 358 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
|
| /kernel/linux/linux-6.6/arch/mips/mm/ |
| H A D | tlb-r4k.c | 570 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 D | kprobes.c | 481 int kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
|
| H A D | uprobes.c | 111 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 D | kprobes.c | 409 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
|
| H A D | kgdb.c | 340 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 D | kgdb.c | 315 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 D | kprobes.c | 375 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
|
| H A D | uprobes.c | 262 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 D | aq_vec.c | 35 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 D | aq_main.c | 346 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 D | sclp_con.c | 263 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 D | main.c | 592 void cw1200_core_release(struct cw1200_common *self) in cw1200_core_release() argument
|
| /kernel/linux/linux-5.10/drivers/staging/zerohung/watchpoint/ |
| H A D | hung_wp_screen.c | 152 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 D | lcd.c | 27 static int fb_notifier_callback(struct notifier_block *self, in fb_notifier_callback() argument
|
| /kernel/linux/linux-5.10/net/tipc/ |
| H A D | discover.c | 150 u32 self = tipc_own_addr(net); in tipc_disc_addr_trial_msg() local 210 u32 self; in tipc_disc_rcv() local
|
| H A D | name_distr.c | 72 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 D | json_writer.c | 29 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 D | hists_cumulate.c | 163 u64 self; member
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | scif_ioctl.h | 80 struct scif_port_id self; member 194 __u64 self; member
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | async-thread.c | 220 run_ordered_work(struct __btrfs_workqueue *wq, struct btrfs_work *self) run_ordered_work() argument
|