ask                20 arch/nios2/include/asm/asm-macros.h .if \mask & 0xffff
ask                21 arch/nios2/include/asm/asm-macros.h 	.if \mask & 0xffff0000
ask                22 arch/nios2/include/asm/asm-macros.h 		movhi	\reg1, %hi(\mask)
ask                23 arch/nios2/include/asm/asm-macros.h 		movui	\reg1, %lo(\mask)
ask                26 arch/nios2/include/asm/asm-macros.h 		andi	\reg1, \reg2, %lo(\mask)
ask                29 arch/nios2/include/asm/asm-macros.h 	andhi	\reg1, \reg2, %hi(\mask)
ask                40 arch/nios2/include/asm/asm-macros.h .if \mask & 0xffff
ask                41 arch/nios2/include/asm/asm-macros.h 	.if \mask & 0xffff0000
ask                42 arch/nios2/include/asm/asm-macros.h 		orhi	\reg1, \reg2, %hi(\mask)
ask                43 arch/nios2/include/asm/asm-macros.h 		ori	\reg1, \reg2, %lo(\mask)
ask                45 arch/nios2/include/asm/asm-macros.h 		ori	\reg1, \reg2, %lo(\mask)
ask                48 arch/nios2/include/asm/asm-macros.h 	orhi	\reg1, \reg2, %hi(\mask)
ask                59 arch/nios2/include/asm/asm-macros.h .if \mask & 0xffff
ask                60 arch/nios2/include/asm/asm-macros.h 	.if \mask & 0xffff0000
ask                61 arch/nios2/include/asm/asm-macros.h 		xorhi	\reg1, \reg2, %hi(\mask)
ask                62 arch/nios2/include/asm/asm-macros.h 		xori	\reg1, \reg1, %lo(\mask)
ask                64 arch/nios2/include/asm/asm-macros.h 		xori	\reg1, \reg2, %lo(\mask)
ask                67 arch/nios2/include/asm/asm-macros.h 	xorhi	\reg1, \reg2, %hi(\mask)
ask               263 arch/nios2/include/asm/asm-macros.h 	ANDI32	\reg1, \reg2, \mask
ask               275 arch/nios2/include/asm/asm-macros.h 	ANDI32	\reg1, \reg2, \mask
ask               130 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               131 crypto/af_alg.c 	unsigned int nokey = ask->nokey_refcnt;
ask               132 crypto/af_alg.c 	bool last = nokey && !ask->refcnt;
ask               134 crypto/af_alg.c 	sk = ask->parent;
ask               135 crypto/af_alg.c 	ask = alg_sk(sk);
ask               139 crypto/af_alg.c 	ask->nokey_refcnt -= nokey;
ask               141 crypto/af_alg.c 		last = !--ask->refcnt;
ask               154 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               190 crypto/af_alg.c 	if (ask->refcnt | ask->nokey_refcnt)
ask               193 crypto/af_alg.c 	swap(ask->type, type);
ask               194 crypto/af_alg.c 	swap(ask->private, private);
ask               209 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               210 crypto/af_alg.c 	const struct af_alg_type *type = ask->type;
ask               222 crypto/af_alg.c 	err = type->setkey(ask->private, key, keylen);
ask               234 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               239 crypto/af_alg.c 	if (ask->refcnt)
ask               242 crypto/af_alg.c 	type = ask->type;
ask               262 crypto/af_alg.c 		err = type->setauthsize(ask->private, optlen);
ask               273 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               280 crypto/af_alg.c 	type = ask->type;
ask               295 crypto/af_alg.c 	err = type->accept(ask->private, sk2);
ask               299 crypto/af_alg.c 		err = type->accept_nokey(ask->private, sk2);
ask               304 crypto/af_alg.c 	if (nokey || !ask->refcnt++)
ask               306 crypto/af_alg.c 	ask->nokey_refcnt += nokey;
ask               356 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               358 crypto/af_alg.c 	alg_do_release(ask->type, ask->private);
ask               488 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               489 crypto/af_alg.c 	struct af_alg_ctx *ctx = ask->private;
ask               529 crypto/af_alg.c 	const struct alg_sock *ask = alg_sk(sk);
ask               530 crypto/af_alg.c 	const struct af_alg_ctx *ctx = ask->private;
ask               586 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               587 crypto/af_alg.c 	struct af_alg_ctx *ctx = ask->private;
ask               653 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               654 crypto/af_alg.c 	struct af_alg_ctx *ctx = ask->private;
ask               746 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               747 crypto/af_alg.c 	struct af_alg_ctx *ctx = ask->private;
ask               782 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               783 crypto/af_alg.c 	struct af_alg_ctx *ctx = ask->private;
ask               819 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               820 crypto/af_alg.c 	struct af_alg_ctx *ctx = ask->private;
ask               965 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask               966 crypto/af_alg.c 	struct af_alg_ctx *ctx = ask->private;
ask              1059 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask              1060 crypto/af_alg.c 	struct af_alg_ctx *ctx = ask->private;
ask              1118 crypto/af_alg.c 	struct alg_sock *ask = alg_sk(sk);
ask              1119 crypto/af_alg.c 	struct af_alg_ctx *ctx = ask->private;
ask                46 crypto/algif_aead.c 	struct alg_sock *ask = alg_sk(sk);
ask                47 crypto/algif_aead.c 	struct sock *psk = ask->parent;
ask                49 crypto/algif_aead.c 	struct af_alg_ctx *ctx = ask->private;
ask                64 crypto/algif_aead.c 	struct alg_sock *ask = alg_sk(sk);
ask                65 crypto/algif_aead.c 	struct sock *psk = ask->parent;
ask                92 crypto/algif_aead.c 	struct alg_sock *ask = alg_sk(sk);
ask                93 crypto/algif_aead.c 	struct sock *psk = ask->parent;
ask                95 crypto/algif_aead.c 	struct af_alg_ctx *ctx = ask->private;
ask               384 crypto/algif_aead.c 	struct alg_sock *ask = alg_sk(sk);
ask               387 crypto/algif_aead.c 	if (ask->refcnt)
ask               390 crypto/algif_aead.c 	psk = ask->parent;
ask               391 crypto/algif_aead.c 	pask = alg_sk(ask->parent);
ask               402 crypto/algif_aead.c 	ask->refcnt = 1;
ask               527 crypto/algif_aead.c 	struct alg_sock *ask = alg_sk(sk);
ask               528 crypto/algif_aead.c 	struct af_alg_ctx *ctx = ask->private;
ask               529 crypto/algif_aead.c 	struct sock *psk = ask->parent;
ask               544 crypto/algif_aead.c 	struct alg_sock *ask = alg_sk(sk);
ask               572 crypto/algif_aead.c 	ask->private = ctx;
ask                68 crypto/algif_hash.c 	struct alg_sock *ask = alg_sk(sk);
ask                69 crypto/algif_hash.c 	struct hash_ctx *ctx = ask->private;
ask               135 crypto/algif_hash.c 	struct alg_sock *ask = alg_sk(sk);
ask               136 crypto/algif_hash.c 	struct hash_ctx *ctx = ask->private;
ask               187 crypto/algif_hash.c 	struct alg_sock *ask = alg_sk(sk);
ask               188 crypto/algif_hash.c 	struct hash_ctx *ctx = ask->private;
ask               234 crypto/algif_hash.c 	struct alg_sock *ask = alg_sk(sk);
ask               235 crypto/algif_hash.c 	struct hash_ctx *ctx = ask->private;
ask               252 crypto/algif_hash.c 	err = af_alg_accept(ask->parent, newsock, kern);
ask               301 crypto/algif_hash.c 	struct alg_sock *ask = alg_sk(sk);
ask               304 crypto/algif_hash.c 	if (ask->refcnt)
ask               307 crypto/algif_hash.c 	psk = ask->parent;
ask               308 crypto/algif_hash.c 	pask = alg_sk(ask->parent);
ask               319 crypto/algif_hash.c 	ask->refcnt = 1;
ask               418 crypto/algif_hash.c 	struct alg_sock *ask = alg_sk(sk);
ask               419 crypto/algif_hash.c 	struct hash_ctx *ctx = ask->private;
ask               429 crypto/algif_hash.c 	struct alg_sock *ask = alg_sk(sk);
ask               442 crypto/algif_hash.c 	ask->private = ctx;
ask                62 crypto/algif_rng.c 	struct alg_sock *ask = alg_sk(sk);
ask                63 crypto/algif_rng.c 	struct rng_ctx *ctx = ask->private;
ask               128 crypto/algif_rng.c 	struct alg_sock *ask = alg_sk(sk);
ask               129 crypto/algif_rng.c 	struct rng_ctx *ctx = ask->private;
ask               138 crypto/algif_rng.c 	struct alg_sock *ask = alg_sk(sk);
ask               154 crypto/algif_rng.c 	ask->private = ctx;
ask                41 crypto/algif_skcipher.c 	struct alg_sock *ask = alg_sk(sk);
ask                42 crypto/algif_skcipher.c 	struct sock *psk = ask->parent;
ask                54 crypto/algif_skcipher.c 	struct alg_sock *ask = alg_sk(sk);
ask                55 crypto/algif_skcipher.c 	struct sock *psk = ask->parent;
ask                57 crypto/algif_skcipher.c 	struct af_alg_ctx *ctx = ask->private;
ask               215 crypto/algif_skcipher.c 	struct alg_sock *ask = alg_sk(sk);
ask               218 crypto/algif_skcipher.c 	if (ask->refcnt)
ask               221 crypto/algif_skcipher.c 	psk = ask->parent;
ask               222 crypto/algif_skcipher.c 	pask = alg_sk(ask->parent);
ask               233 crypto/algif_skcipher.c 	ask->refcnt = 1;
ask               321 crypto/algif_skcipher.c 	struct alg_sock *ask = alg_sk(sk);
ask               322 crypto/algif_skcipher.c 	struct af_alg_ctx *ctx = ask->private;
ask               323 crypto/algif_skcipher.c 	struct sock *psk = ask->parent;
ask               336 crypto/algif_skcipher.c 	struct alg_sock *ask = alg_sk(sk);
ask               362 crypto/algif_skcipher.c 	ask->private = ctx;
ask               179 fs/xfs/libxfs/xfs_ag_resv.c 	xfs_extlen_t			ask,
ask               187 fs/xfs/libxfs/xfs_ag_resv.c 	if (used > ask)
ask               188 fs/xfs/libxfs/xfs_ag_resv.c 		ask = used;
ask               198 fs/xfs/libxfs/xfs_ag_resv.c 		hidden_space = ask;
ask               206 fs/xfs/libxfs/xfs_ag_resv.c 		hidden_space = ask - used;
ask               229 fs/xfs/libxfs/xfs_ag_resv.c 		mp->m_ag_max_usable -= ask;
ask               232 fs/xfs/libxfs/xfs_ag_resv.c 	resv->ar_asked = ask;
ask               234 fs/xfs/libxfs/xfs_ag_resv.c 	resv->ar_reserved = ask - used;
ask               236 fs/xfs/libxfs/xfs_ag_resv.c 	trace_xfs_ag_resv_init(pag, type, ask);
ask               248 fs/xfs/libxfs/xfs_ag_resv.c 	xfs_extlen_t			ask;
ask               254 fs/xfs/libxfs/xfs_ag_resv.c 		ask = used = 0;
ask               256 fs/xfs/libxfs/xfs_ag_resv.c 		error = xfs_refcountbt_calc_reserves(mp, tp, agno, &ask, &used);
ask               260 fs/xfs/libxfs/xfs_ag_resv.c 		error = xfs_finobt_calc_reserves(mp, tp, agno, &ask, &used);
ask               265 fs/xfs/libxfs/xfs_ag_resv.c 				ask, used);
ask               274 fs/xfs/libxfs/xfs_ag_resv.c 			ask = used = 0;
ask               278 fs/xfs/libxfs/xfs_ag_resv.c 			error = xfs_refcountbt_calc_reserves(mp, tp, agno, &ask,
ask               284 fs/xfs/libxfs/xfs_ag_resv.c 					ask, used);
ask               292 fs/xfs/libxfs/xfs_ag_resv.c 		ask = used = 0;
ask               294 fs/xfs/libxfs/xfs_ag_resv.c 		error = xfs_rmapbt_calc_reserves(mp, tp, agno, &ask, &used);
ask               298 fs/xfs/libxfs/xfs_ag_resv.c 		error = __xfs_ag_resv_init(pag, XFS_AG_RESV_RMAPBT, ask, used);
ask               626 fs/xfs/libxfs/xfs_ialloc_btree.c 	xfs_extlen_t		*ask,
ask               639 fs/xfs/libxfs/xfs_ialloc_btree.c 	*ask += xfs_inobt_max_size(mp, agno);
ask                64 fs/xfs/libxfs/xfs_ialloc_btree.h 		xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used);
ask               406 fs/xfs/libxfs/xfs_refcount_btree.c 	xfs_extlen_t		*ask,
ask               437 fs/xfs/libxfs/xfs_refcount_btree.c 	*ask += xfs_refcountbt_max_size(mp, agblocks);
ask                58 fs/xfs/libxfs/xfs_refcount_btree.h 		struct xfs_trans *tp, xfs_agnumber_t agno, xfs_extlen_t *ask,
ask               556 fs/xfs/libxfs/xfs_rmap_btree.c 	xfs_extlen_t		*ask,
ask               587 fs/xfs/libxfs/xfs_rmap_btree.c 	*ask += max(agblocks / 100, xfs_rmapbt_max_size(mp, agblocks));
ask                55 fs/xfs/libxfs/xfs_rmap_btree.h 		xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used);
ask               181 include/crypto/if_alg.h 	struct alg_sock *ask = alg_sk(sk);
ask               182 include/crypto/if_alg.h 	struct af_alg_ctx *ctx = ask->private;
ask               207 include/crypto/if_alg.h 	struct alg_sock *ask = alg_sk(sk);
ask               208 include/crypto/if_alg.h 	struct af_alg_ctx *ctx = ask->private;
ask               373 net/llc/af_llc.c 		struct sock *ask;
ask               384 net/llc/af_llc.c 		ask = llc_lookup_established(sap, &daddr, &laddr);
ask               385 net/llc/af_llc.c 		if (ask) {
ask               386 net/llc/af_llc.c 			sock_put(ask);