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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c50 static int sn_hwperf_obj_cnt = 0; variable
68 sz = sn_hwperf_obj_cnt * sizeof(struct sn_hwperf_object_info);
83 *nobj = sn_hwperf_obj_cnt;
452 if (sn_hwperf_get_nearest_node_objdata(objs, sn_hwperf_obj_cnt,
509 for (p = objs, i = 0; i < sn_hwperf_obj_cnt; i++, p++) {
517 if (i >= sn_hwperf_obj_cnt) {
555 if (*pos < sn_hwperf_obj_cnt)
925 sn_hwperf_obj_cnt = (int)v;
931 sn_hwperf_obj_cnt = 0;

Completed in 58 milliseconds