Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbpf_lock_contention.c23 int ncpus = 1, ntasks = 1, ntypes = 1, naddrs = 1; in lock_contention_prepare() local
52 ntypes = con->filters->nr_types; in lock_contention_prepare()
85 bpf_map__set_max_entries(skel->maps.type_filter, ntypes); in lock_contention_prepare()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c490 int mode, id, ntypes, i; in pxa3xx_nand_init_timings() local
494 ntypes = ARRAY_SIZE(builtin_flash_types); in pxa3xx_nand_init_timings()
501 for (i = 0; i < ntypes; i++) { in pxa3xx_nand_init_timings()
508 if (i == ntypes) { in pxa3xx_nand_init_timings()
/openbmc/linux/arch/powerpc/perf/
H A Dhv-24x7.c96 int ntypes = be16_to_cpup((__be16 *)&buf->val[0]); in read_24x7_sys_info() local
99 if (len >= 8 && ntypes != 0) { in read_24x7_sys_info()