/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_ag_resv.c | 187 xfs_extlen_t ask, in __xfs_ag_resv_init() argument 195 if (used > ask) in __xfs_ag_resv_init() 196 ask = used; in __xfs_ag_resv_init() 206 hidden_space = ask; in __xfs_ag_resv_init() 214 hidden_space = ask - used; in __xfs_ag_resv_init() 237 mp->m_ag_max_usable -= ask; in __xfs_ag_resv_init() 240 resv->ar_asked = ask; in __xfs_ag_resv_init() 242 resv->ar_reserved = ask - used; in __xfs_ag_resv_init() 244 trace_xfs_ag_resv_init(pag, type, ask); in __xfs_ag_resv_init() 256 xfs_extlen_t ask; in xfs_ag_resv_init() local [all …]
|
D | xfs_refcount_btree.h | 58 struct xfs_trans *tp, xfs_agnumber_t agno, xfs_extlen_t *ask,
|
D | xfs_ialloc_btree.h | 64 xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used);
|
D | xfs_rmap_btree.h | 55 xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used);
|
/Linux-v4.19/crypto/ |
D | af_alg.c | 133 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent() local 134 unsigned int nokey = ask->nokey_refcnt; in af_alg_release_parent() 135 bool last = nokey && !ask->refcnt; in af_alg_release_parent() 137 sk = ask->parent; in af_alg_release_parent() 138 ask = alg_sk(sk); in af_alg_release_parent() 141 ask->nokey_refcnt -= nokey; in af_alg_release_parent() 143 last = !--ask->refcnt; in af_alg_release_parent() 155 struct alg_sock *ask = alg_sk(sk); in alg_bind() local 191 if (ask->refcnt | ask->nokey_refcnt) in alg_bind() 194 swap(ask->type, type); in alg_bind() [all …]
|
D | algif_skcipher.c | 45 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg() local 46 struct sock *psk = ask->parent; in skcipher_sendmsg() 58 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg() local 59 struct sock *psk = ask->parent; in _skcipher_recvmsg() 61 struct af_alg_ctx *ctx = ask->private; in _skcipher_recvmsg() 219 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local 222 if (ask->refcnt) in skcipher_check_key() 225 psk = ask->parent; in skcipher_check_key() 226 pask = alg_sk(ask->parent); in skcipher_check_key() 237 ask->refcnt = 1; in skcipher_check_key() [all …]
|
D | algif_hash.c | 73 struct alg_sock *ask = alg_sk(sk); in hash_sendmsg() local 74 struct hash_ctx *ctx = ask->private; in hash_sendmsg() 140 struct alg_sock *ask = alg_sk(sk); in hash_sendpage() local 141 struct hash_ctx *ctx = ask->private; in hash_sendpage() 192 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg() local 193 struct hash_ctx *ctx = ask->private; in hash_recvmsg() 239 struct alg_sock *ask = alg_sk(sk); in hash_accept() local 240 struct hash_ctx *ctx = ask->private; in hash_accept() 257 err = af_alg_accept(ask->parent, newsock, kern); in hash_accept() 306 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local [all …]
|
D | algif_aead.c | 50 struct alg_sock *ask = alg_sk(sk); in aead_sufficient_data() local 51 struct sock *psk = ask->parent; in aead_sufficient_data() 53 struct af_alg_ctx *ctx = ask->private; in aead_sufficient_data() 68 struct alg_sock *ask = alg_sk(sk); in aead_sendmsg() local 69 struct sock *psk = ask->parent; in aead_sendmsg() 96 struct alg_sock *ask = alg_sk(sk); in _aead_recvmsg() local 97 struct sock *psk = ask->parent; in _aead_recvmsg() 99 struct af_alg_ctx *ctx = ask->private; in _aead_recvmsg() 388 struct alg_sock *ask = alg_sk(sk); in aead_check_key() local 391 if (ask->refcnt) in aead_check_key() [all …]
|
D | algif_rng.c | 62 struct alg_sock *ask = alg_sk(sk); in rng_recvmsg() local 63 struct rng_ctx *ctx = ask->private; in rng_recvmsg() 128 struct alg_sock *ask = alg_sk(sk); in rng_sock_destruct() local 129 struct rng_ctx *ctx = ask->private; in rng_sock_destruct() 138 struct alg_sock *ask = alg_sk(sk); in rng_accept_parent() local 154 ask->private = ctx; in rng_accept_parent()
|
/Linux-v4.19/include/crypto/ |
D | if_alg.h | 189 struct alg_sock *ask = alg_sk(sk); in af_alg_sndbuf() local 190 struct af_alg_ctx *ctx = ask->private; in af_alg_sndbuf() 215 struct alg_sock *ask = alg_sk(sk); in af_alg_rcvbuf() local 216 struct af_alg_ctx *ctx = ask->private; in af_alg_rcvbuf()
|
/Linux-v4.19/drivers/media/common/ |
D | Kconfig | 1 # Used by common drivers, when they need to ask questions
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | SecurityBugs | 5 communicating in English you can also ask the Chinese maintainer for
|
D | IRQ.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | stable_kernel_rules.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | stable_api_nonsense.txt | 5 communicating in English you can also ask the Chinese maintainer for help.
|
D | basic_profiling.txt | 4 However, if you have problem communicating in English you can also ask the
|
D | io_ordering.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | sparse.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
/Linux-v4.19/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-v4.19/Documentation/fb/ |
D | vesafb.txt | 40 vga=ask and hit return. The mode you wish to use is derived from the 64 To enable one of those modes you have to specify "vga=ask" in the 66 mode at the "vga=ask" prompt. For example if you like to use
|
/Linux-v4.19/Documentation/powerpc/ |
D | ptrace.txt | 80 With this GDB can ask for all kinds of hardware breakpoints and watchpoints 86 request to ask for its removal. Return -ENOSPC if the requested breakpoint
|
/Linux-v4.19/drivers/staging/erofs/ |
D | TODO | 35 ask and send patches,
|