Searched refs:dcount (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_concat_range.sh | 1418 local dcount=16385 1425 for i in $(seq 1 $dcount); do 1432 for i in $(seq 1 $dcount); do 1441 dcount=65536 1442 for i in $(seq 1 $dcount); do 1454 dcount=32768 1455 for i in $(seq 1 $dcount); do 1461 for i in $(seq 1 $dcount); do 1468 dcount=32768 1469 for i in $(seq 1 $dcount); do [all …]
|
| /linux/drivers/macintosh/ |
| H A D | macio-adb.c | 32 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 D | stats.c | 119 int dcount = 0; in show_schedstat() local 139 seq_printf(seq, "domain%d %s %*pb", dcount++, sd->name, in show_schedstat()
|
| /linux/fs/gfs2/ |
| H A D | trace_gfs2.h | 280 __field( u64, dcount ) 297 __entry->dcount = gl->gl_stats.stats[GFS2_LKS_DCOUNT]; 312 (long long)__entry->dcount,
|
| /linux/arch/s390/include/asm/ |
| H A D | qdio.h | 151 u16 dcount[QDIO_MAX_ELEMENTS_PER_BUFFER]; member
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.h | 137 xfs_agnumber_t new_agcount, xfs_rfsblock_t dcount,
|
| /linux/tools/perf/util/ |
| H A D | header.c | 1641 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()
|