/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | via-macii.c | 370 static irqreturn_t macii_interrupt(int irq, void *arg) in macii_interrupt() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_net.c | 588 rxe_notify(struct notifier_block *not_blk, unsigned long event, void *arg) rxe_notify() argument
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | writeback.c | 739 static int bch_writeback_thread(void *arg) in bch_writeback_thread() argument 906 static int bch_dirty_init_thread(void *arg) in bch_dirty_init_thread() argument
|
/kernel/linux/linux-6.6/drivers/media/cec/platform/stm32/ |
H A D | stm32-cec.c | 144 static irqreturn_t stm32_cec_irq_thread(int irq, void *arg) in stm32_cec_irq_thread() argument 159 static irqreturn_t stm32_cec_irq_handler(int irq, void *arg) in stm32_cec_irq_handler() argument
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | epoll-wait.c | 183 static void *workerfn(void *arg) in workerfn() argument
|
H A D | inject-buildid.c | 248 static void *data_reader(void *arg) in data_reader() argument
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | evsel.c | 415 static int perf_evsel__ioctl(struct perf_evsel *evsel, int ioc, void *arg, in perf_evsel__ioctl() argument 426 perf_evsel__run_ioctl(struct perf_evsel *evsel, int ioc, void *arg, int cpu_map_idx) perf_evsel__run_ioctl() argument
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | iostat.c | 451 iostat_print_counters(struct evlist *evlist, struct perf_stat_config *config, struct timespec *ts, char *prefix, iostat_print_counter_t print_cnt_cb, void *arg) iostat_print_counters() argument
|
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/ |
H A D | augmented_raw_syscalls.bpf.c | 125 struct augmented_arg arg, arg2; member 153 unsigned int augmented_arg__read_str(struct augmented_arg *augmented_arg, const void *arg, unsigned int arg_len) in augmented_arg__read_str() argument [all...] |
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_domainhash.c | 939 netlbl_domhsh_walk(u32 *skip_bkt, u32 *skip_chain, int (*callback) (struct netlbl_dom_map *entry, void *arg), void *cb_arg) netlbl_domhsh_walk() argument
|
/kernel/linux/linux-6.6/net/rose/ |
H A D | rose_route.c | 729 int rose_rt_ioctl(unsigned int cmd, void __user *arg) in rose_rt_ioctl() argument
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_cbs.c | 492 static int cbs_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in cbs_graft() argument 508 static struct Qdisc *cbs_leaf(struct Qdisc *sch, unsigned long arg) in cbs_leaf() argument
|
H A D | sch_tbf.c | 556 static int tbf_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in tbf_graft() argument 570 static struct Qdisc *tbf_leaf(struct Qdisc *sch, unsigned long arg) in tbf_leaf() argument
|
H A D | sch_mqprio.c | 719 static void mqprio_walk(struct Qdisc *sch, struct qdisc_walker *arg) in mqprio_walk() argument [all...] |
H A D | sch_drr.c | 146 static int drr_delete_class(struct Qdisc *sch, unsigned long arg, in drr_delete_class() argument 197 static void drr_unbind_tcf(struct Qdisc *sch, unsigned long arg) in drr_unbind_tcf() argument 204 static int drr_graft_class(struct Qdisc *sch, unsigned long arg, in drr_graft_class() argument 221 static struct Qdisc *drr_class_leaf(struct Qdisc *sch, unsigned long arg) in drr_class_leaf() argument 53 drr_change_class(struct Qdisc *sch, u32 classid, u32 parentid, struct nlattr **tca, unsigned long *arg, struct netlink_ext_ack *extack) drr_change_class() argument 228 drr_qlen_notify(struct Qdisc *csh, unsigned long arg) drr_qlen_notify() argument 235 drr_dump_class(struct Qdisc *sch, unsigned long arg, struct sk_buff *skb, struct tcmsg *tcm) drr_dump_class() argument 257 drr_dump_class_stats(struct Qdisc *sch, unsigned long arg, struct gnet_dump *d) drr_dump_class_stats() argument 277 drr_walk(struct Qdisc *sch, struct qdisc_walker *arg) drr_walk() argument [all...] |
H A D | cls_route.c | 313 static int route4_delete(struct tcf_proto *tp, void *arg, bool *last, in route4_delete() argument 572 static void route4_walk(struct tcf_proto *tp, struct tcf_walker *arg, in route4_walk() argument 472 route4_change(struct net *net, struct sk_buff *in_skb, struct tcf_proto *tp, unsigned long base, u32 handle, struct nlattr **tca, void **arg, u32 flags, struct netlink_ext_ack *extack) route4_change() argument
|
H A D | sch_red.c | 496 static int red_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in red_graft() argument 510 static struct Qdisc *red_leaf(struct Qdisc *sch, unsigned long arg) in red_leaf() argument
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | tcp.c | 351 static void rds_tcp_conn_free(void *arg) in rds_tcp_conn_free() argument
|
H A D | af_rds.c | 255 static int rds_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in rds_ioctl() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | access_tracking_perf_test.c | 303 static void run_test(enum vm_guest_mode mode, void *arg) in run_test() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_tlb_flush.c | 539 static void *vcpu_thread(void *arg) in vcpu_thread() argument
|
H A D | xapic_ipi_test.c | 194 static void *vcpu_thread(void *arg) in vcpu_thread() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | time-utils.c | 124 char *str, *arg, *p; in perf_time__parse_strs() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
H A D | map_percpu_stats.c | 151 static void *patch_map_thread(void *arg) in patch_map_thread() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_bloom_filter_map.c | 64 static error_t parse_arg(int key, char *arg, struct argp_state *state) in parse_arg() argument 130 static void *map_prepare_thread(void *arg) in map_prepare_thread() argument
|