Home
last modified time | relevance | path

Searched defs:walk (Results 1 – 86 of 86) sorted by relevance

/linux-4.1.27/mm/
Dpagewalk.c7 struct mm_walk *walk) in walk_pte_range()
28 struct mm_walk *walk) in walk_pmd_range()
73 struct mm_walk *walk) in walk_pud_range()
99 struct mm_walk *walk) in walk_pgd_range()
133 struct mm_walk *walk) in walk_hugetlb_range()
156 struct mm_walk *walk) in walk_hugetlb_range()
170 struct mm_walk *walk) in walk_page_test()
195 struct mm_walk *walk) in __walk_page_range()
240 struct mm_walk *walk) in walk_page_range()
288 int walk_page_vma(struct vm_area_struct *vma, struct mm_walk *walk) in walk_page_vma()
Dmincore.c23 unsigned long end, struct mm_walk *walk) in mincore_hugetlb()
104 struct mm_walk *walk) in mincore_unmapped_range()
112 struct mm_walk *walk) in mincore_pte_range()
Dmadvise.c139 unsigned long end, struct mm_walk *walk) in swapin_walk_pmd_entry()
176 struct mm_walk walk = { in force_swapin_readahead() local
Dmempolicy.c486 unsigned long end, struct mm_walk *walk) in queue_pages_pte_range()
527 struct mm_walk *walk) in queue_pages_hugetlb()
587 struct mm_walk *walk) in queue_pages_test_walk()
Dmemcontrol.c4893 struct mm_walk *walk) in mem_cgroup_count_precharge_pte_range()
5057 struct mm_walk *walk) in mem_cgroup_move_charge_pte_range()
/linux-4.1.27/crypto/
Dblkcipher.c44 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src()
49 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst()
54 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src()
59 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst()
73 static inline unsigned int blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow()
84 static inline unsigned int blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast()
104 struct blkcipher_walk *walk, int err) in blkcipher_walk_done()
147 struct blkcipher_walk *walk, in blkcipher_next_slow()
182 static inline int blkcipher_next_copy(struct blkcipher_walk *walk) in blkcipher_next_copy()
197 struct blkcipher_walk *walk) in blkcipher_next_fast()
[all …]
Dscatterwalk.c33 void scatterwalk_start(struct scatter_walk *walk, struct scatterlist *sg) in scatterwalk_start()
43 void *scatterwalk_map(struct scatter_walk *walk) in scatterwalk_map()
50 static void scatterwalk_pagedone(struct scatter_walk *walk, int out, in scatterwalk_pagedone()
69 void scatterwalk_done(struct scatter_walk *walk, int out, int more) in scatterwalk_done()
76 void scatterwalk_copychunks(void *buf, struct scatter_walk *walk, in scatterwalk_copychunks()
106 struct scatter_walk walk; in scatterwalk_map_and_copy() local
Dablkcipher.c47 void __ablkcipher_walk_complete(struct ablkcipher_walk *walk) in __ablkcipher_walk_complete()
59 static inline void ablkcipher_queue_write(struct ablkcipher_walk *walk, in ablkcipher_queue_write()
76 static inline unsigned int ablkcipher_done_slow(struct ablkcipher_walk *walk, in ablkcipher_done_slow()
96 static inline unsigned int ablkcipher_done_fast(struct ablkcipher_walk *walk, in ablkcipher_done_fast()
109 struct ablkcipher_walk *walk, int err) in ablkcipher_walk_done()
150 struct ablkcipher_walk *walk, in ablkcipher_next_slow()
189 static inline int ablkcipher_copy_iv(struct ablkcipher_walk *walk, in ablkcipher_copy_iv()
215 struct ablkcipher_walk *walk) in ablkcipher_next_fast()
226 struct ablkcipher_walk *walk) in ablkcipher_walk_next()
271 struct ablkcipher_walk *walk) in ablkcipher_walk_first()
[all …]
Dcbc.c43 struct blkcipher_walk *walk, in crypto_cbc_encrypt_segment()
67 struct blkcipher_walk *walk, in crypto_cbc_encrypt_inplace()
94 struct blkcipher_walk walk; in crypto_cbc_encrypt() local
115 struct blkcipher_walk *walk, in crypto_cbc_decrypt_segment()
141 struct blkcipher_walk *walk, in crypto_cbc_decrypt_inplace()
173 struct blkcipher_walk walk; in crypto_cbc_decrypt() local
Dpcbc.c46 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_segment()
71 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_inplace()
101 struct blkcipher_walk walk; in crypto_pcbc_encrypt() local
124 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_segment()
151 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_inplace()
181 struct blkcipher_walk walk; in crypto_pcbc_decrypt() local
Dahash.c43 static int hash_walk_next(struct crypto_hash_walk *walk) in hash_walk_next()
67 static int hash_walk_new_entry(struct crypto_hash_walk *walk) in hash_walk_new_entry()
84 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done()
132 struct crypto_hash_walk *walk) in crypto_hash_walk_first()
150 struct crypto_hash_walk *walk) in crypto_ahash_walk_first()
171 struct crypto_hash_walk *walk, in crypto_hash_walk_first_compat()
Decb.c42 struct blkcipher_walk *walk, in crypto_ecb_crypt()
73 struct blkcipher_walk walk; in crypto_ecb_encrypt() local
87 struct blkcipher_walk walk; in crypto_ecb_decrypt() local
Dctr.c55 static void crypto_ctr_crypt_final(struct blkcipher_walk *walk, in crypto_ctr_crypt_final()
74 static int crypto_ctr_crypt_segment(struct blkcipher_walk *walk, in crypto_ctr_crypt_segment()
100 static int crypto_ctr_crypt_inplace(struct blkcipher_walk *walk, in crypto_ctr_crypt_inplace()
131 struct blkcipher_walk walk; in crypto_ctr_crypt() local
Dcrypto_null.c77 struct blkcipher_walk walk; in skcipher_null_crypt() local
Dsalsa20_generic.c181 struct blkcipher_walk walk; in encrypt() local
Darc4.c99 struct blkcipher_walk walk; in ecb_arc4_crypt() local
Dshash.c222 struct crypto_hash_walk walk; in shash_ahash_update() local
245 struct crypto_hash_walk walk; in shash_ahash_finup() local
395 struct crypto_hash_walk walk; in shash_compat_update() local
Dxts.c175 struct blkcipher_walk walk; in xts_crypt() local
Dlrw.c224 struct blkcipher_walk walk; in lrw_crypt() local
Dccm.c207 struct scatter_walk walk; in get_data_to_compute() local
/linux-4.1.27/arch/x86/crypto/
Dcast5_avx_glue.c60 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
117 struct blkcipher_walk walk; in ecb_encrypt() local
126 struct blkcipher_walk walk; in ecb_decrypt() local
133 struct blkcipher_walk *walk) in __cbc_encrypt()
159 struct blkcipher_walk walk; in cbc_encrypt() local
174 struct blkcipher_walk *walk) in __cbc_decrypt()
232 struct blkcipher_walk walk; in cbc_decrypt() local
250 struct blkcipher_walk *walk) in ctr_crypt_final()
267 struct blkcipher_walk *walk) in __ctr_crypt()
316 struct blkcipher_walk walk; in ctr_crypt() local
Dblowfish_glue.c80 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
128 struct blkcipher_walk walk; in ecb_encrypt() local
137 struct blkcipher_walk walk; in ecb_decrypt() local
144 struct blkcipher_walk *walk) in __cbc_encrypt()
170 struct blkcipher_walk walk; in cbc_encrypt() local
185 struct blkcipher_walk *walk) in __cbc_decrypt()
251 struct blkcipher_walk walk; in cbc_decrypt() local
265 static void ctr_crypt_final(struct bf_ctx *ctx, struct blkcipher_walk *walk) in ctr_crypt_final()
281 struct blkcipher_walk *walk) in __ctr_crypt()
339 struct blkcipher_walk walk; in ctr_crypt() local
Dglue_helper.c37 struct blkcipher_walk *walk) in __glue_ecb_crypt_128bit()
85 struct blkcipher_walk walk; in glue_ecb_crypt_128bit() local
94 struct blkcipher_walk *walk) in __glue_cbc_encrypt_128bit()
122 struct blkcipher_walk walk; in glue_cbc_encrypt_128bit() local
140 struct blkcipher_walk *walk) in __glue_cbc_decrypt_128bit()
198 struct blkcipher_walk walk; in glue_cbc_decrypt_128bit() local
218 struct blkcipher_walk *walk) in glue_ctr_crypt_final_128bit()
238 struct blkcipher_walk *walk) in __glue_ctr_crypt_128bit()
281 struct blkcipher_walk walk; in glue_ctr_crypt_128bit() local
309 struct blkcipher_walk *walk) in __glue_xts_crypt_128bit()
[all …]
Ddes3_ede_glue.c86 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
134 struct blkcipher_walk walk; in ecb_encrypt() local
144 struct blkcipher_walk walk; in ecb_decrypt() local
151 struct blkcipher_walk *walk) in __cbc_encrypt()
177 struct blkcipher_walk walk; in cbc_encrypt() local
192 struct blkcipher_walk *walk) in __cbc_decrypt()
256 struct blkcipher_walk walk; in cbc_decrypt() local
271 struct blkcipher_walk *walk) in ctr_crypt_final()
287 struct blkcipher_walk *walk) in __ctr_crypt()
340 struct blkcipher_walk walk; in ctr_crypt() local
Dsalsa20_glue.c52 struct blkcipher_walk walk; in encrypt() local
Daesni-intel_glue.c378 struct blkcipher_walk walk; in ecb_encrypt() local
402 struct blkcipher_walk walk; in ecb_decrypt() local
426 struct blkcipher_walk walk; in cbc_encrypt() local
450 struct blkcipher_walk walk; in cbc_decrypt() local
471 struct blkcipher_walk *walk) in ctr_crypt_final()
509 struct blkcipher_walk walk; in ctr_crypt() local
/linux-4.1.27/include/crypto/
Dscatterwalk.h58 static inline unsigned int scatterwalk_pagelen(struct scatter_walk *walk) in scatterwalk_pagelen()
65 static inline unsigned int scatterwalk_clamp(struct scatter_walk *walk, in scatterwalk_clamp()
72 static inline void scatterwalk_advance(struct scatter_walk *walk, in scatterwalk_advance()
78 static inline unsigned int scatterwalk_aligned(struct scatter_walk *walk, in scatterwalk_aligned()
84 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page()
Dalgapi.h309 static inline void blkcipher_walk_init(struct blkcipher_walk *walk, in blkcipher_walk_init()
319 static inline void ablkcipher_walk_init(struct ablkcipher_walk *walk, in ablkcipher_walk_init()
330 static inline void ablkcipher_walk_complete(struct ablkcipher_walk *walk) in ablkcipher_walk_complete()
Dmcryptd.h59 struct crypto_hash_walk walk; member
/linux-4.1.27/arch/s390/crypto/
Ddes_s390.c86 u8 *key, struct blkcipher_walk *walk) in ecb_desall_crypt()
109 struct blkcipher_walk *walk) in cbc_desall_crypt()
148 struct blkcipher_walk walk; in ecb_des_encrypt() local
159 struct blkcipher_walk walk; in ecb_des_decrypt() local
189 struct blkcipher_walk walk; in cbc_des_encrypt() local
199 struct blkcipher_walk walk; in cbc_des_decrypt() local
294 struct blkcipher_walk walk; in ecb_des3_encrypt() local
305 struct blkcipher_walk walk; in ecb_des3_decrypt() local
335 struct blkcipher_walk walk; in cbc_des3_encrypt() local
345 struct blkcipher_walk walk; in cbc_des3_decrypt() local
[all …]
Daes_s390.c316 struct blkcipher_walk *walk) in ecb_aes_crypt()
343 struct blkcipher_walk walk; in ecb_aes_encrypt() local
357 struct blkcipher_walk walk; in ecb_aes_decrypt() local
445 struct blkcipher_walk *walk) in cbc_aes_crypt()
484 struct blkcipher_walk walk; in cbc_aes_encrypt() local
498 struct blkcipher_walk walk; in cbc_aes_decrypt() local
618 struct blkcipher_walk *walk) in xts_aes_crypt()
667 struct blkcipher_walk walk; in xts_aes_encrypt() local
681 struct blkcipher_walk walk; in xts_aes_decrypt() local
778 struct s390_aes_ctx *sctx, struct blkcipher_walk *walk) in ctr_aes_crypt()
[all …]
/linux-4.1.27/arch/arm/crypto/
Daes-ce-glue.c170 struct blkcipher_walk walk; in ecb_encrypt() local
193 struct blkcipher_walk walk; in ecb_decrypt() local
216 struct blkcipher_walk walk; in cbc_encrypt() local
240 struct blkcipher_walk walk; in cbc_decrypt() local
264 struct blkcipher_walk walk; in ctr_encrypt() local
308 struct blkcipher_walk walk; in xts_encrypt() local
333 struct blkcipher_walk walk; in xts_decrypt() local
Daesbs-glue.c109 struct blkcipher_walk walk; in aesbs_cbc_encrypt() local
150 struct blkcipher_walk walk; in aesbs_cbc_decrypt() local
208 struct blkcipher_walk walk; in aesbs_ctr_encrypt() local
257 struct blkcipher_walk walk; in aesbs_xts_encrypt() local
281 struct blkcipher_walk walk; in aesbs_xts_decrypt() local
/linux-4.1.27/arch/powerpc/crypto/
Daes-spe-glue.c183 struct blkcipher_walk walk; in ppc_ecb_encrypt() local
211 struct blkcipher_walk walk; in ppc_ecb_decrypt() local
239 struct blkcipher_walk walk; in ppc_cbc_encrypt() local
267 struct blkcipher_walk walk; in ppc_cbc_decrypt() local
295 struct blkcipher_walk walk; in ppc_ctr_crypt() local
325 struct blkcipher_walk walk; in ppc_xts_encrypt() local
356 struct blkcipher_walk walk; in ppc_xts_decrypt() local
/linux-4.1.27/arch/arm64/crypto/
Daes-glue.c104 struct blkcipher_walk walk; in ecb_encrypt() local
126 struct blkcipher_walk walk; in ecb_decrypt() local
148 struct blkcipher_walk walk; in cbc_encrypt() local
171 struct blkcipher_walk walk; in cbc_decrypt() local
194 struct blkcipher_walk walk; in ctr_encrypt() local
240 struct blkcipher_walk walk; in xts_encrypt() local
264 struct blkcipher_walk walk; in xts_decrypt() local
Daes-ce-ccm-glue.c111 struct scatter_walk walk; in ccm_calculate_auth_mac() local
153 struct blkcipher_walk walk; in ccm_encrypt() local
209 struct blkcipher_walk walk; in ccm_decrypt() local
/linux-4.1.27/arch/sparc/crypto/
Daes_glue.c220 struct blkcipher_walk walk; in ecb_encrypt() local
249 struct blkcipher_walk walk; in ecb_decrypt() local
280 struct blkcipher_walk walk; in cbc_encrypt() local
309 struct blkcipher_walk walk; in cbc_decrypt() local
337 struct blkcipher_walk *walk) in ctr_crypt_final()
357 struct blkcipher_walk walk; in ctr_crypt() local
Ddes_glue.c98 struct blkcipher_walk walk; in __ecb_crypt() local
146 struct blkcipher_walk walk; in cbc_encrypt() local
177 struct blkcipher_walk walk; in cbc_decrypt() local
266 struct blkcipher_walk walk; in __ecb3_crypt() local
318 struct blkcipher_walk walk; in cbc3_encrypt() local
354 struct blkcipher_walk walk; in cbc3_decrypt() local
Dcamellia_glue.c90 struct blkcipher_walk walk; in __ecb_crypt() local
153 struct blkcipher_walk walk; in cbc_encrypt() local
192 struct blkcipher_walk walk; in cbc_decrypt() local
/linux-4.1.27/arch/openrisc/kernel/
Ddma.c33 unsigned long next, struct mm_walk *walk) in page_set_nocache()
54 unsigned long next, struct mm_walk *walk) in page_clear_nocache()
90 struct mm_walk walk = { in or1k_dma_alloc() local
123 struct mm_walk walk = { in or1k_dma_free() local
/linux-4.1.27/drivers/atm/
Didt77105.c85 struct idt77105_priv *walk; in idt77105_stats_timer_func() local
114 struct idt77105_priv *walk; in idt77105_restart_timer_func() local
326 struct idt77105_priv *walk, *prev; in idt77105_stop() local
Dsuni.c58 struct suni_priv *walk; in suni_hz() local
344 struct suni_priv **walk; in suni_stop() local
/linux-4.1.27/drivers/crypto/vmx/
Daes_ctr.c91 struct blkcipher_walk *walk) in p8_aes_ctr_final()
115 struct blkcipher_walk walk; in p8_aes_ctr_crypt() local
Daes_cbc.c98 struct blkcipher_walk walk; in p8_aes_cbc_encrypt() local
134 struct blkcipher_walk walk; in p8_aes_cbc_decrypt() local
/linux-4.1.27/fs/proc/
Dtask_mmu.c484 struct mm_walk *walk) in smaps_pte_entry()
508 struct mm_walk *walk) in smaps_pmd_entry()
524 struct mm_walk *walk) in smaps_pmd_entry()
530 struct mm_walk *walk) in smaps_pte_range()
793 unsigned long end, struct mm_walk *walk) in clear_refs_pte_range()
846 struct mm_walk *walk) in clear_refs_test_walk()
1006 struct mm_walk *walk) in pagemap_pte_hole()
1106 struct mm_walk *walk) in pagemap_pte_range()
1176 struct mm_walk *walk) in pagemap_hugetlb_range()
1413 unsigned long end, struct mm_walk *walk) in gather_pte_stats()
[all …]
/linux-4.1.27/drivers/crypto/
Dgeode-aes.c309 struct blkcipher_walk walk; in geode_cbc_decrypt() local
341 struct blkcipher_walk walk; in geode_cbc_encrypt() local
422 struct blkcipher_walk walk; in geode_ecb_decrypt() local
452 struct blkcipher_walk walk; in geode_ecb_encrypt() local
Dpadlock-aes.c347 struct blkcipher_walk walk; in ecb_aes_encrypt() local
376 struct blkcipher_walk walk; in ecb_aes_decrypt() local
426 struct blkcipher_walk walk; in cbc_aes_encrypt() local
457 struct blkcipher_walk walk; in cbc_aes_decrypt() local
Dn2_core.c513 struct crypto_hash_walk walk; in n2_do_async_digest() local
672 struct ablkcipher_walk walk; member
711 struct ablkcipher_walk walk; member
876 struct ablkcipher_walk *walk = &rctx->walk; in n2_compute_chunks() local
Domap-des.c389 struct scatter_walk walk; in sg_copy_buf() local
Domap-aes.c405 struct scatter_walk walk; in sg_copy_buf() local
Dhifn_795x.c660 struct hifn_cipher_walk walk; member
/linux-4.1.27/include/crypto/internal/
Dhash.h64 static inline int crypto_ahash_walk_done(struct crypto_hash_walk *walk, in crypto_ahash_walk_done()
70 static inline int crypto_hash_walk_last(struct crypto_hash_walk *walk) in crypto_hash_walk_last()
75 static inline int crypto_ahash_walk_last(struct crypto_hash_walk *walk) in crypto_ahash_walk_last()
/linux-4.1.27/kernel/locking/
Drtmutex-debug.h31 enum rtmutex_chainwalk walk) in debug_rt_mutex_detect_deadlock()
Drtmutex.h33 enum rtmutex_chainwalk walk) in debug_rt_mutex_detect_deadlock()
/linux-4.1.27/arch/sparc/mm/
Dextable.c19 const struct exception_table_entry *walk; in search_extable() local
/linux-4.1.27/arch/s390/mm/
Dpgtable.c1230 unsigned long next, struct mm_walk *walk) in __s390_enable_skey()
1257 struct mm_walk walk = { .pte_entry = __s390_enable_skey }; in s390_enable_skey() local
1290 unsigned long next, struct mm_walk *walk) in __s390_reset_cmma()
1302 struct mm_walk walk = { .pte_entry = __s390_reset_cmma }; in s390_reset_cmma() local
/linux-4.1.27/arch/powerpc/mm/
Dsubpage-prot.c135 unsigned long end, struct mm_walk *walk) in subpage_walk_pmd_entry()
/linux-4.1.27/security/
Ddevice_cgroup.c96 struct dev_exception_item *excopy, *walk; in dev_exception_add() local
128 struct dev_exception_item *walk, *tmp; in dev_exception_rm() local
/linux-4.1.27/net/l2tp/
Dl2tp_debugfs.c107 struct hlist_node *walk; in l2tp_dfs_seq_tunnel_show() local
Dl2tp_core.c1241 struct hlist_node *walk; in l2tp_tunnel_closeall() local
/linux-4.1.27/include/net/
Dact_api.h97 int (*walk)(struct sk_buff *, struct netlink_callback *, int, struct tc_action *); member
Dsch_generic.h167 void (*walk)(struct Qdisc *, struct qdisc_walker * arg); member
227 void (*walk)(struct tcf_proto*, struct tcf_walker *arg); member
Dxfrm.h511 struct xfrm_policy_walk_entry walk; member
540 struct xfrm_policy_walk_entry walk; member
/linux-4.1.27/drivers/crypto/nx/
Dnx-aes-gcm.c130 struct scatter_walk walk; in nx_gca() local
Dnx.c167 struct scatter_walk walk; in nx_walk_and_build() local
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci.c402 struct vfio_pci_walk_info *walk = data; in vfio_pci_walk_wrapper() local
415 struct vfio_pci_walk_info walk = { in vfio_pci_for_each_slot_or_bus() local
/linux-4.1.27/fs/
Dselect.c801 struct poll_list *walk; in do_poll() local
880 struct poll_list *walk = head; in do_sys_poll() local
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dinterval_tree.c217 struct interval_node *walk = root; in interval_find() local
/linux-4.1.27/fs/fat/
Dnamei_msdos.c26 unsigned char *walk; in msdos_format_name() local
Dinode.c426 unsigned char exe_extensions[] = "EXECOMBAT", *walk; in is_exec() local
/linux-4.1.27/net/xfrm/
Dxfrm_state.c1614 int xfrm_state_walk(struct net *net, struct xfrm_state_walk *walk, in xfrm_state_walk()
1656 void xfrm_state_walk_init(struct xfrm_state_walk *walk, u8 proto, in xfrm_state_walk_init()
1667 void xfrm_state_walk_done(struct xfrm_state_walk *walk, struct net *net) in xfrm_state_walk_done()
Dxfrm_user.c869 struct xfrm_state_walk *walk = (struct xfrm_state_walk *) &cb->args[1]; in xfrm_dump_sa_done() local
881 struct xfrm_state_walk *walk = (struct xfrm_state_walk *) &cb->args[1]; in xfrm_dump_sa() local
1625 struct xfrm_policy_walk *walk = (struct xfrm_policy_walk *) &cb->args[1]; in xfrm_dump_policy_done() local
1635 struct xfrm_policy_walk *walk = (struct xfrm_policy_walk *) &cb->args[1]; in xfrm_dump_policy() local
Dxfrm_policy.c996 int xfrm_policy_walk(struct net *net, struct xfrm_policy_walk *walk, in xfrm_policy_walk()
1042 void xfrm_policy_walk_init(struct xfrm_policy_walk *walk, u8 type) in xfrm_policy_walk_init()
1051 void xfrm_policy_walk_done(struct xfrm_policy_walk *walk, struct net *net) in xfrm_policy_walk_done()
/linux-4.1.27/net/sched/
Dcls_tcindex.c141 struct tcindex_filter __rcu **walk; in tcindex_delete() local
/linux-4.1.27/net/atm/
Dcommon.c321 struct atm_vcc *walk; in check_ci() local
Dclip.c88 struct clip_vcc **walk; in unlink_clip_vcc() local
/linux-4.1.27/ipc/
Dsem.c790 struct list_head *walk; in wake_const_ops() local
891 struct list_head *walk; in update_queue() local
Dmqueue.c544 struct ext_wait_queue *walk; in wq_add() local
/linux-4.1.27/tools/testing/selftests/net/
Dpsock_tpacket.c83 void (*walk)(int sock, struct ring *ring); member
/linux-4.1.27/arch/ia64/kernel/
Defi.c305 walk (efi_freemem_callback_t callback, void *arg, u64 attr) in walk() function
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c883 struct ablkcipher_walk walk; in ablk_crypt() local
/linux-4.1.27/drivers/crypto/ux500/hash/
Dhash_core.c1087 struct crypto_hash_walk walk; in hash_hw_update() local
/linux-4.1.27/drivers/net/ethernet/sun/
Dsungem.c663 int walk = entry; in gem_tx() local
/linux-4.1.27/fs/btrfs/
Draid56.c664 int walk = 0; in lock_stripe_add() local
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h259 void (*walk)(const struct nft_ctx *ctx, member
/linux-4.1.27/net/key/
Daf_key.c1867 struct xfrm_policy_walk walk; in gen_reqid() local