Home
last modified time | relevance | path

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

/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c409 ListNode *target_node; in list_first() local
414 target_node = head->next; in list_first()
415 *output = target_node; in list_first()
456 ListNode *target_node; in add_symbol_value() local
464 &target_node)) { in add_symbol_value()
469 target_node = list_add_value(symbol_map_head, new_symbol_map_value, in add_symbol_value()
473 target_map_value = (SymbolMapValue*)target_node->value; in add_symbol_value()
495 ListNode *target_node; in get_symbol_value() local
502 if (list_find(head, symbol_name, symbol_names_match, &target_node)) { in get_symbol_value()
506 assert_true(target_node); in get_symbol_value()
[all …]
/external/linux-tools-perf/src/tools/perf/bench/
Dnuma.c232 static cpu_set_t bind_to_node(int target_node) in bind_to_node() argument
247 if (target_node == -1) { in bind_to_node()
251 int cpu_start = (target_node + 0) * cpus_per_node; in bind_to_node()
252 int cpu_stop = (target_node + 1) * cpus_per_node; in bind_to_node()