| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | fentry_many_args.c | 22 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 D | fexit_many_args.c | 22 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 D | iavf_osdep.h | 30 #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 D | on20.c | 39 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 D | pic.c | 87 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 D | zstd_compress_internal.h | 891 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 D | ip_set_hash_netnet.c | 147 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 D | ip_set_hash_ipportnet.c | 138 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 D | ip_set_hash_netportnet.c | 155 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 D | hugetlb_sysctl.c | 32 struct hstate *h = &default_hstate; in hugetlb_sysctl_handler_common() local 71 struct hstate *h = &default_hstate; in hugetlb_overcommit_handler() local
|
| H A D | hugetlb_cma.c | 56 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 D | qla_nx2.h | 299 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 D | nfs4idmap.c | 64 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 D | sys_rawhide.c | 54 #define hose_exists(h) \ argument 173 unsigned int h = hose->index; in rawhide_init_irq() local
|
| H A D | err_common.c | 160 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 D | hclge_devlink.c | 77 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 D | hvCall_inst.c | 88 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 D | ipmi_si_hotmod.c | 104 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 D | fbcon_rotate.h | 60 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 D | media5200.c | 110 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 D | scsi_priv.h | 182 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 D | test-core.c | 600 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 D | apr.h | 50 #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 D | romfs_fs.h | 17 #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 D | isdnhdlc.c | 135 #define handle_fast_flag(h) \ in isdnhdlc_decode() argument 148 #define handle_abort(h) \ in isdnhdlc_decode() argument
|