Searched defs:htab (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/kernel/bpf/ |
D | hashtab.c | 37 struct bpf_htab *htab; in htab_map_alloc() local 103 static inline struct hlist_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() 123 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_lookup_elem() local 148 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_get_next_key() local 207 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_update_elem() local 281 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_delete_elem() local 311 static void delete_all_elements(struct bpf_htab *htab) in delete_all_elements() 331 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_free() local
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_rw.c | 47 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer() 347 sclp_set_htab(struct sclp_buffer *buffer, unsigned short htab) in sclp_set_htab()
|
D | sclp_rw.h | 77 unsigned short htab; member
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_32_mmu_host.c | 57 static ulong htab; variable
|
/linux-4.1.27/include/net/ |
D | act_api.h | 39 struct hlist_head *htab; member
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 311 static unsigned int htab[][2] = { in bsd_alloc() local
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 2938 struct xfrm_policy_hash *htab; in xfrm_policy_init() local 2970 struct xfrm_policy_hash *htab; in xfrm_policy_init() local 2994 struct xfrm_policy_hash *htab; in xfrm_policy_fini() local
|