Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dstrfilter.c79 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local
86 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()
/linux-4.4.14/drivers/mtd/nand/brcmnand/
Dbrcmnand.c1108 bool last_op) in brcmnand_low_level_op() argument
1133 if (last_op) in brcmnand_low_level_op()