Home
last modified time | relevance | path

Searched refs:stab (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S74 .stab 0 : { *(.stab) }
76 .stab.excl 0 : { *(.stab.excl) }
77 .stab.exclstr 0 : { *(.stab.exclstr) }
78 .stab.index 0 : { *(.stab.index) }
79 .stab.indexstr 0 : { *(.stab
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S57 .stab 0 : { *(.stab) }
59 .stab.excl 0 : { *(.stab.excl) }
60 .stab.exclstr 0 : { *(.stab.exclstr) }
61 .stab.index 0 : { *(.stab.index) }
62 .stab.indexstr 0 : { *(.stab
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S73 .stab 0 : { *(.stab) }
75 .stab.excl 0 : { *(.stab.excl) }
76 .stab.exclstr 0 : { *(.stab.exclstr) }
77 .stab.index 0 : { *(.stab.index) }
78 .stab.indexstr 0 : { *(.stab
[all...]
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S54 .stab 0 : { *(.stab) }
56 .stab.excl 0 : { *(.stab.excl) }
57 .stab.exclstr 0 : { *(.stab.exclstr) }
58 .stab.index 0 : { *(.stab.index) }
59 .stab.indexstr 0 : { *(.stab
[all...]
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S56 .stab 0 : { *(.stab) }
58 .stab.excl 0 : { *(.stab.excl) }
59 .stab.exclstr 0 : { *(.stab.exclstr) }
60 .stab.index 0 : { *(.stab.index) }
61 .stab.indexstr 0 : { *(.stab
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S62 .stab 0 : { *(.stab) }
64 .stab.excl 0 : { *(.stab.excl) }
65 .stab.exclstr 0 : { *(.stab.exclstr) }
66 .stab.index 0 : { *(.stab.index) }
67 .stab.indexstr 0 : { *(.stab
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S62 .stab 0 : { *(.stab) }
64 .stab.excl 0 : { *(.stab.excl) }
65 .stab.exclstr 0 : { *(.stab.exclstr) }
66 .stab.index 0 : { *(.stab.index) }
67 .stab.indexstr 0 : { *(.stab
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_api.c479 struct qdisc_size_table *stab; in qdisc_get_stab() local
510 list_for_each_entry(stab, &qdisc_stab_list, list) { in qdisc_get_stab()
511 if (memcmp(&stab->szopts, s, sizeof(*s))) in qdisc_get_stab()
514 memcmp(stab->data, tab, flex_array_size(stab, data, tsize))) in qdisc_get_stab()
516 stab->refcnt++; in qdisc_get_stab()
517 return stab; in qdisc_get_stab()
526 stab = kmalloc(struct_size(stab, data, tsize), GFP_KERNEL); in qdisc_get_stab()
527 if (!stab) in qdisc_get_stab()
552 qdisc_dump_stab(struct sk_buff *skb, struct qdisc_size_table *stab) qdisc_dump_stab() argument
569 __qdisc_calculate_pkt_len(struct sk_buff *skb, const struct qdisc_size_table *stab) __qdisc_calculate_pkt_len() argument
922 struct qdisc_size_table *stab; tc_fill_qdisc() local
1233 struct qdisc_size_table *stab; qdisc_create() local
1375 struct qdisc_size_table *ostab, *stab = NULL; qdisc_change() local
[all...]
H A Dsch_choke.c345 u8 *stab; in choke_change() local
362 stab = nla_data(tb[TCA_CHOKE_STAB]); in choke_change()
363 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) in choke_change()
413 stab, in choke_change()
H A Dsch_red.c245 u8 *stab; in __red_change() local
254 stab = nla_data(tb[TCA_RED_STAB]); in __red_change()
256 ctl->Scell_log, stab)) in __red_change()
294 stab, in __red_change()
H A Dsch_taprio.c266 struct qdisc_size_table *stab) in taprio_update_queue_max_sdu()
290 if (stab) { in taprio_update_queue_max_sdu()
291 max_frm_len -= stab->szopts.overhead; in taprio_update_queue_max_sdu()
1328 struct qdisc_size_table *stab; in taprio_dev_notifier() local
1342 stab = rtnl_dereference(q->root->stab); in taprio_dev_notifier()
1346 taprio_update_queue_max_sdu(q, oper, stab); in taprio_dev_notifier()
1350 taprio_update_queue_max_sdu(q, admin, stab); in taprio_dev_notifier()
1849 struct qdisc_size_table *stab = rtnl_dereference(sch->stab); in taprio_change() local
264 taprio_update_queue_max_sdu(struct taprio_sched *q, struct sched_gate_list *sched, struct qdisc_size_table *stab) taprio_update_queue_max_sdu() argument
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dsch_api.c476 struct qdisc_size_table *stab; in qdisc_get_stab() local
507 list_for_each_entry(stab, &qdisc_stab_list, list) { in qdisc_get_stab()
508 if (memcmp(&stab->szopts, s, sizeof(*s))) in qdisc_get_stab()
510 if (tsize > 0 && memcmp(stab->data, tab, tsize * sizeof(u16))) in qdisc_get_stab()
512 stab->refcnt++; in qdisc_get_stab()
513 return stab; in qdisc_get_stab()
522 stab = kmalloc(sizeof(*stab) + tsize * sizeof(u16), GFP_KERNEL); in qdisc_get_stab()
523 if (!stab) in qdisc_get_stab()
526 stab in qdisc_get_stab()
548 qdisc_dump_stab(struct sk_buff *skb, struct qdisc_size_table *stab) qdisc_dump_stab() argument
565 __qdisc_calculate_pkt_len(struct sk_buff *skb, const struct qdisc_size_table *stab) __qdisc_calculate_pkt_len() argument
893 struct qdisc_size_table *stab; tc_fill_qdisc() local
1180 struct qdisc_size_table *stab; qdisc_create() local
1337 struct qdisc_size_table *ostab, *stab = NULL; qdisc_change() local
[all...]
H A Dsch_choke.c346 u8 *stab; in choke_change() local
363 stab = nla_data(tb[TCA_CHOKE_STAB]); in choke_change()
364 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) in choke_change()
414 stab, in choke_change()
H A Dsch_gred.c476 u8 *stab, u32 max_P, in gred_change_vq()
483 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) { in gred_change_vq()
508 ctl->Scell_log, stab, max_P); in gred_change_vq()
642 u8 *stab; in gred_change() local
670 stab = nla_data(tb[TCA_GRED_STAB]); in gred_change()
702 err = gred_change_vq(sch, ctl->DP, ctl, prio, stab, max_P, &prealloc, in gred_change()
474 gred_change_vq(struct Qdisc *sch, int dp, struct tc_gred_qopt *ctl, int prio, u8 *stab, u32 max_P, struct gred_sched_data **prealloc, struct netlink_ext_ack *extack) gred_change_vq() argument
H A Dsch_red.c245 u8 *stab; in __red_change() local
254 stab = nla_data(tb[TCA_RED_STAB]); in __red_change()
256 ctl->Scell_log, stab)) in __red_change()
294 stab, in __red_change()
/kernel/linux/linux-5.10/net/core/
H A Dsock_map.c29 struct bpf_stab *stab; in sock_map_alloc() local
42 stab = kzalloc(sizeof(*stab), GFP_USER); in sock_map_alloc()
43 if (!stab) in sock_map_alloc()
46 bpf_map_init_from_attr(&stab->map, attr); in sock_map_alloc()
47 raw_spin_lock_init(&stab->lock); in sock_map_alloc()
50 cost = (u64) stab->map.max_entries * sizeof(struct sock *); in sock_map_alloc()
51 err = bpf_map_charge_init(&stab->map.memory, cost); in sock_map_alloc()
55 stab->sks = bpf_map_area_alloc((u64) stab in sock_map_alloc()
156 struct bpf_stab *stab = container_of(map, struct bpf_stab, sock_map_del_link() local
345 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_free() local
383 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); __sock_map_lookup_elem() local
419 __sock_map_delete(struct bpf_stab *stab, struct sock *sk_test, struct sock **psk) __sock_map_delete() argument
442 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_delete_from_link() local
449 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_delete_elem() local
462 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_get_next_key() local
480 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_update_common() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dsock_map.c33 struct bpf_stab *stab; in sock_map_alloc() local
42 stab = bpf_map_area_alloc(sizeof(*stab), NUMA_NO_NODE); in sock_map_alloc()
43 if (!stab) in sock_map_alloc()
46 bpf_map_init_from_attr(&stab->map, attr); in sock_map_alloc()
47 spin_lock_init(&stab->lock); in sock_map_alloc()
49 stab->sks = bpf_map_area_alloc((u64) stab->map.max_entries * in sock_map_alloc()
51 stab->map.numa_node); in sock_map_alloc()
52 if (!stab in sock_map_alloc()
334 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_free() local
372 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); __sock_map_lookup_elem() local
408 __sock_map_delete(struct bpf_stab *stab, struct sock *sk_test, struct sock **psk) __sock_map_delete() argument
431 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_delete_from_link() local
438 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_delete_elem() local
451 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_get_next_key() local
467 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_update_common() local
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dred.h172 u8 Scell_log, u8 *stab) in red_check_params()
182 if (stab) { in red_check_params()
186 if (stab[i] >= 32) in red_check_params()
232 u8 Scell_log, u8 *stab, u32 max_P) in red_set_parms()
264 if (stab) in red_set_parms()
265 memcpy(p->Stab, stab, sizeof(p->Stab)); in red_set_parms()
171 red_check_params(u32 qth_min, u32 qth_max, u8 Wlog, u8 Scell_log, u8 *stab) red_check_params() argument
230 red_set_parms(struct red_parms *p, u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, u8 Scell_log, u8 *stab, u32 max_P) red_set_parms() argument
H A Dsch_generic.h85 struct qdisc_size_table __rcu *stab; member
719 const struct qdisc_size_table *stab);
823 struct qdisc_size_table *stab = rcu_dereference_bh(sch->stab); in qdisc_calculate_pkt_len() local
825 if (stab) in qdisc_calculate_pkt_len()
826 __qdisc_calculate_pkt_len(skb, stab); in qdisc_calculate_pkt_len()
/kernel/linux/linux-6.6/include/net/
H A Dred.h171 u8 Scell_log, u8 *stab) in red_check_params()
181 if (stab) { in red_check_params()
185 if (stab[i] >= 32) in red_check_params()
231 u8 Scell_log, u8 *stab, u32 max_P) in red_set_parms()
263 if (stab) in red_set_parms()
264 memcpy(p->Stab, stab, sizeof(p->Stab)); in red_set_parms()
170 red_check_params(u32 qth_min, u32 qth_max, u8 Wlog, u8 Scell_log, u8 *stab) red_check_params() argument
229 red_set_parms(struct red_parms *p, u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, u8 Scell_log, u8 *stab, u32 max_P) red_set_parms() argument
/kernel/linux/linux-5.10/include/asm-generic/
H A Dvmlinux.lds.h867 .stab 0 : { *(.stab) } \
869 .stab.excl 0 : { *(.stab.excl) } \
870 .stab.exclstr 0 : { *(.stab.exclstr) } \
871 .stab.index 0 : { *(.stab.index) } \
872 .stab.indexstr 0 : { *(.stab
[all...]
/kernel/linux/linux-6.6/include/asm-generic/
H A Dvmlinux.lds.h802 .stab 0 : { *(.stab) } \
804 .stab.excl 0 : { *(.stab.excl) } \
805 .stab.exclstr 0 : { *(.stab.exclstr) } \
806 .stab.index 0 : { *(.stab.index) } \
807 .stab.indexstr 0 : { *(.stab
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Diommu.c115 unsigned long *stab; member
312 iommu->stab = page_address(page); in cell_iommu_setup_stab()
313 memset(iommu->stab, 0, stab_size); in cell_iommu_setup_stab()
344 pr_debug("%s: iommu[%d]: stab at %p, ptab at %p, n_pte_pages: %lu\n", in cell_iommu_alloc_ptab()
345 __func__, iommu->nid, iommu->stab, ptab, in cell_iommu_alloc_ptab()
362 pr_debug("Setting up IOMMU stab:\n"); in cell_iommu_alloc_ptab()
368 iommu->stab[i] = reg | (__pa(ptab) + (n_pte_pages << 12) * in cell_iommu_alloc_ptab()
370 pr_debug("\t[%d] 0x%016lx\n", i, iommu->stab[i]); in cell_iommu_alloc_ptab()
407 reg = IOC_IOST_Origin_E | __pa(iommu->stab) | IOC_IOST_Origin_HW; in cell_iommu_enable_hardware()
649 iommu->stab in cell_iommu_alloc()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Diommu.c117 unsigned long *stab; member
314 iommu->stab = page_address(page); in cell_iommu_setup_stab()
315 memset(iommu->stab, 0, stab_size); in cell_iommu_setup_stab()
346 pr_debug("%s: iommu[%d]: stab at %p, ptab at %p, n_pte_pages: %lu\n", in cell_iommu_alloc_ptab()
347 __func__, iommu->nid, iommu->stab, ptab, in cell_iommu_alloc_ptab()
364 pr_debug("Setting up IOMMU stab:\n"); in cell_iommu_alloc_ptab()
370 iommu->stab[i] = reg | (__pa(ptab) + (n_pte_pages << 12) * in cell_iommu_alloc_ptab()
372 pr_debug("\t[%d] 0x%016lx\n", i, iommu->stab[i]); in cell_iommu_alloc_ptab()
409 reg = IOC_IOST_Origin_E | __pa(iommu->stab) | IOC_IOST_Origin_HW; in cell_iommu_enable_hardware()
652 iommu->stab in cell_iommu_alloc()
[all...]
/kernel/linux/linux-5.10/arch/h8300/boot/
H A DMakefile9 OBJCOPYFLAGS_zImage := -O binary -R .note -R .comment -R .stab -R .stabstr -S

Completed in 26 milliseconds

12