Searched refs:sn_hwperf_object_info (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c57 static int sn_hwperf_enum_objects(int *nobj, struct sn_hwperf_object_info **ret)
61 struct sn_hwperf_object_info *objbuf = NULL;
68 sz = sn_hwperf_obj_cnt * sizeof(struct sn_hwperf_object_info);
69 if ((objbuf = (struct sn_hwperf_object_info *) vmalloc(sz)) == NULL) {
132 static int sn_hwperf_obj_to_cnode(struct sn_hwperf_object_info * obj)
141 static int sn_hwperf_generic_ordinal(struct sn_hwperf_object_info *obj,
142 struct sn_hwperf_object_info *objs)
145 struct sn_hwperf_object_info *p;
162 static const char *sn_hwperf_get_slabname(struct sn_hwperf_object_info *obj,
163 struct sn_hwperf_object_info *obj
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/sn/sn2/
H A Dsn_hwperf.h23 struct sn_hwperf_object_info { struct
140 * p pointer to array of struct sn_hwperf_object_info
202 * p pointer to array of struct sn_hwperf_object_info

Completed in 106 milliseconds