/kernel/linux/linux-5.10/net/ipv6/ |
D | seg6_hmac.c | 48 const struct seg6_hmac_info *hinfo = obj; in seg6_hmac_cmpfn() local 53 static inline void seg6_hinfo_release(struct seg6_hmac_info *hinfo) in seg6_hinfo_release() 60 struct seg6_hmac_info *hinfo = (struct seg6_hmac_info *)ptr; in seg6_free_hi() local 119 static int __do_hmac(struct seg6_hmac_info *hinfo, const char *text, u8 psize, in __do_hmac() 161 int seg6_hmac_compute(struct seg6_hmac_info *hinfo, struct ipv6_sr_hdr *hdr, in seg6_hmac_compute() 241 struct seg6_hmac_info *hinfo; in seg6_hmac_validate_skb() local 284 struct seg6_hmac_info *hinfo; in seg6_hmac_info_lookup() local 292 int seg6_hmac_info_add(struct net *net, u32 key, struct seg6_hmac_info *hinfo) in seg6_hmac_info_add() 307 struct seg6_hmac_info *hinfo; in seg6_hmac_info_del() local 329 struct seg6_hmac_info *hinfo; in seg6_push_hmac() local
|
D | seg6.c | 97 struct seg6_hmac_info *hinfo; in seg6_genl_sethmac() local 245 static int __seg6_hmac_fill_info(struct seg6_hmac_info *hinfo, in __seg6_hmac_fill_info() 257 static int __seg6_genl_dumphmac_element(struct seg6_hmac_info *hinfo, in __seg6_genl_dumphmac_element() 314 struct seg6_hmac_info *hinfo; in seg6_genl_dumphmac() local
|
D | inet6_hashtables.c | 250 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet6_check_established() local
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | xt_hashlimit.c | 281 struct xt_hashlimit_htable *hinfo; in htable_create() local 391 static void htable_remove_proc_entry(struct xt_hashlimit_htable *hinfo) in htable_remove_proc_entry() 410 struct xt_hashlimit_htable *hinfo; in htable_find_get() local 422 static void htable_put(struct xt_hashlimit_htable *hinfo) in htable_put() 574 struct xt_hashlimit_htable *hinfo, int revision) in rateinfo_init() 637 hashlimit_init_dst(const struct xt_hashlimit_htable *hinfo, in hashlimit_init_dst() 726 struct xt_hashlimit_htable *hinfo, in hashlimit_mt_common() 801 struct xt_hashlimit_htable *hinfo = info->hinfo; in hashlimit_mt_v1() local 816 struct xt_hashlimit_htable *hinfo = info->hinfo; in hashlimit_mt_v2() local 831 struct xt_hashlimit_htable *hinfo = info->hinfo; in hashlimit_mt() local [all …]
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
D | xt_hashlimit.h | 38 struct xt_hashlimit_htable *hinfo; member 82 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member 88 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member 94 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
D | xt_hashlimit.h | 49 struct xt_hashlimit_htable *hinfo; member 104 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member 112 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member 120 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
D | xt_hashlimit.h | 49 struct xt_hashlimit_htable * hinfo; member 89 struct xt_hashlimit_htable * hinfo __attribute__((aligned(8))); member 94 struct xt_hashlimit_htable * hinfo __attribute__((aligned(8))); member 99 struct xt_hashlimit_htable * hinfo __attribute__((aligned(8))); member
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
D | hda_controller.c | 67 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_adjust_codec_delay() local 90 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_close() local 133 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_hw_free() local 152 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_prepare() local 308 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_get_position() local 581 struct hda_pcm_stream *hinfo = to_hda_pcm_stream(substream); in azx_pcm_open() local
|
D | patch_si3054.c | 135 static int si3054_pcm_prepare(struct hda_pcm_stream *hinfo, in si3054_pcm_prepare() 154 static int si3054_pcm_open(struct hda_pcm_stream *hinfo, in si3054_pcm_open()
|
D | hda_generic.c | 5351 static void call_pcm_playback_hook(struct hda_pcm_stream *hinfo, in call_pcm_playback_hook() 5361 static void call_pcm_capture_hook(struct hda_pcm_stream *hinfo, in call_pcm_capture_hook() 5374 static int playback_pcm_open(struct hda_pcm_stream *hinfo, in playback_pcm_open() 5394 static int playback_pcm_prepare(struct hda_pcm_stream *hinfo, in playback_pcm_prepare() 5411 static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in playback_pcm_cleanup() 5425 static int playback_pcm_close(struct hda_pcm_stream *hinfo, in playback_pcm_close() 5438 static int capture_pcm_open(struct hda_pcm_stream *hinfo, in capture_pcm_open() 5446 static int capture_pcm_prepare(struct hda_pcm_stream *hinfo, in capture_pcm_prepare() 5458 static int capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in capture_pcm_cleanup() 5468 static int capture_pcm_close(struct hda_pcm_stream *hinfo, in capture_pcm_close() [all …]
|
D | patch_hdmi.c | 264 struct hda_pcm_stream *hinfo) in hinfo_to_pcm_index() 278 struct hda_pcm_stream *hinfo) in hinfo_to_pin_index() 1179 static int hdmi_pcm_open_no_pin(struct hda_pcm_stream *hinfo, in hdmi_pcm_open_no_pin() 1227 static int hdmi_pcm_open(struct hda_pcm_stream *hinfo, in hdmi_pcm_open() 1457 struct hda_pcm_stream *hinfo; in hdmi_pcm_setup_pin() local 2050 static int generic_hdmi_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in generic_hdmi_playback_pcm_prepare() 2133 static int generic_hdmi_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in generic_hdmi_playback_pcm_cleanup() 2141 static int hdmi_pcm_close(struct hda_pcm_stream *hinfo, in hdmi_pcm_close() 3245 static int simple_playback_pcm_open(struct hda_pcm_stream *hinfo, in simple_playback_pcm_open() 3278 static int simple_playback_pcm_close(struct hda_pcm_stream *hinfo, in simple_playback_pcm_close() [all …]
|
D | hda_codec.c | 3054 struct hda_pcm_stream *hinfo = &pcm->stream[str]; in add_std_chmaps() local 3114 static int hda_pcm_default_open_close(struct hda_pcm_stream *hinfo, in hda_pcm_default_open_close() 3121 static int hda_pcm_default_prepare(struct hda_pcm_stream *hinfo, in hda_pcm_default_prepare() 3131 static int hda_pcm_default_cleanup(struct hda_pcm_stream *hinfo, in hda_pcm_default_cleanup() 3185 struct hda_pcm_stream *hinfo, in snd_hda_codec_prepare() 3213 struct hda_pcm_stream *hinfo, in snd_hda_codec_cleanup() 3712 struct hda_pcm_stream *hinfo) in snd_hda_multi_out_analog_open()
|
D | hda_eld.c | 556 struct hda_pcm_stream *hinfo) in snd_hdmi_eld_update_pcm_info()
|
D | patch_ca0132.c | 3767 static int ca0132_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in ca0132_playback_pcm_prepare() 3780 static int ca0132_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in ca0132_playback_pcm_cleanup() 3827 static int ca0132_dig_playback_pcm_open(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_open() 3835 static int ca0132_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_prepare() 3846 static int ca0132_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_cleanup() 3854 static int ca0132_dig_playback_pcm_close(struct hda_pcm_stream *hinfo, in ca0132_dig_playback_pcm_close() 3865 static int ca0132_capture_pcm_prepare(struct hda_pcm_stream *hinfo, in ca0132_capture_pcm_prepare() 3877 static int ca0132_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, in ca0132_capture_pcm_cleanup() 6817 struct hda_pcm_stream *hinfo = in ca0132_alt_add_chmap_ctls() local
|
D | patch_via.c | 367 static void via_playback_pcm_hook(struct hda_pcm_stream *hinfo, in via_playback_pcm_hook()
|
D | patch_conexant.c | 436 static void olpc_xo_capture_hook(struct hda_pcm_stream *hinfo, in olpc_xo_capture_hook()
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | hash.c | 201 struct dx_hash_info *hinfo) in __ext4fs_dirhash() 275 struct dx_hash_info *hinfo) in ext4fs_dirhash()
|
D | namei.c | 645 struct dx_hash_info *hinfo, in dx_show_leaf() 734 struct stats dx_show_entries(struct dx_hash_info *hinfo, struct inode *dir, in dx_show_entries() 780 struct dx_hash_info *hinfo, struct dx_frame *frame_in) in dx_probe() 1032 struct dx_hash_info *hinfo, in htree_dirblock_to_tree() 1128 struct dx_hash_info hinfo; in ext4_htree_fill_tree() local 1251 struct dx_hash_info *hinfo, in dx_make_map() 1871 struct dx_hash_info *hinfo) in do_split()
|
D | ialloc.c | 438 struct dx_hash_info hinfo; in find_group_orlov() local
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | dir.c | 254 struct ocfs2_dx_hinfo *hinfo) in ocfs2_dx_dir_name_hash() 839 struct ocfs2_dx_hinfo *hinfo) in ocfs2_dx_dir_hash_idx() 846 struct ocfs2_dx_hinfo *hinfo, in ocfs2_dx_dir_lookup() 903 struct ocfs2_dx_hinfo *hinfo = &res->dl_hinfo; in ocfs2_dx_dir_search() local 1439 struct ocfs2_dx_hinfo *hinfo, in ocfs2_dx_entry_list_insert() 1457 struct ocfs2_dx_hinfo *hinfo, in __ocfs2_dx_dir_leaf_insert() 1480 struct ocfs2_dx_hinfo *hinfo, in ocfs2_dx_inline_root_insert() 2520 struct ocfs2_dx_hinfo hinfo; in ocfs2_fill_new_dir_dx() local 2597 struct ocfs2_dx_hinfo hinfo; in ocfs2_dx_dir_index_block() local 2642 struct ocfs2_dx_hinfo hinfo; in ocfs2_dx_dir_index_root_block() local [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
D | megaraid_mm.c | 814 mraid_hba_info_t *hinfo; in kioc_to_mimd() local 881 hinfo_to_cinfo(mraid_hba_info_t *hinfo, mcontroller_t *cinfo) in hinfo_to_cinfo()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | intel-m10-bmc-hwmon.c | 27 const struct hwmon_channel_info **hinfo; member
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | inet_connection_sock.c | 189 struct inet_hashinfo *hinfo = sk->sk_prot->h.hashinfo; in inet_csk_find_open_port() local 362 struct inet_hashinfo *hinfo = sk->sk_prot->h.hashinfo; in inet_csk_get_port() local
|
D | inet_hashtables.c | 452 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet_check_established() local 747 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet_hash_connect() local
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | ninet_hashtables.c | 449 struct inet_hashinfo *hinfo = death_row->hashinfo; in __ninet_check_established() local
|