Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dperf_cpum_sf.c75 unsigned long num_sdb; /* Number of sample-data-blocks */ member
185 unsigned long num_sdb, gfp_t gfp_flags) in realloc_sampling_buffer() argument
216 for (i = 0; i < num_sdb; i++) { in realloc_sampling_buffer()
238 sfb->num_sdb++; in realloc_sampling_buffer()
248 sfb->num_sdbt, sfb->num_sdb); in realloc_sampling_buffer()
263 static int alloc_sampling_buffer(struct sf_buffer *sfb, unsigned long num_sdb) in alloc_sampling_buffer() argument
274 sfb->num_sdb = 0; in alloc_sampling_buffer()
284 rc = realloc_sampling_buffer(sfb, num_sdb, GFP_KERNEL); in alloc_sampling_buffer()
319 if (SFB_ALLOC_REG(hwc) > sfb->num_sdb) in sfb_pending_allocs()
320 return SFB_ALLOC_REG(hwc) - sfb->num_sdb; in sfb_pending_allocs()
[all …]
/linux-4.4.14/arch/s390/oprofile/
Dhwsampler.c59 static unsigned long num_sdb = 511; variable
280 for (k = 0; k < num_sdb; k++) { in allocate_sdbt()
900 num_sdb = sdb; in hwsampler_allocate()