Searched refs:last_op (Results 1 – 2 of 2) sorted by relevance
79 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local86 last_op = cur = &root; in strfilter_node__new()92 if (!cur->r || !last_op->r) in strfilter_node__new()94 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); in strfilter_node__new()97 last_op->r = cur; in strfilter_node__new()98 last_op = cur; in strfilter_node__new()107 last_op = cur; in strfilter_node__new()
1108 bool last_op) in brcmnand_low_level_op() argument1133 if (last_op) in brcmnand_low_level_op()