Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_ibs_trans.c432 if (!IBS_OP_NB_IBS_REQ_DST_PROC(trans_op)) in trans_ibs_op_nb()
438 if (IBS_OP_NB_IBS_REQ_DST_PROC(trans_op)) in trans_ibs_op_nb()
444 if (!IBS_OP_NB_IBS_REQ_DST_PROC(trans_op) in trans_ibs_op_nb()
450 if (!IBS_OP_NB_IBS_REQ_DST_PROC(trans_op) in trans_ibs_op_nb()
456 if (IBS_OP_NB_IBS_REQ_DST_PROC(trans_op) in trans_ibs_op_nb()
462 if (!IBS_OP_NB_IBS_REQ_DST_PROC(trans_op) in trans_ibs_op_nb()
468 if (IBS_OP_NB_IBS_REQ_DST_PROC(trans_op) in trans_ibs_op_nb()
474 if (!IBS_OP_NB_IBS_REQ_DST_PROC(trans_op) in trans_ibs_op_nb()
480 if (IBS_OP_NB_IBS_REQ_DST_PROC(trans_op) in trans_ibs_op_nb()
498 if (!IBS_OP_NB_IBS_REQ_DST_PROC(trans_op)) in trans_ibs_op_nb()
[all …]
Dopd_ibs_macro.h304 #define IBS_OP_NB_IBS_REQ_DST_PROC(x) ((x->ibs_op_data2_low & NB_MASK_REQ_DST_PROC) != 0) macro