| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_ag_resv.c | 181 xfs_extlen_t ask, in __xfs_ag_resv_init() argument 189 if (used > ask) in __xfs_ag_resv_init() 190 ask = used; in __xfs_ag_resv_init() 200 hidden_space = ask; in __xfs_ag_resv_init() 208 hidden_space = ask - used; in __xfs_ag_resv_init() 231 mp->m_ag_max_usable -= ask; in __xfs_ag_resv_init() 234 resv->ar_asked = ask; in __xfs_ag_resv_init() 236 resv->ar_reserved = ask - used; in __xfs_ag_resv_init() 238 trace_xfs_ag_resv_init(pag, type, ask); in __xfs_ag_resv_init() 250 xfs_extlen_t ask; in xfs_ag_resv_init() local [all …]
|
| H A D | xfs_refcount_btree.h | 61 struct xfs_trans *tp, xfs_agnumber_t agno, xfs_extlen_t *ask,
|
| H A D | xfs_rmap_btree.h | 60 xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used);
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | af_alg.c | 131 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent() local 132 unsigned int nokey = atomic_read(&ask->nokey_refcnt); in af_alg_release_parent() 134 sk = ask->parent; in af_alg_release_parent() 135 ask = alg_sk(sk); in af_alg_release_parent() 138 atomic_dec(&ask->nokey_refcnt); in af_alg_release_parent() 140 if (atomic_dec_and_test(&ask->refcnt)) in af_alg_release_parent() 149 struct alg_sock *ask = alg_sk(sk); in alg_bind() local 189 if (atomic_read(&ask->refcnt)) in alg_bind() 192 swap(ask->type, type); in alg_bind() 193 swap(ask->private, private); in alg_bind() [all …]
|
| H A 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 …]
|
| H A 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() 135 struct alg_sock *ask = alg_sk(sk); in hash_sendpage() local 136 struct hash_ctx *ctx = ask->private; in hash_sendpage() 187 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg() local 188 struct hash_ctx *ctx = ask->private; in hash_recvmsg() 234 struct alg_sock *ask = alg_sk(sk); in hash_accept() local 235 struct hash_ctx *ctx = ask->private; in hash_accept() 252 err = af_alg_accept(ask->parent, newsock, kern); in hash_accept() 299 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local [all …]
|
| H A 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 …]
|
| H A 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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/plymouth/files/ |
| H A D | 0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch | 4 Subject: [PATCH] Make full path to systemd-tty-ask-password-agent configurable 24 -AC_PATH_PROG([SYSTEMD_ASK_PASSWORD_AGENT], [systemd-tty-ask-password-agent]) 25 …ask-password-agent, AS_HELP_STRING([--with-systemd-tty-ask-password-agent],[path of systemd-tty-as…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/ |
| H A D | message.hpp | 53 promise.set_value(ask(std::make_index_sequence<std::tuple_size<ArgsTuple>::value>())); in operator ()() 57 ResultType ask(std::index_sequence<I...>) { in ask() function in mbgl::AskMessageImpl 78 ask(std::make_index_sequence<std::tuple_size<ArgsTuple>::value>()); in operator ()() 83 void ask(std::index_sequence<I...>) { in ask() function in mbgl::AskMessageImpl
|
| H A D | actor_ref.hpp | 39 auto ask(Fn fn, Args&&... args) { in ask() function in mbgl::ActorRef
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/ |
| H A D | map_snapshotter.cpp | 186 return impl->actor().ask(&Impl::getStyleURL).get(); in getStyleURL() 194 return impl->actor().ask(&Impl::getStyleJSON).get(); in getStyleJSON() 202 return impl->actor().ask(&Impl::getSize).get(); in getSize() 210 return impl->actor().ask(&Impl::getCameraOptions).get(); in getCameraOptions() 218 return impl->actor().ask(&Impl::getRegion).get(); in getRegion()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-enum-mbus-code.rst | 94 encoding. The application can ask to configure the colorspace of the 101 The application can ask to configure the transform function of 108 encoding. The application can ask to configure the Y'CbCr encoding of the 115 encoding. The application can ask to configure the HSV encoding of the 122 quantization. The application can ask to configure the quantization of
|
| H A D | vidioc-enum-fmt.rst | 195 The application can ask to configure the colorspace of the capture device 202 The application can ask to configure the transfer function of the capture 209 The application can ask to configure the Y'CbCr encoding of the capture device 216 The application can ask to configure the HSV encoding of the capture device 223 The application can ask to configure the quantization of the capture
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/plymouth/ |
| H A D | plymouth_0.9.5.bb | 22 file://0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch \ 32 …', '--enable-systemd-integration --with-systemd-tty-ask-password-agent=${base_bindir}/systemd-tty-…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/mm-common/mm-common/ |
| H A D | 0001-meson.build-do-not-ask-for-python-installation-versi.patch | 4 Subject: [PATCH] meson.build: do not ask for python installation / version 10 just ask for python3 executable.
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | ANTLR-PD | 14 we do ask that credit is given to us for developing 21 you developed it using ANTLR. In addition, we ask that the
|
| H A D | ANTLR-PD-fallback | 5 …ask that credit is given to us for developing ANTLR. By "credit", we mean that if you use ANTLR or…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/mm-common/ |
| H A D | mm-common_1.0.4.bb | 10 SRC_URI += "file://0001-meson.build-do-not-ask-for-python-installation-versi.patch"
|
| /OK3568_Linux_fs/kernel/drivers/media/common/ |
| H A D | Kconfig | 2 # Used by common drivers, when they need to ask questions
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-flask_2.1.1.bb | 4 intentions. And before you ask: It’s BSD licensed!"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/ |
| H A D | 0001-do-not-ask-host-for-ifcfg-defaults.patch | 4 Subject: [PATCH] do-not-ask-host-for-ifcfg-defaults
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/ |
| H A 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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openjpeg/ |
| H A D | openjpeg_2.4.0.bb | 10 file://0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \
|