Searched defs:htab (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/kernel/bpf/ | 
| D | hashtab.c | 37 	struct bpf_htab *htab;  in htab_map_alloc()  local123 static inline struct hlist_head *select_bucket(struct bpf_htab *htab, u32 hash)  in select_bucket()
 143 	struct bpf_htab *htab = container_of(map, struct bpf_htab, map);  in htab_map_lookup_elem()  local
 168 	struct bpf_htab *htab = container_of(map, struct bpf_htab, map);  in htab_map_get_next_key()  local
 227 	struct bpf_htab *htab = container_of(map, struct bpf_htab, map);  in htab_map_update_elem()  local
 301 	struct bpf_htab *htab = container_of(map, struct bpf_htab, map);  in htab_map_delete_elem()  local
 331 static void delete_all_elements(struct bpf_htab *htab)  in delete_all_elements()
 351 	struct bpf_htab *htab = container_of(map, struct bpf_htab, map);  in htab_map_free()  local
 
 | 
| /linux-4.4.14/drivers/s390/char/ | 
| D | sclp_rw.c | 47 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab)  in sclp_make_buffer()351 sclp_set_htab(struct sclp_buffer *buffer, unsigned short htab)  in sclp_set_htab()
 
 | 
| D | sclp_rw.h | 74 	unsigned short htab;  member
 | 
| /linux-4.4.14/arch/powerpc/kvm/ | 
| D | book3s_32_mmu_host.c | 58 static ulong htab;  variable
 | 
| /linux-4.4.14/include/net/ | 
| D | act_api.h | 41 	struct hlist_head	*htab;  member
 | 
| /linux-4.4.14/drivers/isdn/i4l/ | 
| D | isdn_bsdcomp.c | 311 	static unsigned int htab[][2] = {  in bsd_alloc()  local
 | 
| /linux-4.4.14/net/xfrm/ | 
| D | xfrm_policy.c | 2958 		struct xfrm_policy_hash *htab;  in xfrm_policy_init()  local2990 		struct xfrm_policy_hash *htab;  in xfrm_policy_init()  local
 3014 		struct xfrm_policy_hash *htab;  in xfrm_policy_fini()  local
 
 |