Home
last modified time | relevance | path

Searched defs:h (Results 126 – 150 of 1202) sorted by relevance

12345678910>>...49

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c738 struct nf_conntrack_tuple_hash *h; in ____nf_conntrack_find() local
777 struct nf_conntrack_tuple_hash *h; in __nf_conntrack_find_get() local
872 struct nf_conntrack_tuple_hash *h; in nf_conntrack_hash_check_insert() local
1041 struct nf_conntrack_tuple_hash *h; in nf_ct_resolve_clash_harder() local
1156 struct nf_conntrack_tuple_hash *h; in __nf_conntrack_confirm() local
1298 struct nf_conntrack_tuple_hash *h; in nf_conntrack_tuple_taken() local
1364 struct nf_conntrack_tuple_hash *h; in early_drop_list() local
1816 struct nf_conntrack_tuple_hash *h; in resolve_normal_ct() local
2179 struct nf_conntrack_tuple_hash *h; in __nf_conntrack_update() local
2357 struct nf_conntrack_tuple_hash *h; in get_next_corpse() local
[all …]
H A Dnf_conntrack_helper.c54 struct nf_conntrack_helper *h; in __nf_conntrack_helper_find() local
77 struct nf_conntrack_helper *h; in nf_conntrack_helper_try_module_get() local
131 struct nf_conntrack_helper *h; in nf_nat_helper_try_module_get() local
355 unsigned int h = helper_hash(&me->tuple); in nf_conntrack_helper_register() local
/openbmc/linux/kernel/bpf/
H A Dbloom_filter.c26 u32 h; in hash() local
40 u32 i, h; in bloom_map_peek_elem() local
55 u32 i, h; in bloom_map_push_elem() local
/openbmc/linux/fs/btrfs/
H A Dprops.c35 struct hlist_head *h; in find_prop_handlers_by_hash() local
48 struct prop_handler *h; in find_prop_handler() local
399 const struct prop_handler *h = &prop_handlers[i]; in btrfs_inode_inherit_props() local
467 u64 h = btrfs_name_hash(p->xattr_name, strlen(p->xattr_name)); in btrfs_props_init() local
/openbmc/linux/drivers/md/bcache/
H A Dutil.h56 #define heap_swap(h, i, j) swap((h)->data[i], (h)->data[j]) argument
58 #define heap_sift(h, i, cmp) \ argument
74 #define heap_sift_down(h, i, cmp) \ argument
85 #define heap_add(h, d, cmp) \ argument
98 #define heap_pop(h, d, cmp) \ argument
110 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) argument
112 #define heap_full(h) ((h)->used == (h)->size) argument
/openbmc/linux/arch/arm/include/asm/
H A Darch_timer.h17 #define has_erratum_handler(h) (false) argument
18 #define erratum_handler(h) (arch_timer_##h) argument
/openbmc/qemu/include/hw/s390x/
H A Dsclp.h115 SCCBHeader h; member
149 SCCBHeader h; member
159 SCCBHeader h; member
168 SCCBHeader h; member
176 SCCBHeader h; member
189 SCCBHeader h; member
/openbmc/boost-dbus/include/dbus/detail/
H A Dqueue.hpp46 closure(handler_type h, Message m, in closure()
57 handler_type h = handlers.front(); in push() local
/openbmc/linux/lib/crypto/
H A Dcurve25519-fiat32.c53 static __always_inline void fe_frombytes(fe *h, const u8 *s) in fe_frombytes()
166 u32 h[10]; in fe_tobytes() local
203 static __always_inline void fe_copy(fe *h, const fe *f) in fe_copy()
208 static __always_inline void fe_copy_lt(fe_loose *h, const fe *f) in fe_copy_lt()
214 static __always_inline void fe_0(fe *h) in fe_0()
220 static __always_inline void fe_1(fe *h) in fe_1()
428 static __always_inline void fe_mul_ttt(fe *h, const fe *f, const fe *g) in fe_mul_ttt()
439 fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) in fe_mul_tll()
550 static __always_inline void fe_sq_tl(fe *h, const fe_loose *f) in fe_sq_tl()
555 static __always_inline void fe_sq_tt(fe *h, const fe *f) in fe_sq_tt()
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_devlink.c39 struct hnae3_handle *h = &hdev->vport->nic; in hclge_devlink_reload_down() local
74 struct hnae3_handle *h = &hdev->vport->nic; in hclge_devlink_reload_up() local
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_devlink.c40 struct hnae3_handle *h = &hdev->nic; in hclgevf_devlink_reload_down() local
75 struct hnae3_handle *h = &hdev->nic; in hclgevf_devlink_reload_up() local
/openbmc/qemu/ui/
H A Dgtk-gl-area.c110 int x, int y, int w, int h) in gd_gl_area_update()
257 uint32_t w, uint32_t h, in gd_gl_area_scanout_texture()
288 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_gl_area_scanout_flush()
H A Ddbus-listener.c225 int x, int y, int w, int h) in dbus_call_update_gl()
374 uint32_t w, uint32_t h) in dbus_scanout_share_d3d_texture()
439 uint32_t w, uint32_t h, in dbus_scanout_texture()
553 uint32_t w, uint32_t h) in dbus_scanout_update()
596 int x, int y, int w, int h) in dbus_gl_gfx_update()
612 int x, int y, int w, int h) in dbus_gfx_update_sub()
672 int x, int y, int w, int h) in dbus_gfx_update()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dfentry_many_args.c22 int g, unsigned int h, long i, __u64 j, unsigned long k) in BPF_PROG()
33 __u64 g, __u64 h, __u64 i, __u64 j, __u64 k) in BPF_PROG()
H A Dfexit_many_args.c22 int g, unsigned int h, long i, __u64 j, unsigned long k, in BPF_PROG()
34 __u64 g, __u64 h, __u64 i, __u64 j, __u64 k, __u64 ret) in BPF_PROG()
/openbmc/linux/drivers/ata/pata_parport/
H A Dcomm.c38 int l, h, r; in comm_read_regr() local
101 int i, l, h; in comm_read_block() local
H A Don20.c39 int h, l, r; in on20_read_regr() local
91 int k, l, h; in on20_read_block() local
/openbmc/linux/include/linux/crush/
H A Dcrush.h205 struct crush_bucket h; member
210 struct crush_bucket h; member
217 struct crush_bucket h; /* note: h.size is _tree_ size, not number of member
224 struct crush_bucket h; member
230 struct crush_bucket h; member
/openbmc/linux/tools/testing/selftests/bpf/
H A Dsdt.h62 # define _SDT_DEPAREN_8(a,b,c,d,e,f,g,h) a b c d e f g h argument
63 # define _SDT_DEPAREN_9(a,b,c,d,e,f,g,h,i) a b c d e f g h i argument
64 # define _SDT_DEPAREN_10(a,b,c,d,e,f,g,h,i,j) a b c d e f g h i j argument
65 # define _SDT_DEPAREN_11(a,b,c,d,e,f,g,h,i,j,k) a b c d e f g h i j k argument
66 # define _SDT_DEPAREN_12(a,b,c,d,e,f,g,h,i,j,k,l) a b c d e f g h i j k l argument
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
H A Drmgr_vbuf.c72 struct ia_css_rmgr_vbuf_handle *h; in ia_css_rmgr_refcount_retain_vbuf() local
264 struct ia_css_rmgr_vbuf_handle h = { 0 }; in ia_css_rmgr_acq_vbuf() local
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_osdep.h30 #define iavf_allocate_dma_mem(h, m, unused, s, a) \ argument
38 #define iavf_debug(h, m, s, ...) \ argument
/openbmc/linux/arch/powerpc/platforms/8xx/
H A Dpic.c87 static int mpc8xx_pic_host_map(struct irq_domain *h, unsigned int virq, in mpc8xx_pic_host_map()
98 static int mpc8xx_pic_host_xlate(struct irq_domain *h, struct device_node *ct, in mpc8xx_pic_host_xlate()
/openbmc/linux/fs/orangefs/
H A Dxattr.c67 struct hlist_head *h; in find_cached_xattr() local
250 struct hlist_head *h; in orangefs_inode_removexattr() local
321 struct hlist_head *h; in orangefs_inode_setxattr() local
/openbmc/linux/include/linux/sunrpc/
H A Dcache.h195 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()
201 static inline struct cache_head *cache_get_rcu(struct cache_head *h) in cache_get_rcu()
208 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
216 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
/openbmc/linux/mm/
H A Dhugetlb_vmemmap.c453 int hugetlb_vmemmap_restore(const struct hstate *h, struct page *head) in hugetlb_vmemmap_restore()
483 static bool vmemmap_should_optimize(const struct hstate *h, const struct page *head) in vmemmap_should_optimize()
548 void hugetlb_vmemmap_optimize(const struct hstate *h, struct page *head) in hugetlb_vmemmap_optimize()
586 const struct hstate *h; in hugetlb_vmemmap_init() local

12345678910>>...49