Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh1393 local dcount=16385
1400 for i in $(seq 1 $dcount); do
1407 for i in $(seq 1 $dcount); do
1416 dcount=65536
1417 for i in $(seq 1 $dcount); do
1429 dcount=32768
1430 for i in $(seq 1 $dcount); do
1436 for i in $(seq 1 $dcount); do
1443 dcount=32768
1444 for i in $(seq 1 $dcount); do
[all …]
/linux/drivers/macintosh/
H A Dmacio-adb.c32 struct preg dcount; member
222 out_8(&adb->dcount.r, req->nbytes & HMB); in macio_adb_interrupt()
244 req->reply_len = in_8(&adb->dcount.r) & HMB; in macio_adb_interrupt()
254 n = in_8(&adb->dcount.r) & HMB; in macio_adb_interrupt()
258 autopoll = (in_8(&adb->dcount.r) & APD) != 0; in macio_adb_interrupt()
/linux/kernel/sched/
H A Dstats.c119 int dcount = 0; in show_schedstat() local
139 seq_printf(seq, "domain%d %s %*pb", dcount++, sd->name, in show_schedstat()
/linux/arch/s390/include/asm/
H A Dqdio.h151 u16 dcount[QDIO_MAX_ELEMENTS_PER_BUFFER]; member
/linux/fs/xfs/libxfs/
H A Dxfs_ag.h137 xfs_agnumber_t new_agcount, xfs_rfsblock_t dcount,
/linux/tools/perf/util/
H A Dheader.c1641 u32 dcount = 0; in build_cpu_domain_map() local
1673 dcount = 0; in build_cpu_domain_map()
1677 dcount++; in build_cpu_domain_map()
1678 temp_domains = realloc(cd_map[cpu]->domains, dcount * sizeof(domain_info)); in build_cpu_domain_map()
1688 cd_map[cpu]->domains[dcount - 1] = domain_info; in build_cpu_domain_map()
1718 cd_map[cpu]->nr_domains = dcount; in build_cpu_domain_map()