Searched refs:allocs (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/staging/uwb/ |
D | drp-ie.c | 117 drp_ie = kzalloc(struct_size(drp_ie, allocs, UWB_NUM_ZONES), in uwb_drp_ie_alloc() 137 zones = drp_ie->allocs; in uwb_drp_ie_from_bm() 166 drp_ie->allocs[i].zone_bm = cpu_to_le16(zones[i].zone_bm); in uwb_drp_ie_from_bm() 167 drp_ie->allocs[i].mas_bm = cpu_to_le16(zones[i].mas_bm); in uwb_drp_ie_from_bm() 295 alloc = &drp_ie->allocs[cnt]; in uwb_drp_ie_to_bm()
|
/Linux-v5.4/arch/arm/common/ |
D | dmabounce.c | 63 unsigned long allocs; member 90 device_info->small.allocs, in dmabounce_show() 91 device_info->large.allocs, in dmabounce_show() 92 device_info->total_allocs - device_info->small.allocs - in dmabounce_show() 93 device_info->large.allocs, in dmabounce_show() 153 pool->allocs++; in alloc_safe_buffer() 473 DO_STATS(pool->allocs = 0); in dmabounce_init_pool()
|
/Linux-v5.4/drivers/staging/uwb/include/ |
D | spec.h | 293 struct uwb_drp_alloc allocs[]; member 392 struct uwb_drp_alloc allocs[]; member
|
/Linux-v5.4/mm/ |
D | percpu.c | 2595 int allocs = 0, wasted = 0; in pcpu_build_alloc_info() local 2602 allocs += this_allocs; in pcpu_build_alloc_info() 2615 if (allocs > last_allocs) in pcpu_build_alloc_info() 2617 last_allocs = allocs; in pcpu_build_alloc_info()
|
D | slab.c | 4078 unsigned long allocs = cachep->num_allocations; in slabinfo_show_stats() local 4088 allocs, high, grown, in slabinfo_show_stats()
|
/Linux-v5.4/include/net/ |
D | neighbour.h | 114 unsigned long allocs; /* number of allocated neighs */ member
|
/Linux-v5.4/net/core/ |
D | neighbour.c | 416 NEIGH_CACHE_STAT_INC(tbl, allocs); in neigh_alloc() 2087 ndst.ndts_allocs += st->allocs; in neightbl_fill_info() 3318 st->allocs, in neigh_stat_seq_show()
|
/Linux-v5.4/Documentation/networking/ |
D | rds.txt | 333 allocs work requests from send ring
|
/Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 3080 struct wmi_sched_scheme_slot allocs[WMI_SCHED_MAX_ALLOCS_PER_CMD]; member
|
/Linux-v5.4/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4345 allocs to different slabs, especially in hardened
|