Searched refs:ctx_flags (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 287 pfm_context_flags_t ctx_flags; /* bitmask of flags (block reason incl.) */ member 356 #define ctx_fl_block ctx_flags.block 357 #define ctx_fl_system ctx_flags.system 358 #define ctx_fl_using_dbreg ctx_flags.using_dbreg 359 #define ctx_fl_is_sampling ctx_flags.is_sampling 360 #define ctx_fl_excl_idle ctx_flags.excl_idle 361 #define ctx_fl_going_zombie ctx_flags.going_zombie 362 #define ctx_fl_trap_reason ctx_flags.trap_reason 363 #define ctx_fl_no_msg ctx_flags.no_msg 364 #define ctx_fl_can_restart ctx_flags.can_restart [all …]
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | perfmon.h | 73 unsigned long ctx_flags; /* noblock/block */ member
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.h | 118 u64 ctx_flags; member
|
D | gss_rpc_xdr.c | 619 p = xdr_encode_hyper(p, ctx->ctx_flags); in gssx_enc_ctx() 682 p = xdr_decode_hyper(p, &ctx->ctx_flags); in gssx_dec_ctx()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic.c | 1693 ctx->ctx_flags = 0; in cnic_setup_bnx2x_ctx() 1897 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) { in cnic_bnx2x_iscsi_ofld1() 1973 if (unlikely(test_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags))) in cnic_bnx2x_destroy_ramrod() 1991 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_iscsi_destroy() 2000 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2012 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2186 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_connect() 2363 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_fcoe_ofld1() 2403 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_fcoe_ofld1() 2516 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_fcoe_destroy() [all …]
|
D | cnic.h | 167 unsigned long ctx_flags; member
|