Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dnode.c234 u8 *own_id = tipc_own_id(net); in tipc_node_get_id() local
237 if (!own_id) in tipc_node_get_id()
241 memcpy(id, own_id, TIPC_NODEID_LEN); in tipc_node_get_id()
2970 u8 *id, *own_id, mode; in __tipc_nl_node_set_key() local
2983 own_id = tipc_own_id(net); in __tipc_nl_node_set_key()
2984 if (!own_id) { in __tipc_nl_node_set_key()
3011 if (memcmp(id, own_id, NODE_ID_LEN)) { in __tipc_nl_node_set_key()
/openbmc/linux/tools/perf/util/
H A Dstat-display.c947 struct aggr_cpu_id own_id = config->aggr_get_id(config, cpu); in should_skip_zero_counter() local
949 if (aggr_cpu_id__equal(id, &own_id)) in should_skip_zero_counter()