Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/
Dtifm_7xx1.c239 unsigned char new_ids[4]; in tifm_7xx1_resume() local
242 if (WARN_ON(fm->num_sockets > ARRAY_SIZE(new_ids))) in tifm_7xx1_resume()
255 new_ids[rc] = tifm_7xx1_toggle_sock_power( in tifm_7xx1_resume()
260 if (fm->sockets[rc]->type == new_ids[rc]) in tifm_7xx1_resume()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c2508 __u32 *new_ids; in bpf_core_find_cands() local
2538 new_ids = realloc(cand_ids->data, cand_ids->len + 1); in bpf_core_find_cands()
2539 if (!new_ids) { in bpf_core_find_cands()
2543 cand_ids->data = new_ids; in bpf_core_find_cands()