Home
last modified time | relevance | path

Searched refs:linkage (Results 1 – 25 of 52) sorted by relevance

123

/linux/include/linux/
H A Dcfi_types.h23 #define SYM_TYPED_ENTRY(name, linkage, align...) \ argument
24 linkage(name) ASM_NL \
29 #define SYM_TYPED_START(name, linkage, align...) \ argument
30 SYM_TYPED_ENTRY(name, linkage, align)
34 #define SYM_TYPED_START(name, linkage, align...) \ argument
35 SYM_START(name, linkage, align)
H A Dlinkage.h152 #define SYM_ENTRY(name, linkage, align...) \ argument
153 linkage(name) ASM_NL \
160 #define SYM_START(name, linkage, align...) \ argument
161 SYM_ENTRY(name, linkage, align)
174 #define SYM_ALIAS(alias, name, linkage) \ argument
175 linkage(alias) ASM_NL \
199 #define SYM_INNER_LABEL_ALIGN(name, linkage) \ argument
201 SYM_ENTRY(name, linkage, SYM_A_ALIGN)
206 #define SYM_INNER_LABEL(name, linkage) \ argument
208 SYM_ENTRY(name, linkage, SYM_A_NONE)
[all …]
/linux/tools/perf/util/include/linux/
H A Dlinkage.h37 #define SYM_ENTRY(name, linkage, align...) \ argument
38 linkage(name) ASM_NL \
45 #define SYM_START(name, linkage, align...) \ argument
46 SYM_ENTRY(name, linkage, align)
59 #define SYM_ALIAS(alias, name, sym_type, linkage) \ argument
60 linkage(alias) ASM_NL \
126 #define SYM_TYPED_START(name, linkage, align...) \ argument
127 SYM_START(name, linkage, align)
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst180 [20] VAR 'struct_global_var' type_id=4, linkage=global-alloc
181 [21] VAR 'global_var' type_id=3, linkage=global-alloc
182 [22] VAR 'my_func.static_var' type_id=3, linkage=static
250 [104852] FUNC 'i2c_register_spd' type_id=84745 linkage=static
251 [104853] FUNC 'smbalert_driver_init' type_id=1213 linkage=static
254 [104855] FUNC 'i2c_handle_smbus_alert' type_id=104854 linkage=static
255 [104856] FUNC 'smbalert_remove' type_id=104854 linkage=static
259 [104858] FUNC 'smbalert_probe' type_id=104857 linkage=static
260 [104859] FUNC 'smbalert_work' type_id=9695 linkage=static
261 [104860] FUNC 'smbus_alert' type_id=71367 linkage=static
[all …]
/linux/drivers/net/ethernet/sfc/
H A Dtc_counters.c20 .key_len = offsetof(struct efx_tc_counter_index, linkage),
22 .head_offset = offsetof(struct efx_tc_counter_index, linkage),
26 .key_len = offsetof(struct efx_tc_counter, linkage),
28 .head_offset = offsetof(struct efx_tc_counter, linkage),
151 rc = rhashtable_insert_fast(&efx->tc->counter_ht, &cnt->linkage, in efx_tc_flower_allocate_counter()
177 rhashtable_remove_fast(&efx->tc->counter_ht, &cnt->linkage, in efx_tc_flower_release_counter()
216 rhashtable_remove_fast(&efx->tc->counter_id_ht, &ctr->linkage, in efx_tc_flower_put_counter_index()
234 &ctr->linkage, in efx_tc_flower_get_counter_index()
249 &ctr->linkage, in efx_tc_flower_get_counter_index()
H A Dtc.h33 struct rhash_head linkage; member
161 struct rhash_head linkage; member
174 struct rhash_head linkage; member
200 struct rhash_head linkage; member
211 struct rhash_head linkage; member
H A Dtc_conntrack.c19 .key_len = offsetof(struct efx_tc_ct_zone, linkage),
21 .head_offset = offsetof(struct efx_tc_ct_zone, linkage),
25 .key_len = offsetof(struct efx_tc_ct_entry, linkage),
27 .head_offset = offsetof(struct efx_tc_ct_entry, linkage),
373 &conn->linkage, in efx_tc_ct_replace()
449 rhashtable_remove_fast(&efx->tc->ct_ht, &conn->linkage, in efx_tc_ct_replace()
463 rhashtable_remove_fast(&efx->tc->ct_ht, &conn->linkage, in efx_tc_ct_remove()
570 &ct_zone->linkage, in efx_tc_ct_register_zone()
597 rhashtable_remove_fast(&efx->tc->ct_zone_ht, &ct_zone->linkage, in efx_tc_ct_register_zone()
611 rhashtable_remove_fast(&efx->tc->ct_zone_ht, &ct_zone->linkage, in efx_tc_ct_unregister_zone()
H A Dtc_conntrack.h21 struct rhash_head linkage; member
41 struct rhash_head linkage; member
H A Dtc_counters.h28 struct rhash_head linkage; /* efx->tc->counter_ht */ member
42 struct rhash_head linkage; /* efx->tc->counter_id_ht */ member
H A Dtc_encap_actions.h62 struct rhash_head linkage; member
81 struct rhash_head linkage; /* efx->tc_encap_ht */ member
H A Dtc.c134 &ped->linkage, in efx_tc_flower_get_mac()
599 &encap->linkage, in efx_tc_flower_record_encap_match()
710 &rid->linkage, in efx_tc_get_recirc_id()
725 &rid->linkage, in efx_tc_get_recirc_id()
1519 &rule->linkage, in efx_tc_flower_replace_foreign_lhs_ar()
1631 &rule->linkage, in efx_tc_flower_replace_foreign_lhs()
1808 &rule->linkage, in efx_tc_flower_replace_foreign()
1984 &rule->linkage, in efx_tc_flower_replace_foreign()
2027 &rule->linkage, in efx_tc_flower_replace_lhs()
2191 &rule->linkage, in efx_tc_flower_replace()
[all …]
H A Dtc_encap_actions.c22 .head_offset = offsetof(struct efx_neigh_binder, linkage),
28 .head_offset = offsetof(struct efx_tc_encap_action, linkage),
129 &neigh->linkage, in efx_bind_neigh()
215 rhashtable_remove_fast(&efx->tc->neigh_ht, &neigh->linkage, in efx_bind_neigh()
227 rhashtable_remove_fast(&efx->tc->neigh_ht, &neigh->linkage, in efx_free_neigh()
640 &encap->linkage, in efx_tc_flower_create_encap_md()
685 rhashtable_remove_fast(&efx->tc->encap_ht, &encap->linkage, in efx_tc_flower_create_encap_md()
697 rhashtable_remove_fast(&efx->tc->encap_ht, &encap->linkage, in efx_tc_flower_release_encap_md()
H A Dmae.h46 struct rhash_head linkage; member
/linux/tools/testing/selftests/nolibc/
H A DMakefile205 nolibc-test: nolibc-test.c nolibc-test-linkage.c sysroot/$(ARCH)/include
207 -nostdlib -nostdinc -static -Isysroot/$(ARCH)/include nolibc-test.c nolibc-test-linkage.c -lgcc
209 nolibc-test: nolibc-test.c nolibc-test-linkage.c
211 …-static -include $(srctree)/tools/include/nolibc/nolibc.h nolibc-test.c nolibc-test-linkage.c -lgcc
214 libc-test: nolibc-test.c nolibc-test-linkage.c
215 $(QUIET_CC)$(HOSTCC) -o $@ nolibc-test.c nolibc-test-linkage.c
/linux/tools/bpf/bpftool/
H A Dbtf.c62 static const char *btf_var_linkage_str(__u32 linkage) in btf_var_linkage_str() argument
64 switch (linkage) { in btf_var_linkage_str()
298 const char *linkage = btf_func_linkage_str(t); in dump_btf_type() local
302 jsonw_string_field(w, "linkage", linkage); in dump_btf_type()
304 printf(" type_id=%u linkage=%s", t->type, linkage); in dump_btf_type()
339 const char *linkage; in dump_btf_type() local
341 linkage = btf_var_linkage_str(v->linkage); in dump_btf_type()
345 jsonw_string_field(w, "linkage", linkage); in dump_btf_type()
347 printf(" type_id=%u, linkage=%s", t->type, linkage); in dump_btf_type()
/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.c55 static const char *btf_var_linkage_str(__u32 linkage) in btf_var_linkage_str() argument
57 switch (linkage) { in btf_var_linkage_str()
187 t->type, btf_var_linkage_str(btf_var(t)->linkage)); in fprintf_btf_type_raw()
H A Dtest_btf.h36 #define BTF_VAR_ENC(name, type, linkage) \ argument
37 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), type), (linkage)
/linux/Documentation/ABI/testing/
H A Dsysfs-class-stm_source6 stm_source device linkage to stm device, where its tracing data
/linux/tools/include/uapi/linux/
H A Dbtf.h166 __u32 linkage; member
/linux/include/uapi/linux/
H A Dbtf.h166 __u32 linkage; member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_endian.c93 ASSERT_EQ(btf_var(t)->linkage, BTF_VAR_GLOBAL_ALLOCATED, "var_linkage"); in test_btf_endian()
/linux/drivers/tee/optee/
H A Dffa_abi.c43 struct rhash_head linkage; member
52 .head_offset = offsetof(struct shm_rhash, linkage),
87 rc = rhashtable_lookup_insert_fast(&optee->ffa.global_ids, &r->linkage, in optee_shm_add_ffa_handle()
107 &r->linkage, shm_rhash_params); in optee_shm_rem_ffa_handle()
/linux/drivers/net/dsa/sja1105/
H A DKconfig14 linkage to PHYLINK. The driver supports the following revisions:
/linux/include/asm-generic/
H A DKbuild36 mandatory-y += linkage.h
/linux/tools/lib/bpf/
H A Dbtf.h208 enum btf_func_linkage linkage, int proto_type_id);
213 LIBBPF_API int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id);

123