Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dtifm_7xx1.c236 unsigned char new_ids[4]; in tifm_7xx1_resume() local
239 if (WARN_ON(fm->num_sockets > ARRAY_SIZE(new_ids))) in tifm_7xx1_resume()
247 new_ids[rc] = tifm_7xx1_toggle_sock_power( in tifm_7xx1_resume()
252 if (fm->sockets[rc]->type == new_ids[rc]) in tifm_7xx1_resume()
/openbmc/linux/tools/lib/bpf/
H A Dusdt.c905 void *new_ids; in allocate_spec_id() local
918 new_ids = libbpf_reallocarray(link->spec_ids, link->spec_cnt + 1, sizeof(*link->spec_ids)); in allocate_spec_id()
919 if (!new_ids) in allocate_spec_id()
921 link->spec_ids = new_ids; in allocate_spec_id()