Home
last modified time | relevance | path

Searched refs:stab (Results 1 – 18 of 18) sorted by relevance

/linux/arch/arm/boot/bootp/
H A Dbootp.lds20 .stab 0 : { *(.stab) }
22 .stab.excl 0 : { *(.stab.excl) }
23 .stab.exclstr 0 : { *(.stab.exclstr) }
24 .stab.index 0 : { *(.stab.index) }
25 .stab.indexstr 0 : { *(.stab
[all...]
/linux/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...]
/linux/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...]
/linux/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S65 .stab 0 : { *(.stab) }
67 .stab.excl 0 : { *(.stab.excl) }
68 .stab.exclstr 0 : { *(.stab.exclstr) }
69 .stab.index 0 : { *(.stab.index) }
70 .stab.indexstr 0 : { *(.stab
[all...]
/linux/net/sched/
H A Dsch_api.c486 struct qdisc_size_table *stab; in qdisc_get_stab() local
517 list_for_each_entry(stab, &qdisc_stab_list, list) { in qdisc_get_stab()
518 if (memcmp(&stab->szopts, s, sizeof(*s))) in qdisc_get_stab()
521 memcmp(stab->data, tab, flex_array_size(stab, data, tsize))) in qdisc_get_stab()
523 stab->refcnt++; in qdisc_get_stab()
524 return stab; in qdisc_get_stab()
533 stab = kmalloc(struct_size(stab, data, tsize), GFP_KERNEL); in qdisc_get_stab()
534 if (!stab) in qdisc_get_stab()
559 qdisc_dump_stab(struct sk_buff * skb,struct qdisc_size_table * stab) qdisc_dump_stab() argument
577 __qdisc_calculate_pkt_len(struct sk_buff * skb,const struct qdisc_size_table * stab) __qdisc_calculate_pkt_len() argument
908 struct qdisc_size_table *stab; tc_fill_qdisc() local
1254 struct qdisc_size_table *stab; qdisc_create() local
1369 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.c247 u8 *stab; in __red_change() local
256 stab = nla_data(tb[TCA_RED_STAB]); in __red_change()
258 ctl->Scell_log, stab)) in __red_change()
296 stab, in __red_change()
H A Dsch_gred.c483 u8 *stab, u32 max_P, in gred_change_vq() argument
490 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) { in gred_change_vq()
515 ctl->Scell_log, stab, max_P); in gred_change_vq()
649 u8 *stab; in gred_change() local
674 stab = nla_data(tb[TCA_GRED_STAB]); in gred_change()
706 err = gred_change_vq(sch, ctl->DP, ctl, prio, stab, max_P, &prealloc, in gred_change()
H A Dsch_taprio.c273 struct qdisc_size_table *stab) in taprio_update_queue_max_sdu() argument
297 if (stab) { in taprio_update_queue_max_sdu()
298 max_frm_len -= stab->szopts.overhead; in taprio_update_queue_max_sdu()
1330 struct qdisc_size_table *stab; in taprio_dev_notifier() local
1344 stab = rtnl_dereference(q->root->stab); in taprio_dev_notifier()
1349 taprio_update_queue_max_sdu(q, oper, stab); in taprio_dev_notifier()
1353 taprio_update_queue_max_sdu(q, admin, stab); in taprio_dev_notifier()
1819 struct qdisc_size_table *stab = rtnl_dereference(sch->stab); in taprio_change() local
[all...]
H A Dsch_generic.c1073 qdisc_put_stab(rtnl_dereference(qdisc->stab)); in __qdisc_destroy()
/linux/net/core/
H A Dsock_map.c41 struct bpf_stab *stab; in sock_map_alloc() local
50 stab = bpf_map_area_alloc(sizeof(*stab), NUMA_NO_NODE); in sock_map_alloc()
51 if (!stab) in sock_map_alloc()
54 bpf_map_init_from_attr(&stab->map, attr); in sock_map_alloc()
55 spin_lock_init(&stab->lock); in sock_map_alloc()
57 stab->sks = bpf_map_area_alloc((u64) stab->map.max_entries * in sock_map_alloc()
59 stab->map.numa_node); in sock_map_alloc()
60 if (!stab in sock_map_alloc()
341 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_free() local
379 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); __sock_map_lookup_elem() local
415 __sock_map_delete(struct bpf_stab * stab,struct sock * sk_test,struct sock ** psk) __sock_map_delete() argument
437 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_delete_from_link() local
444 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_delete_elem() local
457 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_get_next_key() local
473 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); sock_map_update_common() local
[all...]
/linux/include/net/
H A Dred.h171 u8 Scell_log, u8 *stab) in red_check_params() argument
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() argument
263 if (stab) in red_set_parms()
264 memcpy(p->Stab, stab, sizeof(p->Stab)); in red_set_parms()
H A Dsch_generic.h100 struct qdisc_size_table __rcu *stab; member
734 const struct qdisc_size_table *stab);
848 struct qdisc_size_table *stab = rcu_dereference_bh(sch->stab); in qdisc_calculate_pkt_len() local
850 if (stab) in qdisc_calculate_pkt_len()
851 __qdisc_calculate_pkt_len(skb, stab); in qdisc_calculate_pkt_len()
/linux/include/asm-generic/
H A Dvmlinux.lds.h825 .stab 0 : { *(.stab) } \
827 .stab.excl 0 : { *(.stab.excl) } \
828 .stab.exclstr 0 : { *(.stab.exclstr) } \
829 .stab.index 0 : { *(.stab.index) } \
830 .stab.indexstr 0 : { *(.stab
[all...]
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_taprio.sh156 tc qdisc replace dev $if_name root stab overhead 24 taprio num_tc 8 \
379 tc qdisc replace dev $swp2 root stab overhead 24 taprio num_tc 8 \
/linux/arch/sh/
H A DMakefile80 -R .stab -R .stabstr -S
/linux/arch/mips/include/asm/
H A Dsgiarcs.h363 unsigned long stab; /* Symbol table. */ member
/linux/Documentation/scsi/
H A DChangeLog.lpfc954 * Another cleanup stab at lpfc_ct.c. Remove castings, structure