Searched refs:linkage (Results 201 - 225 of 859) sorted by last modified time

1234567891011>>

/linux-master/arch/m68k/mvme147/
H A Dconfig.c19 #include <linux/linkage.h>
/linux-master/arch/m68k/kernel/
H A Dvectors.c23 #include <linux/linkage.h>
H A Dtraps.c29 #include <linux/linkage.h>
H A Dtraps.h3 #include <linux/linkage.h>
H A Dsignal.h3 #include <linux/linkage.h>
H A Dprocess.h3 #include <linux/linkage.h>
H A Dptrace.h3 #include <linux/linkage.h>
H A Dhead.S252 #include <linux/linkage.h>
H A Dints.h3 #include <linux/linkage.h>
/linux-master/arch/m68k/include/asm/
H A Dsyscalls.h6 #include <linux/linkage.h>
H A Dirq.h6 #include <linux/linkage.h>
/linux-master/arch/m68k/coldfire/
H A Dentry.S26 #include <linux/linkage.h>
/linux-master/arch/m68k/bvme6000/
H A Dconfig.c20 #include <linux/linkage.h>
/linux-master/arch/m68k/68000/
H A Dints.h3 #include <linux/linkage.h>
H A Dentry.S10 #include <linux/linkage.h>
/linux-master/arch/arm64/crypto/
H A Dsha512-ce-core.S12 #include <linux/linkage.h>
H A Dsha2-ce-core.S8 #include <linux/linkage.h>
H A Dsha1-ce-core.S8 #include <linux/linkage.h>
/linux-master/arch/arm/lib/
H A Dmemset.S9 #include <linux/linkage.h>
/linux-master/arch/arm/include/asm/
H A Dtraps.h5 #include <linux/linkage.h>
/linux-master/tools/bpf/bpftool/
H A Dbtf_dumper.c692 if (var->linkage == BTF_VAR_STATIC)
/linux-master/drivers/xen/events/
H A Devents_fifo.c36 #include <linux/linkage.h>
/linux-master/drivers/net/ethernet/sfc/
H A Dtc.h25 * @linkage: rhashtable reference
33 struct rhash_head linkage; member in struct:efx_tc_mac_pedit_action
161 struct rhash_head linkage; member in struct:efx_tc_encap_match
174 struct rhash_head linkage; member in struct:efx_tc_recirc_id
200 struct rhash_head linkage; member in struct:efx_tc_flow_rule
211 struct rhash_head linkage; member in struct:efx_tc_lhs_rule
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,
449 rhashtable_remove_fast(&efx->tc->ct_ht, &conn->linkage,
463 rhashtable_remove_fast(&efx->tc->ct_ht, &conn->linkage,
570 &ct_zone->linkage,
597 rhashtable_remove_fast(&efx->tc->ct_zone_ht, &ct_zone->linkage,
611 rhashtable_remove_fast(&efx->tc->ct_zone_ht, &ct_zone->linkage,
[all...]
H A Dmae.c1069 .head_offset = offsetof(struct mae_mport_desc, linkage),
1083 rc = rhashtable_insert_fast(&mae->mports_ht, &desc->linkage,

Completed in 352 milliseconds

1234567891011>>