/linux-5.10/arch/powerpc/platforms/cell/ |
D | interrupt.c | 207 static int iic_host_match(struct irq_domain *h, struct device_node *node, in iic_host_match() 214 static int iic_host_map(struct irq_domain *h, unsigned int virq, in iic_host_map() 231 static int iic_host_xlate(struct irq_domain *h, struct device_node *ct, in iic_host_xlate()
|
/linux-5.10/drivers/cpufreq/ |
D | speedstep-centrino.c | 325 unsigned l, h; in get_cur_freq() local 348 unsigned l, h; in centrino_cpu_init() local 424 unsigned int msr, oldmsr = 0, h = 0, cpu = policy->cpu; in centrino_target() local
|
/linux-5.10/net/netfilter/ipset/ |
D | ip_set_hash_ipportnet.c | 137 const struct hash_ipportnet4 *h = set->data; in hash_ipportnet4_kadt() local 162 const struct hash_ipportnet4 *h = set->data; in hash_ipportnet4_uadt() local 388 const struct hash_ipportnet6 *h = set->data; in hash_ipportnet6_kadt() local 413 const struct hash_ipportnet6 *h = set->data; in hash_ipportnet6_uadt() local
|
D | ip_set_hash_netportnet.c | 153 const struct hash_netportnet4 *h = set->data; in hash_netportnet4_kadt() local 179 const struct hash_netportnet4 *h = set->data; in hash_netportnet4_uadt() local 432 const struct hash_netportnet6 *h = set->data; in hash_netportnet6_kadt() local 458 const struct hash_netportnet6 *h = set->data; in hash_netportnet6_uadt() local
|
/linux-5.10/arch/alpha/kernel/ |
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-5.10/drivers/char/ipmi/ |
D | ipmi_si_hotmod.c | 105 struct ipmi_plat_data *h) in parse_hotmod_str() 190 struct ipmi_plat_data h; in hotmod_handler() local
|
/linux-5.10/drivers/video/fbdev/core/ |
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-5.10/net/ipv4/ |
D | raw.c | 95 struct raw_hashinfo *h = sk->sk_prot->h.raw_hash; in raw_hash_sk() local 111 struct raw_hashinfo *h = sk->sk_prot->h.raw_hash; in raw_unhash_sk() local 973 struct raw_hashinfo *h = PDE_DATA(file_inode(seq->file)); in raw_get_first() local 989 struct raw_hashinfo *h = PDE_DATA(file_inode(seq->file)); in raw_get_next() local 1018 struct raw_hashinfo *h = PDE_DATA(file_inode(seq->file)); in raw_seq_start() local 1041 struct raw_hashinfo *h = PDE_DATA(file_inode(seq->file)); in raw_seq_stop() local
|
/linux-5.10/drivers/gpu/drm/mediatek/ |
D | mtk_drm_ddp_comp.c | 161 unsigned int h, unsigned int vrefresh, in mtk_od_config() 180 unsigned int h, unsigned int vrefresh, in mtk_aal_config() 197 unsigned int h, unsigned int vrefresh, in mtk_ccorr_config() 266 unsigned int h, unsigned int vrefresh, in mtk_dither_config() 284 unsigned int h, unsigned int vrefresh, in mtk_gamma_config()
|
/linux-5.10/fs/nfsd/ |
D | nfs4idmap.c | 63 struct cache_head h; member 126 idtoname_upcall(struct cache_detail *cd, struct cache_head *h) in idtoname_upcall() 157 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show() 306 nametoid_upcall(struct cache_detail *cd, struct cache_head *h) in nametoid_upcall() 335 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
|
/linux-5.10/net/sunrpc/ |
D | cache.c | 43 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() 182 struct cache_head *h) in cache_make_negative() 189 struct cache_head *h, in cache_entry_update() 244 static inline int cache_is_valid(struct cache_head *h) in cache_is_valid() 265 static int try_to_negate_entry(struct cache_detail *detail, struct cache_head *h) in try_to_negate_entry() 297 struct cache_head *h, struct cache_req *rqstp) in cache_check() 1208 static int cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) in cache_pipe_upcall() 1249 int sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) in sunrpc_cache_pipe_upcall() 1258 struct cache_head *h) in sunrpc_cache_pipe_upcall_timeout() 1293 int h, l; in qword_get() local [all …]
|
/linux-5.10/include/uapi/linux/ |
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-5.10/drivers/isdn/hardware/mISDN/ |
D | isdnhdlc.c | 135 #define handle_fast_flag(h) \ in isdnhdlc_decode() argument 148 #define handle_abort(h) \ in isdnhdlc_decode() argument
|
/linux-5.10/arch/powerpc/platforms/52xx/ |
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-5.10/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
D | pearl_pcie_ipc.h | 46 #define QTN_HOST_ADDR(h, l) ((((u64)h) << 32) | ((u64)l)) argument 50 #define QTN_HOST_ADDR(h, l) ((u32)l) argument
|
/linux-5.10/drivers/scsi/qla2xxx/ |
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-5.10/arch/powerpc/sysdev/ge/ |
D | ge_pic.c | 156 static int gef_pic_host_map(struct irq_domain *h, unsigned int virq, in gef_pic_host_map() 166 static int gef_pic_host_xlate(struct irq_domain *h, struct device_node *ct, in gef_pic_host_xlate()
|
/linux-5.10/arch/powerpc/platforms/512x/ |
D | mpc5121_ads_cpld.c | 123 cpld_pic_host_match(struct irq_domain *h, struct device_node *node, in cpld_pic_host_match() 130 cpld_pic_host_map(struct irq_domain *h, unsigned int virq, in cpld_pic_host_map()
|
/linux-5.10/net/netfilter/ |
D | xt_RATEEST.c | 40 unsigned int h; in xt_rateest_hash_insert() local 50 unsigned int h; in __xt_rateest_lookup() local
|
/linux-5.10/tools/include/asm-generic/bitops/ |
D | fls64.h | 21 __u32 h = x >> 32; in fls64() local
|
/linux-5.10/include/asm-generic/bitops/ |
D | fls64.h | 21 __u32 h = x >> 32; in fls64() local
|
/linux-5.10/mm/ |
D | hugetlb_cgroup.c | 200 struct hstate *h; in hugetlb_cgroup_css_offline() local 616 struct hstate *h = &hstates[idx]; in __hugetlb_cgroup_file_dfl_init() local 680 struct hstate *h = &hstates[idx]; in __hugetlb_cgroup_file_legacy_init() local 755 struct hstate *h; in hugetlb_cgroup_file_init() local 776 struct hstate *h = page_hstate(oldhpage); in hugetlb_cgroup_migrate() local
|
/linux-5.10/fs/fscache/ |
D | cookie.c | 77 unsigned long long h; in fscache_set_key() local 198 struct hlist_bl_head *h; in fscache_hash_cookie() local 842 struct hlist_bl_head *h; in fscache_unhash_cookie() local
|
/linux-5.10/arch/arm/crypto/ |
D | ghash-ce-glue.c | 32 u64 h[][2]; member 145 static void ghash_reflect(u64 h[], const be128 *k) in ghash_reflect() 169 be128 h = key->k; in ghash_setkey() local
|
/linux-5.10/arch/powerpc/platforms/embedded6xx/ |
D | hlwd-pic.c | 95 static int hlwd_pic_map(struct irq_domain *h, unsigned int virq, in hlwd_pic_map() 108 static unsigned int __hlwd_pic_get_irq(struct irq_domain *h) in __hlwd_pic_get_irq()
|