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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c118 #define CTX_OVFL_NOBLOCK(c) ((c)->ctx_fl_block == 0) macro
1978 if (state == PFM_CTX_MASKED && CTX_OVFL_NOBLOCK(ctx) == 0) {
2552 if (CTX_OVFL_NOBLOCK(ctx) == 0 && task == current) {
3615 if (CTX_OVFL_NOBLOCK(ctx) == 0 && state == PFM_CTX_MASKED) {
4158 if (CTX_OVFL_NOBLOCK(ctx) == 0 && req->load_pid == current->pid) {
4986 //if (CTX_OVFL_NOBLOCK(ctx)) goto skip_blocking;
5160 CTX_OVFL_NOBLOCK(ctx) ? "nonblocking" : "blocking",
5324 if (CTX_OVFL_NOBLOCK(ctx) == 0 && ovfl_ctrl.bits.block_task) {

Completed in 108 milliseconds