Searched refs:logsize (Results 1 – 5 of 5) sorted by relevance
97 #define LOGSYNC_DELTA(logsize) min((logsize)/8, 128*LOGPSIZE) argument 98 #define LOGSYNC_BARRIER(logsize) ((logsize)/4) argument 100 #define LOGSYNC_DELTA(logsize) min((logsize)/4, 256*LOGPSIZE)101 #define LOGSYNC_BARRIER(logsize) ((logsize)/2)923 int logsize; in lmLogSync() local 978 logsize in lmLogSync() [all...]
391 int logsize; /* 4: log data area size in byte */ member 487 diff += (log)->logsize;\
454 size_t logsize = arena->info2off - arena->logoff; in btt_log_init() local 472 while (logsize) { in btt_log_init() 473 size_t size = min(logsize, chunk_size); in btt_log_init() 483 logsize -= size; in btt_log_init() 751 u64 logsize, mapsize, datasize; in alloc_arena() local 780 logsize = roundup(arena->nfree * LOG_GRP_SIZE, BTT_PG_SIZE); in alloc_arena() 781 available -= logsize; in alloc_arena() 796 arena->info2off = arena->logoff + logsize; in alloc_arena()
462 unsigned int logsize = ARRAY_SIZE(log->buffer); in logfc() local 468 index = log->head & (logsize - 1); in logfc() 471 if ((u8)(log->head - log->tail) == logsize) { in logfc()
126 int logsize, max; in mthca_arbel_init_srq_context() local 135 logsize = ilog2(max); in mthca_arbel_init_srq_context() 136 context->state_logsize_srqn = cpu_to_be32(logsize << 24 | srq->srqn); in mthca_arbel_init_srq_context()