Searched refs:OP_OR (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/include/linux/ |
D | ptp_classify.h | 83 #define OP_OR (BPF_ALU | BPF_OR | BPF_K) macro 107 {OP_OR, 0, 0, PTP_CLASS_IPV4 }, /* */ \ 117 {OP_OR, 0, 0, PTP_CLASS_IPV6 }, /* */ \ 128 {OP_OR, 0, 0, PTP_CLASS_VLAN }, /* */ \ 136 {OP_OR, 0, 0, PTP_CLASS_L2 }, /* */ \
|
/linux-3.4.99/kernel/trace/ |
D | trace_events_filter.c | 38 OP_OR, enumerator 58 { OP_OR, "||", 1 }, 474 type = op->op == OP_OR; in process_ops() 522 if (!!d->match == (pred->op == OP_OR)) in filter_match_preds_cb() 742 if (dest->op == OP_OR || dest->op == OP_AND) { in filter_set_pred() 1336 if (op == OP_AND || op == OP_OR) in create_pred() 1365 if (elt->op == OP_AND || elt->op == OP_OR) { in check_preds() 2058 if (pred->op != OP_OR) in ftrace_function_check_pred()
|
/linux-3.4.99/drivers/misc/altera-stapl/ |
D | altera.c | 62 OP_OR, enumerator 606 case OP_OR: in altera_execute()
|