/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_ag_resv.c | 182 xfs_extlen_t ask, in __xfs_ag_resv_init() argument 190 if (used > ask) in __xfs_ag_resv_init() 191 ask = used; in __xfs_ag_resv_init() 201 hidden_space = ask; in __xfs_ag_resv_init() 209 hidden_space = ask - used; in __xfs_ag_resv_init() 236 mp->m_ag_max_usable -= ask; in __xfs_ag_resv_init() 239 resv->ar_asked = ask; in __xfs_ag_resv_init() 241 resv->ar_reserved = ask - used; in __xfs_ag_resv_init() 243 trace_xfs_ag_resv_init(pag, type, ask); in __xfs_ag_resv_init() 254 xfs_extlen_t ask; in xfs_ag_resv_init() local [all …]
|
D | xfs_refcount_btree.h | 62 struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask,
|
D | xfs_rmap_btree.h | 60 struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used);
|
D | xfs_ialloc_btree.h | 68 struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used);
|
/Linux-v6.1/crypto/ |
D | af_alg.c | 128 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent() local 129 unsigned int nokey = atomic_read(&ask->nokey_refcnt); in af_alg_release_parent() 131 sk = ask->parent; in af_alg_release_parent() 132 ask = alg_sk(sk); in af_alg_release_parent() 135 atomic_dec(&ask->nokey_refcnt); in af_alg_release_parent() 137 if (atomic_dec_and_test(&ask->refcnt)) in af_alg_release_parent() 146 struct alg_sock *ask = alg_sk(sk); in alg_bind() local 186 if (atomic_read(&ask->refcnt)) in alg_bind() 189 swap(ask->type, type); in alg_bind() 190 swap(ask->private, private); in alg_bind() [all …]
|
D | algif_skcipher.c | 41 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg() local 42 struct sock *psk = ask->parent; in skcipher_sendmsg() 54 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg() local 55 struct sock *psk = ask->parent; in _skcipher_recvmsg() 57 struct af_alg_ctx *ctx = ask->private; in _skcipher_recvmsg() 209 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local 212 if (!atomic_read(&ask->nokey_refcnt)) in skcipher_check_key() 215 psk = ask->parent; in skcipher_check_key() 216 pask = alg_sk(ask->parent); in skcipher_check_key() 225 atomic_set(&ask->nokey_refcnt, 0); in skcipher_check_key() [all …]
|
D | algif_hash.c | 68 struct alg_sock *ask = alg_sk(sk); in hash_sendmsg() local 69 struct hash_ctx *ctx = ask->private; in hash_sendmsg() 136 struct alg_sock *ask = alg_sk(sk); in hash_sendpage() local 137 struct hash_ctx *ctx = ask->private; in hash_sendpage() 188 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg() local 189 struct hash_ctx *ctx = ask->private; in hash_recvmsg() 235 struct alg_sock *ask = alg_sk(sk); in hash_accept() local 236 struct hash_ctx *ctx = ask->private; in hash_accept() 253 err = af_alg_accept(ask->parent, newsock, kern); in hash_accept() 300 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local [all …]
|
D | algif_aead.c | 46 struct alg_sock *ask = alg_sk(sk); in aead_sufficient_data() local 47 struct sock *psk = ask->parent; in aead_sufficient_data() 49 struct af_alg_ctx *ctx = ask->private; 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() 95 struct af_alg_ctx *ctx = ask->private; in _aead_recvmsg() 383 struct alg_sock *ask = alg_sk(sk); in aead_check_key() local 386 if (!atomic_read(&ask->nokey_refcnt)) in aead_check_key() [all …]
|
D | algif_rng.c | 111 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() 234 struct alg_sock *ask = alg_sk(sk); in rng_sock_destruct() local 235 struct rng_ctx *ctx = ask->private; in rng_sock_destruct() 246 struct alg_sock *ask = alg_sk(sk); in rng_accept_parent() local 264 ask->private = ctx; in rng_accept_parent()
|
/Linux-v6.1/include/crypto/ |
D | if_alg.h | 184 struct alg_sock *ask = alg_sk(sk); in af_alg_sndbuf() local 185 struct af_alg_ctx *ctx = ask->private; in af_alg_sndbuf() 210 struct alg_sock *ask = alg_sk(sk); in af_alg_rcvbuf() local 211 struct af_alg_ctx *ctx = ask->private; in af_alg_rcvbuf()
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-subdev-enum-mbus-code.rst | 98 encoding. The application can ask to configure the colorspace of the 105 The application can ask to configure the transform function of 112 encoding. The application can ask to configure the Y'CbCr encoding of the 119 encoding. The application can ask to configure the HSV encoding of the 126 quantization. The application can ask to configure the quantization of
|
D | vidioc-enum-fmt.rst | 199 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-v6.1/samples/user_events/ |
D | example.c | 84 ask: in main() 99 goto ask; in main()
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | mstar-infinity2m-ssd202d-100ask-dongshanpione.dts | 12 compatible = "100ask,dongshanpione", "mstar,infinity2m";
|
/Linux-v6.1/drivers/media/common/ |
D | Kconfig | 2 # Used by common drivers, when they need to ask questions
|
/Linux-v6.1/Documentation/translations/zh_CN/arm64/ |
D | tagged-pointers.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | legacy_instructions.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | memory.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | silicon-errata.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
/Linux-v6.1/Documentation/translations/zh_TW/ |
D | IRQ.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
/Linux-v6.1/Documentation/admin-guide/gpio/ |
D | gpio-aggregator.rst | 31 Userspace may ask the kernel to instantiate an aggregated GPIO 60 Userspace may ask the kernel to destroy an aggregated GPIO
|
/Linux-v6.1/Documentation/translations/zh_TW/arm64/ |
D | tagged-pointers.txt | 7 communicating in English you can also ask the Chinese maintainer for
|
D | legacy_instructions.txt | 7 communicating in English you can also ask the Chinese maintainer for
|
/Linux-v6.1/Documentation/fb/ |
D | vesafb.rst | 40 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
|
/Linux-v6.1/drivers/crypto/aspeed/ |
D | Kconfig | 17 option to ask for those messages.
|