Searched refs:hash_offset (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | bpf_lru_list.h | 62 unsigned int hash_offset; member 76 int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset,
|
D | bpf_lru_list.c | 356 *(u32 *)((void *)node + lru->hash_offset) = hash; in __local_list_add_pending() 424 *(u32 *)((void *)node + lru->hash_offset) = hash; in bpf_percpu_lru_pop_free() 648 int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset, in bpf_lru_init() argument 686 lru->hash_offset = hash_offset; in bpf_lru_init()
|
/Linux-v4.19/drivers/crypto/ |
D | s5p-sss.c | 242 unsigned int hash_offset; member 386 .hash_offset = 0x6000, 391 .hash_offset = 0x400, 2210 pdata->io_hash_base = pdata->ioaddr + variant->hash_offset; in s5p_aes_probe()
|
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 2257 u32 fd_status, hash_offset; in rx_default_dqrr() local 2343 &hash_offset)) { in rx_default_dqrr() 2349 skb_set_hash(skb, be32_to_cpu(*(u32 *)(vaddr + hash_offset)), in rx_default_dqrr()
|