Home
last modified time | relevance | path

Searched defs:h (Results 226 – 250 of 710) sorted by relevance

12345678910>>...29

/linux/include/linux/
H A Dtime.h98 #define time_between32(t, l, h) ((u32)(h) - (u32)(l) >= (u32)(t) - (u32)(l)) argument
/linux/tools/perf/util/
H A Dsha1.c81 u32 h[5] = { 0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, in sha1() local
/linux/net/ipv4/
H A Dinet_hashtables.c297 inet_lhash2_bucket_sk(struct inet_hashinfo * h,struct sock * sk) inet_lhash2_bucket_sk() argument
1219 init_hashinfo_lhash2(struct inet_hashinfo * h) init_hashinfo_lhash2() argument
1230 inet_hashinfo2_init(struct inet_hashinfo * h,const char * name,unsigned long numentries,int scale,unsigned long low_limit,unsigned long high_limit) inet_hashinfo2_init() argument
1255 inet_hashinfo2_init_mod(struct inet_hashinfo * h) inet_hashinfo2_init_mod() argument
[all...]
/linux/tools/include/uapi/linux/
H A Dpkt_cls.h138 #define TC_U32_HTID(h) ((h)&0xFFF00000) argument
139 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20) argument
140 #define TC_U32_HASH(h) (((h)>>12)&0xFF) argument
141 #define TC_U32_NODE(h) ((h)&0xFFF) argument
142 #define TC_U32_KEY(h) ((h)&0xFFFFF) argument
/linux/drivers/dma/idxd/
H A Ddebugfs.c62 u16 h, t, evl_size, i; in debugfs_evl_show() local
/linux/drivers/gpu/drm/i915/display/
H A Di9xx_plane_regs.h67 #define DISP_HEIGHT(h) REG_FIELD_PREP(DISP_HEIGHT_MASK, (h)) argument
102 #define PRIM_HEIGHT(h) REG_FIELD_PREP(PRIM_HEIGHT_MASK, (h)) argument
H A Dintel_sprite_regs.h55 #define DVS_HEIGHT(h) REG_FIELD_PREP(DVS_HEIGHT_MASK, (h)) argument
105 #define DVS_SRC_HEIGHT(h) REG_FIELD_PREP(DVS_SRC_HEIGHT_MASK, (h)) argument
165 #define SPRITE_HEIGHT(h) REG_FIELD_PREP(SPRITE_HEIGHT_MASK, (h)) argument
215 #define SPRITE_SRC_HEIGHT(h) REG_FIELD_PREP(SPRITE_SRC_HEIGHT_MASK, (h)) argument
284 #define SP_HEIGHT(h) REG_FIELD_PREP(SP_HEIGHT_MASK, (h)) argument
/linux/arch/riscv/mm/
H A Dhugetlbpage.c128 unsigned long hugetlb_mask_last_page(struct hstate *h) in hugetlb_mask_last_page()
434 bool arch_hugetlb_migration_supported(struct hstate *h) in arch_hugetlb_migration_supported()
/linux/kernel/
H A Daudit_watch.c288 int h = audit_hash_ino((u32)ino); in audit_update_watch() local
408 int h, ret = 0; in audit_add_watch() local
/linux/net/vmw_vsock/
H A Ddiag.c141 static int vsock_diag_handler_dump(struct sk_buff *skb, struct nlmsghdr *h) in vsock_diag_handler_dump()
/linux/arch/alpha/kernel/
H A Derr_impl.h32 #define SUBPACKET_HANDLER_INIT(c, h) {NULL, (c), (h)} argument
/linux/drivers/xen/
H A Dtime.c34 u32 h, l, h2; in get64() local
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_debug.h42 #define i40e_debug(h, m, s, ...) \ argument
/linux/net/mctp/test/
H A Dutils.h74 #define mctp_test_create_skb_data(h, d) \ argument
/linux/fs/nfs/
H A Ddns_resolve.c60 struct cache_head h; member
177 struct cache_head *h) in nfs_dns_show()
/linux/include/trace/events/
H A Dlibata.h180 #define __parse_subcmd(c,f,h) libata_trace_parse_subcmd(p, c, f, h) argument
/linux/samples/rust/
H A Drust_dma.rs30 h: u32, global() field
/linux/net/netfilter/ipvs/
H A Dip_vs_nfct.c244 struct nf_conntrack_tuple_hash *h; in ip_vs_conn_drop_conntrack() local
/linux/arch/alpha/include/asm/
H A Dcore_titan.h298 #define TITAN_HOSE(h) (((unsigned long)(h)) << TITAN_HOSE_SHIFT) argument
300 #define TITAN_MEM(h) (TITAN_BASE+TITAN_HOSE(h)+0x000000000UL) argument
301 #define _TITAN_IACK_SC(h) (TITAN_BASE+TITAN_HOSE(h)+0x1F8000000UL) argument
302 #define TITAN_IO(h) (TITAN_BASE+TITAN_HOSE(h)+0x1FC000000UL) argument
303 #define TITAN_CONF(h) (TITAN_BASE+TITAN_HOSE(h)+0x1FE000000UL) argument
/linux/include/crypto/
H A Dmd5.h33 u32 h[MD5_HASH_WORDS]; member
/linux/drivers/scsi/
H A D53c700.h425 #define script_patch_32(h, script, symbol, value) \ argument
438 #define script_patch_32_abs(h, script, symbol, value) \ argument
451 #define script_patch_ID(h, script, symbol, value) \ argument
465 #define script_patch_16(h, script, symbol, value) \ argument
H A D53c700.c272 static inline dma_addr_t virt_to_dma(struct NCR_700_Host_Parameters *h, void *p) in virt_to_dma()
277 static inline void dma_sync_to_dev(struct NCR_700_Host_Parameters *h, in dma_sync_to_dev()
285 static inline void dma_sync_from_dev(struct NCR_700_Host_Parameters *h, in dma_sync_from_dev()
/linux/tools/testing/selftests/bpf/progs/
H A Dtracing_struct_many_args.c69 int BPF_PROG2(test_struct_many_args_5, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
88 int BPF_PROG2(test_struct_many_args_6, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
/linux/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c39 struct ssp_msg_header *h; member
77 struct ssp_msg_header h; in ssp_create_msg() local
/linux/arch/arm/probes/kprobes/
H A Dactions-common.c128 const struct decode_header *h) in kprobe_decode_ldmstm()

12345678910>>...29