Home
last modified time | relevance | path

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

/openbmc/linux/net/netlink/
H A Dgenetlink.c1373 u8 dump_map:1, member
1444 ctx->dump_map = 1; in ctrl_dumppolicy_start()
1453 ctx->dump_map = genl_op_iter_next(ctx->op_iter); in ctrl_dumppolicy_start()
1561 if (ctx->dump_map) { in ctrl_dumppolicy()
1573 ctx->dump_map = 0; in ctrl_dumppolicy()
1576 while (ctx->dump_map) { in ctrl_dumppolicy()
1582 ctx->dump_map = genl_op_iter_next(ctx->op_iter); in ctrl_dumppolicy()
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c1460 static void dump_map(void) in dump_map() function
1483 dump_map(); in dump_info()