Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmem2node.c50 struct phys_entry *entries, *tmp_entries; in mem2node__init() local
98 tmp_entries = realloc(entries, sizeof(*entries) * j); in mem2node__init()
99 if (tmp_entries || in mem2node__init()
101 entries = tmp_entries; in mem2node__init()
/openbmc/linux/drivers/tty/vt/
H A Dvt_ioctl.c1041 struct unipair __user *tmp_entries; in compat_unimap_ioctl() local
1045 tmp_entries = compat_ptr(tmp.entries); in compat_unimap_ioctl()
1050 return con_set_unimap(vc, tmp.entry_ct, tmp_entries); in compat_unimap_ioctl()
1054 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp_entries); in compat_unimap_ioctl()