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

/linux-master/include/net/
H A Dneighbour.h116 unsigned long allocs; /* number of allocated neighs */ member in struct:neigh_statistics
/linux-master/mm/
H A Dpercpu.c2044 * atomic allocs. Fill up from the most packed so that atomic
2045 * allocs don't increase fragmentation. If atomic allocation
2047 * should prevent atomic allocs larger than PAGE_SIZE from keeping
2048 * failing indefinitely; however, large atomic allocs are not
2511 int upa, apl; /* units per alloc, allocs per line */
2936 int allocs = 0, wasted = 0; local
2943 allocs += this_allocs;
2956 if (allocs > last_allocs)
2958 last_allocs = allocs;
/linux-master/net/core/
H A Dneighbour.c509 NEIGH_CACHE_STAT_INC(tbl, allocs);
2219 ndst.ndts_allocs += READ_ONCE(st->allocs);
3469 seq_puts(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n");
3478 st->allocs,
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.h3072 struct wmi_sched_scheme_slot allocs[WMI_SCHED_MAX_ALLOCS_PER_CMD]; member in struct:wmi_scheduling_scheme_cmd

Completed in 196 milliseconds