Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkmemleak.h18 extern void kmemleak_alloc(const void *ptr, size_t size, int min_count,
32 extern void kmemleak_alloc_phys(phys_addr_t phys, size_t size, int min_count,
39 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive() argument
43 kmemleak_alloc(ptr, size, min_count, gfp); in kmemleak_alloc_recursive()
62 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() argument
67 int min_count, slab_flags_t flags, in kmemleak_alloc_recursive() argument
110 int min_count, gfp_t gfp) in kmemleak_alloc_phys() argument
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dstats.c28 off_t num_samples, tc_samples, min_count, max_count; member
79 p->min = d, p->min_count = 1, p->min_run = 1, p->min_runs = 0; in flow()
81 ++p->min_count; in flow()
164 off_t num_samples = 0, min_count = 0, max_runs = 0; in stop() local
182 min_count += q->min_count; in stop()
262 …fprintf(stderr, "\nFlat factor%9.2f", linear_to_dB((min_runs + max_runs) / (min_count + max_count)… in stop()
265 …fprintf(stderr, " %9.2f", linear_to_dB((q->min_runs + q->max_runs) / (q->min_count + q->max_count)… in stop()
268 fprintf(stderr, "\nPk count %9s", lsx_sigfigs3((min_count + max_count) / effp->flows)); in stop()
271 fprintf(stderr, " %9s", lsx_sigfigs3((double)(q->min_count + q->max_count))); in stop()
/OK3568_Linux_fs/kernel/mm/
H A Dkmemleak.c152 int min_count; member
310 object->count < object->min_count; in color_white()
315 return object->min_count != KMEMLEAK_BLACK && in color_gray()
316 object->count >= object->min_count; in color_gray()
366 pr_notice(" min_count = %d\n", object->min_count); in dump_object_info()
572 int min_count, gfp_t gfp) in create_object() argument
595 object->min_count = min_count; in create_object()
723 create_object(start, ptr - start, object->min_count, in delete_object_part()
726 create_object(ptr + size, end - ptr - size, object->min_count, in delete_object_part()
734 object->min_count = color; in __paint_it()
[all …]
H A Dhugetlb.c2653 unsigned long min_count, ret; in set_max_huge_pages() local
2757 min_count = h->resv_huge_pages + h->nr_huge_pages - h->free_huge_pages; in set_max_huge_pages()
2758 min_count = max(count, min_count); in set_max_huge_pages()
2759 try_to_free_low(h, min_count, nodes_allowed); in set_max_huge_pages()
2760 while (min_count < persistent_huge_pages(h)) { in set_max_huge_pages()
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeftree.c584 int min_count = 4; /* min repeat count */ in scan_tree() local
586 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree()
593 } else if (count < min_count) { in scan_tree()
605 max_count = 138, min_count = 3; in scan_tree()
607 max_count = 6, min_count = 3; in scan_tree()
609 max_count = 7, min_count = 4; in scan_tree()
630 int min_count = 4; /* min repeat count */ in send_tree() local
633 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree()
639 } else if (count < min_count) { in send_tree()
657 max_count = 138, min_count = 3; in send_tree()
[all …]
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dtrees.c722 int min_count = 4; /* min repeat count */ local
724 if (nextlen == 0) max_count = 138, min_count = 3;
731 } else if (count < min_count) {
743 max_count = 138, min_count = 3;
745 max_count = 6, min_count = 3;
747 max_count = 7, min_count = 4;
767 int min_count = 4; /* min repeat count */ local
770 if (nextlen == 0) max_count = 138, min_count = 3;
776 } else if (count < min_count) {
794 max_count = 138, min_count = 3;
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A Dzpa2326.c445 unsigned int min_count) in zpa2326_clear_fifo() argument
452 if (!min_count) { in zpa2326_clear_fifo()
477 if (min_count) { in zpa2326_clear_fifo()
482 min_count--; in zpa2326_clear_fifo()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactbl3.h548 u32 min_count; /* Minimum counter value */ member
618 u16 min_count; /* Minimum counter value supported */ member
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Diosapic.c485 int i, irq = -ENOSPC, min_count = -1; in iosapic_find_sharable_irq() local
501 if (min_count == -1 || info->count < min_count) { in iosapic_find_sharable_irq()
503 min_count = info->count; in iosapic_find_sharable_irq()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c226 u64 ts, u32 min_count) in pseq_handler_create_sequences() argument
280 if (ps.count <= min_count) in pseq_handler_create_sequences()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dwdat_wdt.c341 if (tbl->min_count > tbl->max_count) in wdat_wdt_probe()
345 wdat->wdd.min_hw_heartbeat_ms = wdat->period * tbl->min_count; in wdat_wdt_probe()