HomeSort by: relevance | last modified time | path
    Searched defs:COUNT (Results 1 - 12 of 12) sorted by relevancy

  /src/regress/sys/kern/ras/ras1/
ras1.c 37 #define COUNT 10
40 volatile int count = 0; variable in typeref:typename:volatile int
75 count++;
76 if (count > COUNT)
  /src/regress/sys/kern/ras/ras2/
ras2.c 39 #define COUNT 10
42 volatile int count = 0; variable in typeref:typename:volatile int
83 count++;
84 if (count > COUNT)
  /src/regress/sys/kern/ras/ras3/
ras3.c 39 #define COUNT 10
42 volatile int count = 0; variable in typeref:typename:volatile int
90 count++;
91 if (count > COUNT)
  /src/regress/sys/fs/lfs/ckckp/
Makefile 20 COUNT?= 5
42 ./run_ckckp ${TMPMP} ${LFSCDEV} ${GFILE} ${WFILE} ${PLEX} ${COUNT} ${FSIZE} || \
  /src/tests/lib/libpthread/
t_barrier.c 42 #define COUNT 5
76 pthread_t new[COUNT];
80 PTHREAD_REQUIRE(pthread_barrier_init(&barrier, NULL, COUNT));
82 for (i = 0; i < COUNT; i++) {
91 for (i = 0; i < COUNT; i++) {
100 ATF_REQUIRE_EQ(after_barrier_count, COUNT);
  /src/tests/lib/libc/sys/
t_sendrecv.c 48 #define COUNT 100
70 for (size_t i = 0; i < COUNT; i++) {
88 for (size_t i = 0; i < COUNT; i++) {
  /src/sys/arch/xen/x86/
xen_pmap.c 139 #define COUNT(x) /* nothing */
  /src/usr.bin/du/
du.c 65 /* Count inodes or file size */
66 #define COUNT (iflag ? 1 : p->fts_statp->st_blocks)
156 * Because of the way that fts(3) works, logical walks will not count
216 p->fts_number += COUNT;
218 totalblocks += COUNT;
245 prstat(p->fts_path, COUNT);
246 p->fts_parent->fts_number += COUNT;
248 totalblocks += COUNT;
  /src/tests/crypto/opencrypto/
h_ioctl.c 62 #define COUNT 2
101 struct session_n_op css[COUNT];
103 for (size_t i = 0; i < COUNT; i++) {
112 sg.count = COUNT;
131 u_int32_t sids[COUNT];
135 sf.count = COUNT;
154 struct crypt_n_op css[COUNT];
156 for (size_t i = 0; i < COUNT; i++)
    [all...]
  /src/sys/kern/
vfs_cache.c 250 u_int count[LRU_COUNT]; member in struct:__anone4e6b58d0108
267 #define COUNT(f) do { \
412 cache_lru.count[ncp->nc_lrulist]--;
554 COUNT(ncs_long);
574 COUNT(ncs_miss);
588 COUNT(ncs_badhits);
606 COUNT(ncs_badhits);
610 COUNT(ncs_neghits);
627 COUNT(ncs_falsehits);
631 COUNT(ncs_goodhits)
    [all...]
  /src/sys/arch/newsmips/dev/
scsi_1185.c 223 SET_CNT(int COUNT)
226 sc_tclow = COUNT & 0xff;
228 sc_tcmid = (COUNT >> 8) & 0xff;
230 sc_tchi = (COUNT >> 16) & 0xff;
237 int COUNT;
239 COUNT = sc_tclow;
241 COUNT += (sc_tcmid << 8) & 0xff00;
243 COUNT += (sc_tchi << 16) & 0xff0000;
245 return COUNT;
  /src/sys/uvm/
uvm_pdpolicy_clockpro.c 809 * we want to count the above as a single access, rather than
1518 #define COUNT(pg) \
1547 COUNT(pg)
1557 COUNT(pg)
1572 COUNT(pg)
1585 COUNT(pg)

Completed in 19 milliseconds