/linux/include/linux/ |
H A D | time.h | 98 #define time_between32(t, l, h) ((u32)(h) - (u32)(l) >= (u32)(t) - (u32)(l)) argument
|
/linux/tools/perf/util/ |
H A D | sha1.c | 81 u32 h[5] = { 0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, in sha1() local
|
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 297 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 D | pkt_cls.h | 138 #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 D | debugfs.c | 62 u16 h, t, evl_size, i; in debugfs_evl_show() local
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | i9xx_plane_regs.h | 67 #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 D | intel_sprite_regs.h | 55 #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 D | hugetlbpage.c | 128 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 D | audit_watch.c | 288 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 D | diag.c | 141 static int vsock_diag_handler_dump(struct sk_buff *skb, struct nlmsghdr *h) in vsock_diag_handler_dump()
|
/linux/arch/alpha/kernel/ |
H A D | err_impl.h | 32 #define SUBPACKET_HANDLER_INIT(c, h) {NULL, (c), (h)} argument
|
/linux/drivers/xen/ |
H A D | time.c | 34 u32 h, l, h2; in get64() local
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_debug.h | 42 #define i40e_debug(h, m, s, ...) \ argument
|
/linux/net/mctp/test/ |
H A D | utils.h | 74 #define mctp_test_create_skb_data(h, d) \ argument
|
/linux/fs/nfs/ |
H A D | dns_resolve.c | 60 struct cache_head h; member 177 struct cache_head *h) in nfs_dns_show()
|
/linux/include/trace/events/ |
H A D | libata.h | 180 #define __parse_subcmd(c,f,h) libata_trace_parse_subcmd(p, c, f, h) argument
|
/linux/samples/rust/ |
H A D | rust_dma.rs | 30 h: u32, global() field
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_nfct.c | 244 struct nf_conntrack_tuple_hash *h; in ip_vs_conn_drop_conntrack() local
|
/linux/arch/alpha/include/asm/ |
H A D | core_titan.h | 298 #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 D | md5.h | 33 u32 h[MD5_HASH_WORDS]; member
|
/linux/drivers/scsi/ |
H A D | 53c700.h | 425 #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 D | 53c700.c | 272 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 D | tracing_struct_many_args.c | 69 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 D | ssp_spi.c | 39 struct ssp_msg_header *h; member 77 struct ssp_msg_header h; in ssp_create_msg() local
|
/linux/arch/arm/probes/kprobes/ |
H A D | actions-common.c | 128 const struct decode_header *h) in kprobe_decode_ldmstm()
|