Searched defs:____cacheline_aligned (Results 1 - 25 of 143) sorted by relevance

123456

/linux-master/arch/x86/um/
H A Dsys_call_table_64.c29 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable
H A Dsys_call_table_32.c34 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable
/linux-master/arch/hexagon/include/asm/
H A Dcache.h18 #define ____cacheline_aligned __aligned(L1_CACHE_BYTES) macro
/linux-master/drivers/soc/fsl/qbman/
H A Dbman_test_api.c38 static struct bm_buffer bufs_in[NUM_BUFS] ____cacheline_aligned; variable in typeref:struct:bufs_in
39 static struct bm_buffer bufs_out[NUM_BUFS] ____cacheline_aligned; variable in typeref:struct:bufs_out
/linux-master/arch/nios2/include/asm/
H A Dcache.h24 #define ____cacheline_aligned macro
/linux-master/fs/nfs/
H A Diostat.h21 } ____cacheline_aligned; variable in typeref:struct:nfs_iostats
/linux-master/drivers/net/can/m_can/
H A Dtcan4x5x.h30 } ____cacheline_aligned; variable in typeref:struct:tcan4x5x_map_buf
/linux-master/include/linux/
H A Dcache.h41 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES))) macro
H A Dbpf_local_storage.h85 struct bpf_local_storage_data sdata ____cacheline_aligned; member in struct:bpf_local_storage_elem
/linux-master/drivers/hwmon/
H A Dad7314.c39 u16 rx ____cacheline_aligned; member in struct:ad7314_data
/linux-master/include/linux/sunrpc/
H A Dmetrics.h74 } ____cacheline_aligned; variable in typeref:struct:rpc_iostats
/linux-master/drivers/target/
H A Dtarget_core_rd.h27 } ____cacheline_aligned; variable in typeref:struct:rd_dev_sg_table
50 } ____cacheline_aligned; variable in typeref:struct:rd_dev
55 } ____cacheline_aligned; variable in typeref:struct:rd_host
H A Dtarget_core_iblock.h17 } ____cacheline_aligned; variable in typeref:struct:iblock_req
38 } ____cacheline_aligned; variable in typeref:struct:iblock_dev
H A Dtarget_core_file.h44 } ____cacheline_aligned; variable in typeref:struct:fd_dev
50 } ____cacheline_aligned; variable in typeref:struct:fd_host
/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.h43 } ____cacheline_aligned; variable in typeref:struct:iscsi_chap
/linux-master/crypto/
H A Daes_generic.c65 __visible const u32 crypto_ft_tab[4][256] ____cacheline_aligned = { variable
329 static const u32 crypto_fl_tab[4][256] ____cacheline_aligned = { variable
593 __visible const u32 crypto_it_tab[4][256] ____cacheline_aligned = { variable
857 static const u32 crypto_il_tab[4][256] ____cacheline_aligned = { variable
/linux-master/arch/x86/kernel/
H A Ddumpstack_64.c85 struct estack_pages estack_pages[CEA_ESTACK_PAGES] ____cacheline_aligned = { variable in typeref:struct:estack_pages
/linux-master/drivers/input/misc/
H A Dad714x.h45 __be16 xfer_buf[16] ____cacheline_aligned; member in struct:ad714x_chip
/linux-master/include/net/
H A Draw.h40 struct hlist_head ht[RAW_HTABLE_SIZE] ____cacheline_aligned; member in struct:raw_hashinfo
/linux-master/drivers/mmc/host/
H A Dsdhci-pltfm.h28 unsigned long private[] ____cacheline_aligned; member in struct:sdhci_pltfm_host
/linux-master/include/target/iscsi/
H A Discsi_target_stat.h37 } ____cacheline_aligned; variable in typeref:struct:iscsi_sess_err_stats
60 } ____cacheline_aligned; variable in typeref:struct:iscsi_login_stats
67 } ____cacheline_aligned; variable in typeref:struct:iscsi_logout_stats
/linux-master/drivers/crypto/ccree/
H A Dcc_hash.h38 u8 buffers[2][CC_MAX_HASH_BLCK_SIZE] ____cacheline_aligned; member in struct:ahash_req_ctx
39 u8 digest_result_buff[CC_MAX_HASH_DIGEST_SIZE] ____cacheline_aligned; member in struct:ahash_req_ctx
40 u8 digest_buff[CC_MAX_HASH_DIGEST_SIZE] ____cacheline_aligned; member in struct:ahash_req_ctx
41 u8 opad_digest_buff[CC_MAX_HASH_DIGEST_SIZE] ____cacheline_aligned; member in struct:ahash_req_ctx
42 u8 digest_bytes_len[HASH_MAX_LEN_SIZE] ____cacheline_aligned; member in struct:ahash_req_ctx
43 struct async_gen_req_ctx gen_ctx ____cacheline_aligned; member in struct:ahash_req_ctx
/linux-master/include/linux/netfilter_bridge/
H A Debtables.h88 struct ebt_counter counters[] ____cacheline_aligned; member in struct:ebt_table_info
/linux-master/drivers/input/joystick/iforce/
H A Diforce-usb.c19 u8 data_in[IFORCE_MAX_LENGTH] ____cacheline_aligned; member in struct:iforce_usb
20 u8 data_out[IFORCE_MAX_LENGTH] ____cacheline_aligned; member in struct:iforce_usb
/linux-master/drivers/i2c/busses/
H A Di2c-virtio.c43 struct virtio_i2c_out_hdr out_hdr ____cacheline_aligned; member in struct:virtio_i2c_req
44 uint8_t *buf ____cacheline_aligned; member in struct:virtio_i2c_req
45 struct virtio_i2c_in_hdr in_hdr ____cacheline_aligned; member in struct:virtio_i2c_req

Completed in 273 milliseconds

123456