Searched refs:ctx_flags (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/ia64/kernel/ |
D | perfmon.c | 289 pfm_context_flags_t ctx_flags; /* bitmask of flags (block reason incl.) */ member 358 #define ctx_fl_block ctx_flags.block 359 #define ctx_fl_system ctx_flags.system 360 #define ctx_fl_using_dbreg ctx_flags.using_dbreg 361 #define ctx_fl_is_sampling ctx_flags.is_sampling 362 #define ctx_fl_excl_idle ctx_flags.excl_idle 363 #define ctx_fl_going_zombie ctx_flags.going_zombie 364 #define ctx_fl_trap_reason ctx_flags.trap_reason 365 #define ctx_fl_no_msg ctx_flags.no_msg 366 #define ctx_fl_can_restart ctx_flags.can_restart [all …]
|
/Linux-v4.19/arch/ia64/include/uapi/asm/ |
D | perfmon.h | 74 unsigned long ctx_flags; /* noblock/block */ member
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.h | 118 u64 ctx_flags; member
|
D | gss_rpc_xdr.c | 620 p = xdr_encode_hyper(p, ctx->ctx_flags); in gssx_enc_ctx() 683 p = xdr_decode_hyper(p, &ctx->ctx_flags); in gssx_dec_ctx()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | cnic.c | 1704 ctx->ctx_flags = 0; in cnic_setup_bnx2x_ctx() 1908 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) { in cnic_bnx2x_iscsi_ofld1() 1984 if (unlikely(test_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags))) in cnic_bnx2x_destroy_ramrod() 2002 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_iscsi_destroy() 2011 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2023 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2197 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_connect() 2374 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_fcoe_ofld1() 2414 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_fcoe_ofld1() 2527 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_fcoe_destroy() [all …]
|
D | cnic.h | 167 unsigned long ctx_flags; member
|