Home
last modified time | relevance | path

Searched refs:walk (Results 1 – 10 of 10) sorted by relevance

/include/crypto/
A Dscatterwalk.h85 walk->sg = sg; in scatterwalk_start()
101 walk->sg = sg; in scatterwalk_start_at_pos()
111 if (walk->offset >= walk->sg->offset + walk->sg->length) in scatterwalk_clamp()
112 scatterwalk_start(walk, sg_next(walk->sg)); in scatterwalk_clamp()
113 len_this_sg = walk->sg->offset + walk->sg->length - walk->offset; in scatterwalk_clamp()
145 if (walk->offset >= walk->sg->offset + walk->sg->length) in scatterwalk_get_sglist()
146 scatterwalk_start(walk, sg_next(walk->sg)); in scatterwalk_get_sglist()
148 walk->sg->offset + walk->sg->length - walk->offset, in scatterwalk_get_sglist()
149 walk->offset); in scatterwalk_get_sglist()
180 walk->__addr = addr; in scatterwalk_map()
[all …]
/include/linux/
A Dpagewalk.h72 unsigned long next, struct mm_walk *walk);
74 unsigned long next, struct mm_walk *walk);
76 unsigned long next, struct mm_walk *walk);
78 unsigned long next, struct mm_walk *walk);
80 unsigned long next, struct mm_walk *walk);
82 int depth, struct mm_walk *walk);
85 struct mm_walk *walk);
87 struct mm_walk *walk);
89 struct mm_walk *walk);
90 void (*post_vma)(struct mm_walk *walk);
[all …]
/include/crypto/internal/
A Dacompress.h203 void acomp_walk_done_src(struct acomp_walk *walk, int used);
204 void acomp_walk_done_dst(struct acomp_walk *walk, int used);
205 int acomp_walk_next_src(struct acomp_walk *walk);
206 int acomp_walk_next_dst(struct acomp_walk *walk);
207 int acomp_walk_virt(struct acomp_walk *__restrict walk,
210 static inline bool acomp_walk_more_src(const struct acomp_walk *walk, int cur) in acomp_walk_more_src() argument
212 return walk->slen != cur; in acomp_walk_more_src()
A Dhash.h78 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err);
80 struct crypto_hash_walk *walk);
82 static inline int crypto_hash_walk_last(struct crypto_hash_walk *walk) in crypto_hash_walk_last() argument
84 return !(walk->entrylen | walk->total); in crypto_hash_walk_last()
A Dskcipher.h174 int skcipher_walk_virt(struct skcipher_walk *__restrict walk,
177 int skcipher_walk_aead_encrypt(struct skcipher_walk *__restrict walk,
180 int skcipher_walk_aead_decrypt(struct skcipher_walk *__restrict walk,
/include/drm/ttm/
A Dttm_bo.h206 s64 (*process_bo)(struct ttm_lru_walk *walk, struct ttm_buffer_object *bo);
231 s64 ttm_lru_walk_for_evict(struct ttm_lru_walk *walk, struct ttm_device *bdev,
/include/net/
A Dxfrm.h589 struct xfrm_policy_walk_entry walk; member
652 struct xfrm_policy_walk_entry walk; member
1679 void xfrm_state_walk_init(struct xfrm_state_walk *walk, u8 proto,
1681 int xfrm_state_walk(struct net *net, struct xfrm_state_walk *walk,
1683 void xfrm_state_walk_done(struct xfrm_state_walk *walk, struct net *net);
1861 void xfrm_policy_walk_init(struct xfrm_policy_walk *walk, u8 type);
1862 int xfrm_policy_walk(struct net *net, struct xfrm_policy_walk *walk,
1865 void xfrm_policy_walk_done(struct xfrm_policy_walk *walk, struct net *net);
A Dact_api.h127 int (*walk)(struct net *, struct sk_buff *, member
A Dsch_generic.h263 void (*walk)(struct Qdisc *, struct qdisc_walker * arg); member
359 void (*walk)(struct tcf_proto *tp, member
/include/net/netfilter/
A Dnf_tables.h488 void (*walk)(const struct nft_ctx *ctx, member

Completed in 32 milliseconds