Home
last modified time | relevance | path

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

/arch/ia64/sn/kernel/sn2/
Dsn_hwperf.c61 struct sn_hwperf_object_info *objbuf = NULL; in sn_hwperf_enum_objects() local
69 objbuf = vmalloc(sz); in sn_hwperf_enum_objects()
70 if (objbuf == NULL) { in sn_hwperf_enum_objects()
77 0, sz, (u64) objbuf, 0, 0, NULL); in sn_hwperf_enum_objects()
80 vfree(objbuf); in sn_hwperf_enum_objects()
85 *ret = objbuf; in sn_hwperf_enum_objects()
215 sn_hwperf_findobj_id(struct sn_hwperf_object_info *objbuf, in sn_hwperf_findobj_id() argument
219 struct sn_hwperf_object_info *p = objbuf; in sn_hwperf_findobj_id()
230 static int sn_hwperf_get_nearest_node_objdata(struct sn_hwperf_object_info *objbuf, in sn_hwperf_get_nearest_node_objdata() argument
263 for (i=0, op=objbuf; i < nobj; i++, op++) { in sn_hwperf_get_nearest_node_objdata()
[all …]