Home
last modified time | relevance | path

Searched defs:h (Results 101 – 125 of 731) sorted by relevance

12345678910>>...30

/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()
/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
/linux/drivers/ata/pata_parport/
H A Don20.c39 int h, l, r; in on20_read_regr() local
91 int k, l, h; in on20_read_block() local
/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()
/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h891 static U32 ZSTD_hash3(U32 u, U32 h, U32 s) { assert(h <= 32); return (((u << (32-24)) * prime3by… in ZSTD_hash3()
892 MEM_STATIC size_t ZSTD_hash3Ptr(const void* ptr, U32 h) { return ZSTD_hash3(MEM_readLE32(ptr), h, 0… in ZSTD_hash3Ptr()
893 MEM_STATIC size_t ZSTD_hash3PtrS(const void* ptr, U32 h, U32 s) { return ZSTD_hash3(MEM_readLE32(pt… in ZSTD_hash3PtrS()
896 static U32 ZSTD_hash4(U32 u, U32 h, U32 s) { assert(h <= 32); return ((u * prime4bytes) ^ s) >> … in ZSTD_hash4()
897 static size_t ZSTD_hash4Ptr(const void* ptr, U32 h) { return ZSTD_hash4(MEM_readLE32(ptr), h, 0); } in ZSTD_hash4Ptr()
898 static size_t ZSTD_hash4PtrS(const void* ptr, U32 h, U32 s) { return ZSTD_hash4(MEM_readLE32(ptr), … in ZSTD_hash4PtrS()
901 static size_t ZSTD_hash5(U64 u, U32 h, U64 s) { assert(h <= 64); return (size_t)((((u << (64-40)) … in ZSTD_hash5()
902 static size_t ZSTD_hash5Ptr(const void* p, U32 h) { return ZSTD_hash5(MEM_readLE64(p), h, 0); } in ZSTD_hash5Ptr()
903 static size_t ZSTD_hash5PtrS(const void* p, U32 h, U64 s) { return ZSTD_hash5(MEM_readLE64(p), h, s… in ZSTD_hash5PtrS()
906 static size_t ZSTD_hash6(U64 u, U32 h, U64 s) { assert(h <= 64); return (size_t)((((u << (64-48)) … in ZSTD_hash6()
[all …]
/linux/net/netfilter/ipset/
H A Dip_set_hash_netnet.c147 const struct hash_netnet4 *h = set->data; in hash_netnet4_kadt() local
169 struct hash_netnet4 *h = set->data; in hash_netnet4_uadt() local
386 const struct hash_netnet6 *h = set->data; in hash_netnet6_kadt() local
416 const struct hash_netnet6 *h = set->data; in hash_netnet6_uadt() local
H A Dip_set_hash_ipportnet.c138 const struct hash_ipportnet4 *h = set->data; in hash_ipportnet4_kadt() local
163 struct hash_ipportnet4 *h = set->data; in hash_ipportnet4_uadt() local
395 const struct hash_ipportnet6 *h = set->data; in hash_ipportnet6_kadt() local
420 const struct hash_ipportnet6 *h = set->data; in hash_ipportnet6_uadt() local
H A Dip_set_hash_netportnet.c155 const struct hash_netportnet4 *h = set->data; in hash_netportnet4_kadt() local
191 struct hash_netportnet4 *h = set->data; in hash_netportnet4_uadt() local
450 const struct hash_netportnet6 *h = set->data; in hash_netportnet6_kadt() local
476 const struct hash_netportnet6 *h = set->data; in hash_netportnet6_uadt() local
/linux/mm/
H A Dhugetlb_sysctl.c32 struct hstate *h = &default_hstate; in hugetlb_sysctl_handler_common() local
71 struct hstate *h = &default_hstate; in hugetlb_overcommit_handler() local
H A Dhugetlb_cma.c56 hugetlb_cma_alloc_bootmem(struct hstate *h, int *nid, bool node_exact) in hugetlb_cma_alloc_bootmem()
271 bool __init hugetlb_early_cma(struct hstate *h) in hugetlb_early_cma()
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.h299 struct qla8044_minidump_entry_hdr h; member
322 struct qla8044_minidump_entry_hdr h; member
346 struct qla8044_minidump_entry_hdr h; member
359 struct qla8044_minidump_entry_hdr h; member
367 struct qla8044_minidump_entry_hdr h; member
379 struct qla8044_minidump_entry_hdr h; member
387 struct qla8044_minidump_entry_hdr h; member
400 struct qla8044_minidump_entry_hdr h; member
420 struct qla8044_minidump_entry_hdr h; member
433 struct qla8044_minidump_entry_hdr h; member
[all …]
/linux/fs/nfsd/
H A Dnfs4idmap.c64 struct cache_head h; member
127 idtoname_upcall(struct cache_detail *cd, struct cache_head *h) in idtoname_upcall()
158 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
307 nametoid_upcall(struct cache_detail *cd, struct cache_head *h) in nametoid_upcall()
336 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
/linux/arch/alpha/kernel/
H A Dsys_rawhide.c54 #define hose_exists(h) \ argument
173 unsigned int h = hose->index; in rawhide_init_irq() local
H A Derr_common.c160 struct el_subpacket_handler *h = subpacket_handler_list; in el_process_subpacket_reg() local
304 struct el_subpacket_handler *h = subpacket_handler_list; in cdl_register_subpacket_handler() local
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_devlink.c77 struct hnae3_handle *h = &hdev->vport->nic; in hclge_devlink_reload_down() local
112 struct hnae3_handle *h = &hdev->vport->nic; in hclge_devlink_reload_up() local
/linux/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c88 struct hcall_stats *h; in probe_hcall_entry() local
101 struct hcall_stats *h; in probe_hcall_exit() local
/linux/drivers/char/ipmi/
H A Dipmi_si_hotmod.c104 struct ipmi_plat_data *h) in parse_hotmod_str()
188 struct ipmi_plat_data h; in hotmod_handler() local
/linux/drivers/video/fbdev/core/
H A Dfbcon_rotate.h60 int i, j, h = height, w = width; in rotate_cw() local
78 int i, j, h = height, w = width; in rotate_ccw() local
/linux/arch/powerpc/platforms/52xx/
H A Dmedia5200.c110 static int media5200_irq_map(struct irq_domain *h, unsigned int virq, in media5200_irq_map()
120 static int media5200_irq_xlate(struct irq_domain *h, struct device_node *ct, in media5200_irq_xlate()
/linux/drivers/scsi/
H A Dscsi_priv.h182 static inline int scsi_autopm_get_host(struct Scsi_Host *h) { return 0; } in scsi_autopm_get_host()
183 static inline void scsi_autopm_put_host(struct Scsi_Host *h) {} in scsi_autopm_put_host()
/linux/arch/arm/probes/kprobes/
H A Dtest-core.c600 const struct decode_header *h = (struct decode_header *)table; in table_iter() local
619 static int table_test_fail(const struct decode_header *h, const char* message) in table_test_fail()
633 static int table_test_fn(const struct decode_header *h, void *args) in table_test_fn()
723 static unsigned coverage_start_registers(const struct decode_header *h) in coverage_start_registers()
734 static int coverage_start_fn(const struct decode_header *h, void *args) in coverage_start_fn()
850 const struct decode_header *h = entry->header; in coverage_add() local
/linux/include/linux/soc/qcom/
H A Dapr.h50 #define APR_HDR_FIELD_VER(h) (h & 0x000F) argument
51 #define APR_HDR_FIELD_SIZE(h) ((h & 0x00F0) >> 4) argument
52 #define APR_HDR_FIELD_SIZE_BYTES(h) (((h & 0x00F0) >> 4) * 4) argument
53 #define APR_HDR_FIELD_MT(h) ((h & 0x0300) >> 8) argument
/linux/include/uapi/linux/
H A Dromfs_fs.h17 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument
18 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
/linux/drivers/isdn/hardware/mISDN/
H A Disdnhdlc.c135 #define handle_fast_flag(h) \ in isdnhdlc_decode() argument
148 #define handle_abort(h) \ in isdnhdlc_decode() argument

12345678910>>...30