Home
last modified time | relevance | path

Searched refs:ask (Results 1 – 25 of 181) sorted by relevance

12345678

/linux/fs/xfs/libxfs/
H A Dxfs_ag_resv.c170 xfs_extlen_t ask, in __xfs_ag_resv_init() argument
178 if (used > ask) in __xfs_ag_resv_init()
179 ask = used; in __xfs_ag_resv_init()
242 xfs_extlen_t ask; in xfs_ag_resv_init() local
249 ask = used = 0; in xfs_ag_resv_init()
260 ask, used); in xfs_ag_resv_init()
269 ask = used = 0; in xfs_ag_resv_init()
279 ask, used); in xfs_ag_resv_init()
283 if (ask) in xfs_ag_resv_init()
289 ask = used = 0; in xfs_ag_resv_init()
[all …]
H A Dxfs_refcount_btree.h60 struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask,
H A Dxfs_ialloc_btree.h66 xfs_extlen_t *ask, xfs_extlen_t *used);
H A Dxfs_rmap_btree.h59 struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used);
/linux/crypto/
H A Daf_alg.c134 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent() local
137 sk = ask->parent; in af_alg_release_parent()
138 ask = alg_sk(sk); in af_alg_release_parent()
141 atomic_dec(&ask->nokey_refcnt); in af_alg_release_parent()
192 if (atomic_read(&ask->refcnt)) in alg_bind()
195 swap(ask->type, type); in alg_bind()
196 swap(ask->private, private); in alg_bind()
366 if (atomic_read(&ask->refcnt) != atomic_read(&ask->nokey_refcnt)) in alg_setsockopt()
369 type = ask->type; in alg_setsockopt()
420 type = ask->type; in af_alg_accept()
[all …]
H A Dalgif_skcipher.c41 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg() local
42 struct sock *psk = ask->parent; in skcipher_sendmsg()
52 struct alg_sock *ask = alg_sk(sk); in algif_skcipher_export() local
63 ctx = ask->private; in algif_skcipher_export()
64 psk = ask->parent; in algif_skcipher_export()
100 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg() local
101 struct sock *psk = ask->parent; in _skcipher_recvmsg()
278 psk = ask->parent; in skcipher_check_key()
279 pask = alg_sk(ask->parent); in skcipher_check_key()
362 struct sock *psk = ask->parent; in skcipher_sock_destruct()
[all …]
H A Dalgif_hash.c67 struct alg_sock *ask = alg_sk(sk); in hash_sendmsg() local
68 struct hash_ctx *ctx = ask->private; in hash_sendmsg()
183 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg() local
230 struct alg_sock *ask = alg_sk(sk); in hash_accept() local
305 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local
311 psk = ask->parent; in hash_check_key()
312 pask = alg_sk(ask->parent); in hash_check_key()
321 atomic_set(&ask->nokey_refcnt, 0); in hash_check_key()
404 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct() local
415 struct alg_sock *ask = alg_sk(sk); in hash_accept_parent_nokey() local
[all …]
H A Dalgif_aead.c46 struct alg_sock *ask = alg_sk(sk); in aead_sufficient_data() local
47 struct sock *psk = ask->parent; in aead_sufficient_data()
64 struct alg_sock *ask = alg_sk(sk); in aead_sendmsg() local
65 struct sock *psk = ask->parent; in aead_sendmsg()
92 struct alg_sock *ask = alg_sk(sk); in _aead_recvmsg() local
93 struct sock *psk = ask->parent; in _aead_recvmsg()
384 struct alg_sock *ask = alg_sk(sk); in aead_check_key() local
390 psk = ask->parent; in aead_check_key()
391 pask = alg_sk(ask->parent); in aead_check_key()
511 struct sock *psk = ask->parent; in aead_sock_destruct()
[all …]
H A Dalgif_rng.c111 struct alg_sock *ask = alg_sk(sk); in rng_recvmsg() local
112 struct rng_ctx *ctx = ask->private; in rng_recvmsg()
121 struct alg_sock *ask = alg_sk(sk); in rng_test_recvmsg() local
122 struct rng_ctx *ctx = ask->private; in rng_test_recvmsg()
136 struct alg_sock *ask = alg_sk(sock->sk); in rng_test_sendmsg() local
137 struct rng_ctx *ctx = ask->private; in rng_test_sendmsg()
232 struct alg_sock *ask = alg_sk(sk); in rng_sock_destruct() local
233 struct rng_ctx *ctx = ask->private; in rng_sock_destruct()
244 struct alg_sock *ask = alg_sk(sk); in rng_accept_parent() local
262 ask->private = ctx; in rng_accept_parent()
/linux/include/crypto/
H A Dif_alg.h187 struct alg_sock *ask = alg_sk(sk); in af_alg_sndbuf() local
188 struct af_alg_ctx *ctx = ask->private; in af_alg_sndbuf()
213 struct alg_sock *ask = alg_sk(sk); in af_alg_rcvbuf() local
214 struct af_alg_ctx *ctx = ask->private; in af_alg_rcvbuf()
/linux/samples/user_events/
H A Dexample.c55 ask: in main()
70 goto ask; in main()
/linux/Documentation/devicetree/bindings/arm/mstar/
H A Dmstar.yaml26 - 100ask,dongshanpione # 100ask DongShanPiOne
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-enum-mbus-code.rst116 encoding. The application can ask to configure the colorspace of the
123 The application can ask to configure the transform function of
130 encoding. The application can ask to configure the Y'CbCr encoding of the
137 encoding. The application can ask to configure the HSV encoding of the
144 quantization. The application can ask to configure the quantization of
H A Dvidioc-enum-fmt.rst199 The application can ask to configure the colorspace of the capture device
206 The application can ask to configure the transfer function of the capture
213 The application can ask to configure the Y'CbCr encoding of the capture device
220 The application can ask to configure the HSV encoding of the capture device
227 The application can ask to configure the quantization of the capture
/linux/fs/bcachefs/
H A Derror.c300 int ask = bch2_fsck_ask_yn(c); in bch2_fsck_err() local
302 if (ask >= YN_ALLNO && s) in bch2_fsck_err()
303 s->fix = ask == YN_ALLNO in bch2_fsck_err()
307 ret = ask & 1 in bch2_fsck_err()
/linux/arch/arm/boot/dts/sigmastar/
H A Dmstar-infinity2m-ssd202d-100ask-dongshanpione.dts12 compatible = "100ask,dongshanpione", "mstar,infinity2m";
H A DMakefile4 mstar-infinity2m-ssd202d-100ask-dongshanpione.dtb \
/linux/drivers/media/common/
H A DKconfig2 # Used by common drivers, when they need to ask questions
/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dtagged-pointers.txt5 communicating in English you can also ask the Chinese maintainer for
H A Dlegacy_instructions.txt5 communicating in English you can also ask the Chinese maintainer for
H A Dmemory.txt5 communicating in English you can also ask the Chinese maintainer for
/linux/Documentation/translations/zh_TW/
H A DIRQ.txt5 communicating in English you can also ask the Chinese maintainer for
/linux/Documentation/admin-guide/gpio/
H A Dgpio-aggregator.rst31 Userspace may ask the kernel to instantiate an aggregated GPIO
60 Userspace may ask the kernel to destroy an aggregated GPIO
/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dtagged-pointers.txt7 communicating in English you can also ask the Chinese maintainer for
/linux/Documentation/fb/
H A Dvesafb.rst40 vga=ask and hit return. The mode you wish to use is derived from the
69 To enable one of those modes you have to specify "vga=ask" in the
71 mode at the "vga=ask" prompt. For example if you like to use

12345678