Home
last modified time | relevance | path

Searched full:ask (Results 1 – 25 of 1059) sorted by relevance

12345678910>>...43

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag_resv.c60 * to use the reservation system should update ask/used in xfs_ag_resv_init.
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()
[all …]
/openbmc/linux/crypto/
H A Daf_alg.c134 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent() local
135 unsigned int nokey = atomic_read(&ask->nokey_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 atomic_dec(&ask->nokey_refcnt); in af_alg_release_parent()
143 if (atomic_dec_and_test(&ask->refcnt)) in af_alg_release_parent()
152 struct alg_sock *ask = alg_sk(sk); in alg_bind() local
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()
[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()
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()
208 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local
211 if (!atomic_read(&ask->nokey_refcnt)) in skcipher_check_key()
214 psk = ask->parent; in skcipher_check_key()
215 pask = alg_sk(ask->parent); in skcipher_check_key()
224 atomic_set(&ask->nokey_refcnt, 0); in skcipher_check_key()
[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
184 struct hash_ctx *ctx = ask->private; in hash_recvmsg()
230 struct alg_sock *ask = alg_sk(sk); in hash_accept() local
231 struct hash_ctx *ctx = ask->private; in hash_accept()
255 err = af_alg_accept(ask->parent, newsock, kern); in hash_accept()
305 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local
308 if (!atomic_read(&ask->nokey_refcnt)) in hash_check_key()
311 psk = ask->parent; in hash_check_key()
[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()
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()
384 struct alg_sock *ask = alg_sk(sk); in aead_check_key() local
387 if (!atomic_read(&ask->nokey_refcnt)) in aead_check_key()
[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()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dclk.h58 * sandbox_clk_test_get - Ask the sandbox clock test device to request its
66 * sandbox_clk_test_get_bulk - Ask the sandbox clock test device to request its
74 * sandbox_clk_test_get_rate - Ask the sandbox clock test device to query a
83 * sandbox_clk_test_set_rate - Ask the sandbox clock test device to set a
92 * sandbox_clk_test_enable - Ask the sandbox clock test device to enable a
101 * sandbox_clk_test_enable_bulk - Ask the sandbox clock test device to enable
109 * sandbox_clk_test_disable - Ask the sandbox clock test device to disable a
118 * sandbox_clk_test_disable_bulk - Ask the sandbox clock test device to disable
126 * sandbox_clk_test_free - Ask the sandbox clock test device to free its
134 * sandbox_clk_test_release_bulk - Ask the sandbox clock test device to release
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch4 Subject: [PATCH] Make full path to systemd-tty-ask-password-agent configurable
27 - systemd_ask_password_agent = find_program('systemd-tty-ask-password-agent')
28 + systemd_ask_password_agent = get_option('systemd-tty-ask-password-agent')
40 +option('systemd-tty-ask-password-agent',
42 + value: '/bin/systemd-tty-ask-password-agent',
43 + description: 'Path of systemd-tty-ask-password-agent',
/openbmc/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
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_unittest.cpp51 // We expect it to ask for the list. in TEST()
74 // We expect it to ask for the list. in TEST()
98 // We expect it to ask for the list. in TEST()
129 // We expect it to ask for the list. in TEST()
163 // We expect it to ask for the list. in TEST()
/openbmc/u-boot/test/py/tests/
H A Dtest_tpm2.py66 Ask the TPM to perform all self tests to also enable full capabilities.
77 Ask the TPM to finish its self tests (alternative to the full test) in order
89 Ask the TPM to reset entirely its internal state (including internal
110 Ask the TPM to change the owner, ie. set a new password: 'unicorn'
152 Change Dictionary Attack Mitigation (DAM) parameters. Ask the TPM to change:
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/
H A D__init__.py2 Ask new choice values when they become visible.
6 as (NEW), and ask the user for choice.
/openbmc/linux/scripts/kconfig/tests/new_choice_with_dep/
H A D__init__.py3 Ask new choice values when they become visible.
7 as (NEW), and ask the user for choice.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DANTLR-PD-fallback5ask that credit is given to us for developing ANTLR. By "credit", we mean that if you use ANTLR or…
H A DANTLR-PD14 we do ask that credit is given to us for developing
21 you developed it using ANTLR. In addition, we ask that the
/openbmc/linux/Documentation/devicetree/bindings/arm/mstar/
H A Dmstar.yaml26 - 100ask,dongshanpione # 100ask DongShanPiOne
/openbmc/linux/include/crypto/
H A Dif_alg.h184 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()
/openbmc/phosphor-networkd/src/
H A Dncsi_util.hpp75 /* @brief This function will ask underlying NCSI driver
107 /* @brief This function will ask underlying NCSI driver
118 /* @brief This function will ask underlying NCSI driver
/openbmc/linux/samples/user_events/
H A Dexample.c55 ask: in main()
70 goto ask; in main()
/openbmc/linux/Documentation/driver-api/pm/
H A Dcpuidle.rst27 (from the kernel perspective) and ask the processor to use (or "enter") that
35 units: *governors* responsible for selecting idle states to ask the processor
45 select an idle state to ask the processor to enter in order to save some energy.
202 be ``NULL``, points to the routine to execute in order to ask the processor to
214 :c:member:`states` array representing the idle state to ask the processor to
/openbmc/u-boot/include/configs/
H A Dpico-imx6ul.h92 "if test $fdtfile = ask ; then " \
94 "if test $fdtfile != ask ; then " \
/openbmc/linux/include/linux/soc/mediatek/
H A Dmtk-cmdq.h205 * cmdq_pkt_poll() - Append polling command to the CMDQ packet, ask GCE to
221 * cmdq_pkt_poll_mask() - Append polling command to the CMDQ packet, ask GCE to
238 * cmdq_pkt_assign() - Append logic assign command to the CMDQ packet, ask GCE
251 * cmdq_pkt_jump() - Append jump command to the CMDQ packet, ask GCE
/openbmc/qemu/hw/acpi/
H A Dbios-linker-loader.c181 * bios_linker_loader_alloc: ask guest to load file into guest memory.
217 * bios_linker_loader_add_checksum: ask guest to add checksum of ACPI
256 * bios_linker_loader_add_pointer: ask guest to patch address in
310 * bios_linker_loader_write_pointer: ask guest to write a pointer to the
/openbmc/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

12345678910>>...43