ctx_flags          74 arch/ia64/include/uapi/asm/perfmon.h 	unsigned long  ctx_flags;	 /* noblock/block */
ctx_flags         291 arch/ia64/kernel/perfmon.c 	pfm_context_flags_t	ctx_flags;		/* bitmask of flags  (block reason incl.) */
ctx_flags         360 arch/ia64/kernel/perfmon.c #define ctx_fl_block		ctx_flags.block
ctx_flags         361 arch/ia64/kernel/perfmon.c #define ctx_fl_system		ctx_flags.system
ctx_flags         362 arch/ia64/kernel/perfmon.c #define ctx_fl_using_dbreg	ctx_flags.using_dbreg
ctx_flags         363 arch/ia64/kernel/perfmon.c #define ctx_fl_is_sampling	ctx_flags.is_sampling
ctx_flags         364 arch/ia64/kernel/perfmon.c #define ctx_fl_excl_idle	ctx_flags.excl_idle
ctx_flags         365 arch/ia64/kernel/perfmon.c #define ctx_fl_going_zombie	ctx_flags.going_zombie
ctx_flags         366 arch/ia64/kernel/perfmon.c #define ctx_fl_trap_reason	ctx_flags.trap_reason
ctx_flags         367 arch/ia64/kernel/perfmon.c #define ctx_fl_no_msg		ctx_flags.no_msg
ctx_flags         368 arch/ia64/kernel/perfmon.c #define ctx_fl_can_restart	ctx_flags.can_restart
ctx_flags         813 arch/ia64/kernel/perfmon.c pfm_context_alloc(int ctx_flags)
ctx_flags         838 arch/ia64/kernel/perfmon.c 		ctx->ctx_fl_block       = (ctx_flags & PFM_FL_NOTIFY_BLOCK) ? 1 : 0;
ctx_flags         839 arch/ia64/kernel/perfmon.c 		ctx->ctx_fl_system      = (ctx_flags & PFM_FL_SYSTEM_WIDE) ? 1: 0;
ctx_flags         840 arch/ia64/kernel/perfmon.c 		ctx->ctx_fl_no_msg      = (ctx_flags & PFM_FL_OVFL_NO_MSG) ? 1: 0;
ctx_flags        2345 arch/ia64/kernel/perfmon.c 	int ctx_flags;
ctx_flags        2349 arch/ia64/kernel/perfmon.c 	ctx_flags = pfx->ctx_flags;
ctx_flags        2351 arch/ia64/kernel/perfmon.c 	if (ctx_flags & PFM_FL_SYSTEM_WIDE) {
ctx_flags        2356 arch/ia64/kernel/perfmon.c 		if (ctx_flags & PFM_FL_NOTIFY_BLOCK) {
ctx_flags        2368 arch/ia64/kernel/perfmon.c pfm_setup_buffer_fmt(struct task_struct *task, struct file *filp, pfm_context_t *ctx, unsigned int ctx_flags,
ctx_flags        2390 arch/ia64/kernel/perfmon.c 	ret = pfm_buf_fmt_validate(fmt, task, ctx_flags, cpu, fmt_arg);
ctx_flags        2392 arch/ia64/kernel/perfmon.c 	DPRINT(("[%d] after validate(0x%x,%d,%p)=%d\n", task_pid_nr(task), ctx_flags, cpu, fmt_arg, ret));
ctx_flags        2403 arch/ia64/kernel/perfmon.c 	ret = pfm_buf_fmt_getsize(fmt, task, ctx_flags, cpu, fmt_arg, &size);
ctx_flags        2416 arch/ia64/kernel/perfmon.c 	ret = pfm_buf_fmt_init(fmt, task, ctx->ctx_smpl_hdr, ctx_flags, cpu, fmt_arg);
ctx_flags        2587 arch/ia64/kernel/perfmon.c 	int ctx_flags;
ctx_flags        2596 arch/ia64/kernel/perfmon.c 	ctx_flags = req->ctx_flags;
ctx_flags        2604 arch/ia64/kernel/perfmon.c 	ctx = pfm_context_alloc(ctx_flags);
ctx_flags        2620 arch/ia64/kernel/perfmon.c 		ret = pfm_setup_buffer_fmt(current, filp, ctx, ctx_flags, 0, req);
ctx_flags        2627 arch/ia64/kernel/perfmon.c 		ctx_flags,
ctx_flags        1704 drivers/net/ethernet/broadcom/cnic.c 	ctx->ctx_flags = 0;
ctx_flags        1908 drivers/net/ethernet/broadcom/cnic.c 	if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) {
ctx_flags        1984 drivers/net/ethernet/broadcom/cnic.c 		if (unlikely(test_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags)))
ctx_flags        2002 drivers/net/ethernet/broadcom/cnic.c 	if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
ctx_flags        2011 drivers/net/ethernet/broadcom/cnic.c 		set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags);
ctx_flags        2023 drivers/net/ethernet/broadcom/cnic.c 		clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags);
ctx_flags        2197 drivers/net/ethernet/broadcom/cnic.c 		set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags);
ctx_flags        2374 drivers/net/ethernet/broadcom/cnic.c 	if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
ctx_flags        2414 drivers/net/ethernet/broadcom/cnic.c 		set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags);
ctx_flags        2527 drivers/net/ethernet/broadcom/cnic.c 	set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags);
ctx_flags        2548 drivers/net/ethernet/broadcom/cnic.c 		while (test_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags))
ctx_flags        2552 drivers/net/ethernet/broadcom/cnic.c 			if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
ctx_flags        2557 drivers/net/ethernet/broadcom/cnic.c 		if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
ctx_flags        3302 drivers/net/ethernet/broadcom/cnic.c 				set_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags);
ctx_flags        3594 drivers/net/ethernet/broadcom/cnic.c 		if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
ctx_flags        4291 drivers/net/ethernet/broadcom/cnic.c 		if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags) ||
ctx_flags        4292 drivers/net/ethernet/broadcom/cnic.c 		    !test_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags))
ctx_flags        4300 drivers/net/ethernet/broadcom/cnic.c 		if (!test_and_clear_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags))
ctx_flags        4310 drivers/net/ethernet/broadcom/cnic.c 			clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags);
ctx_flags         167 drivers/net/ethernet/broadcom/cnic.h 	unsigned long		ctx_flags;
ctx_flags         607 net/sunrpc/auth_gss/gss_rpc_xdr.c 	p = xdr_encode_hyper(p, ctx->ctx_flags);
ctx_flags         670 net/sunrpc/auth_gss/gss_rpc_xdr.c 	p = xdr_decode_hyper(p, &ctx->ctx_flags);
ctx_flags         105 net/sunrpc/auth_gss/gss_rpc_xdr.h 	u64 ctx_flags;