nr_alloc         1950 drivers/net/ethernet/jme.c 	int idx, nr_alloc, mask = jme->tx_ring_mask;
nr_alloc         1953 drivers/net/ethernet/jme.c 	nr_alloc = skb_shinfo(skb)->nr_frags + 2;
nr_alloc         1955 drivers/net/ethernet/jme.c 	if (unlikely(atomic_read(&txring->nr_free) < nr_alloc))
nr_alloc         1958 drivers/net/ethernet/jme.c 	atomic_sub(nr_alloc, &txring->nr_free);
nr_alloc         1960 drivers/net/ethernet/jme.c 	txring->next_to_use = (txring->next_to_use + nr_alloc) & mask;
nr_alloc         1523 kernel/power/snapshot.c 	unsigned long nr_alloc = 0;
nr_alloc         1537 kernel/power/snapshot.c 		nr_alloc++;
nr_alloc         1540 kernel/power/snapshot.c 	return nr_alloc;
nr_alloc           36 mm/percpu-internal.h 	int			nr_alloc;	/* # of allocations */
nr_alloc          114 mm/percpu-internal.h 	u64 nr_alloc;		/* lifetime # of allocations */
nr_alloc          150 mm/percpu-internal.h 	pcpu_stats.nr_alloc++;
nr_alloc          159 mm/percpu-internal.h 	chunk->nr_alloc++;
nr_alloc          177 mm/percpu-internal.h 	chunk->nr_alloc--;
nr_alloc           41 mm/percpu-stats.c 			max_nr_alloc = max(max_nr_alloc, chunk->nr_alloc);
nr_alloc          121 mm/percpu-stats.c 	P("nr_alloc", chunk->nr_alloc);
nr_alloc          183 mm/percpu-stats.c 	PU(nr_alloc);
nr_alloc           16 tools/lib/api/fd/array.c 	fda->nr		 = fda->nr_alloc = 0;
nr_alloc           23 tools/lib/api/fd/array.c 	int nr_alloc = fda->nr_alloc + nr;
nr_alloc           24 tools/lib/api/fd/array.c 	size_t psize = sizeof(fda->priv[0]) * nr_alloc;
nr_alloc           25 tools/lib/api/fd/array.c 	size_t size  = sizeof(struct pollfd) * nr_alloc;
nr_alloc           37 tools/lib/api/fd/array.c 	fda->nr_alloc = nr_alloc;
nr_alloc           43 tools/lib/api/fd/array.c struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow)
nr_alloc           48 tools/lib/api/fd/array.c 		if (fdarray__grow(fda, nr_alloc)) {
nr_alloc           76 tools/lib/api/fd/array.c 	if (fda->nr == fda->nr_alloc &&
nr_alloc           21 tools/lib/api/fd/array.h 	int	       nr_alloc;
nr_alloc           33 tools/lib/api/fd/array.h struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow);
nr_alloc           46 tools/lib/api/fd/array.h 	return fda->nr_alloc - fda->nr;
nr_alloc          289 tools/perf/builtin-kmem.c 	int 		nr_alloc;
nr_alloc          833 tools/perf/builtin-kmem.c 	pstat->nr_alloc++;
nr_alloc          842 tools/perf/builtin-kmem.c 		pstat->nr_alloc++;
nr_alloc          852 tools/perf/builtin-kmem.c 	pstat->nr_alloc++;
nr_alloc          917 tools/perf/builtin-kmem.c 		pstat->nr_alloc--;
nr_alloc          920 tools/perf/builtin-kmem.c 		if (pstat->nr_alloc == 0) {
nr_alloc         1086 tools/perf/builtin-kmem.c 		       data->nr_alloc, data->order,
nr_alloc         1128 tools/perf/builtin-kmem.c 		       data->nr_alloc, data->order,
nr_alloc         1560 tools/perf/builtin-kmem.c 	if (l->nr_alloc < r->nr_alloc)
nr_alloc         1562 tools/perf/builtin-kmem.c 	else if (l->nr_alloc > r->nr_alloc)
nr_alloc           11 tools/perf/tests/fdarray.c 	fda->nr = fda->nr_alloc;
nr_alloc           42 tools/perf/tests/fdarray.c 	if (nr_fds != fda->nr_alloc) {
nr_alloc           44 tools/perf/tests/fdarray.c 			 nr_fds, fda->nr_alloc);
nr_alloc           52 tools/perf/tests/fdarray.c 			 nr_fds, fda->nr_alloc);