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

/arch/ia64/kernel/
H A Dperfmon.c118 #define CTX_OVFL_NOBLOCK(c) ((c)->ctx_fl_block == 0) macro
2012 if (state == PFM_CTX_MASKED && CTX_OVFL_NOBLOCK(ctx) == 0) {
2601 if (CTX_OVFL_NOBLOCK(ctx) == 0 && task == current) {
3671 if (CTX_OVFL_NOBLOCK(ctx) == 0 && state == PFM_CTX_MASKED) {
4217 if (CTX_OVFL_NOBLOCK(ctx) == 0 && req->load_pid == current->pid) {
5058 //if (CTX_OVFL_NOBLOCK(ctx)) goto skip_blocking;
5232 CTX_OVFL_NOBLOCK(ctx) ? "nonblocking" : "blocking",
5396 if (CTX_OVFL_NOBLOCK(ctx) == 0 && ovfl_ctrl.bits.block_task) {

Completed in 42 milliseconds