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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dpid_namespace.c21 int nr_ids; member in struct:pid_cache
33 * @nr_ids: the number of numerical ids this pid will have to carry
36 static struct kmem_cache *create_pid_cachep(int nr_ids) argument
43 if (pcache->nr_ids == nr_ids)
50 snprintf(pcache->name, sizeof(pcache->name), "pid_%d", nr_ids);
52 sizeof(struct pid) + (nr_ids - 1) * sizeof(struct upid),
57 pcache->nr_ids = nr_ids;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dheader.c851 int nr_attrs, nr_ids, i, j; local
877 nr_ids = f_attr.ids.size / sizeof(u64);
880 for (j = 0; j < nr_ids; j++) {

Completed in 129 milliseconds