Home
last modified time | relevance | path

Searched refs:CTX_OVFL_NOBLOCK (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c113 #define CTX_OVFL_NOBLOCK(c) ((c)->ctx_fl_block == 0) macro
2018 if (CTX_OVFL_NOBLOCK(ctx) == 0) { in pfm_restart()
2791 if (CTX_OVFL_NOBLOCK(ctx)) goto non_blocking; in pfm_ovfl_block_reset()
2976 CTX_OVFL_NOBLOCK(ctx) ? "nonblocking" : "blocking", in pfm_overflow_handler()
3078 if (CTX_OVFL_NOBLOCK(ctx) == 0 && ctx->ctx_notify_task != task) { in pfm_overflow_handler()