Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/
H A Dopen62541_1.3.8.bb13 SRCREV_ua-nodeset = "f71b3f411d5cb16097c3ae0c744f67ad45535ffb"
19 …ithub.com/OPCFoundation/UA-Nodeset;name=ua-nodeset;protocol=https;branch=v1.04;destsuffix=git/deps…
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c66 unsigned long *nodeset; member
150 c2c_he->nodeset = bitmap_zalloc(c2c.nodes_cnt); in c2c_he_zalloc()
151 if (!c2c_he->nodeset) in c2c_he_zalloc()
167 zfree(&c2c_he->nodeset); in c2c_he_zalloc()
184 zfree(&c2c_he->nodeset); in c2c_he_free()
249 __set_bit(node, c2c_he->nodeset); in c2c_he__set_node()
2188 if (!bitmap_empty(c2c_he->nodeset, c2c.nodes_cnt)) { in set_nodestr()
2189 len = bitmap_scnprintf(c2c_he->nodeset, c2c.nodes_cnt, in set_nodestr()