Home
last modified time | relevance | path

Searched refs:num_sdb (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c74 unsigned long num_sdb; /* Number of sample-data-blocks */ member
246 unsigned long num_sdb, gfp_t gfp_flags) in realloc_sampling_buffer() argument
278 for (i = 0; i < num_sdb; i++) { in realloc_sampling_buffer()
312 sfb->num_sdb++; in realloc_sampling_buffer()
323 sfb->num_sdbt, sfb->num_sdb); in realloc_sampling_buffer()
338 static int alloc_sampling_buffer(struct sf_buffer *sfb, unsigned long num_sdb) in alloc_sampling_buffer() argument
349 sfb->num_sdb = 0; in alloc_sampling_buffer()
359 rc = realloc_sampling_buffer(sfb, num_sdb, GFP_KERNEL); in alloc_sampling_buffer()
395 if (SFB_ALLOC_REG(hwc) > sfb->num_sdb) in sfb_pending_allocs()
396 return SFB_ALLOC_REG(hwc) - sfb->num_sdb; in sfb_pending_allocs()
[all …]