Searched refs:ms (Results 1 – 4 of 4) sorted by relevance
254 mstate ms = (mstate)msp; in destroy_contiguous_mspace() local256 if (ok_magic(ms)) { in destroy_contiguous_mspace()261 cs = (struct mspace_contig_state *)((uintptr_t)ms & ~(pagesize-1)); in destroy_contiguous_mspace()263 assert(cs->m == ms); in destroy_contiguous_mspace()270 USAGE_ERROR_ACTION(ms, ms); in destroy_contiguous_mspace()277 mstate ms; in contiguous_mspace_sbrk0() local280 ms = (mstate)msp; in contiguous_mspace_sbrk0()281 cs = (struct mspace_contig_state *)((uintptr_t)ms & ~(pagesize-1)); in contiguous_mspace_sbrk0()283 assert(cs->m == ms); in contiguous_mspace_sbrk0()
479 int ms = vs+fs; in mul_factor() local498 ms -= 16; in mul_factor()503 ms -= fshift; in mul_factor()508 ms -= 16; in mul_factor()511 ms -= 32; in mul_factor()516 ms -= 16 + fshift; in mul_factor()523 ms -= vshift; in mul_factor()528 ms -= 16 + vshift; in mul_factor()533 ms -= 16 + fshift; in mul_factor()539 LOGE_IF(ms>=32, "mul_factor overflow vs=%d, fs=%d", vs, fs); in mul_factor()[all …]
832 off_t ms, hs = 0; in getdiskinfo() local843 if (ioctl(fd, DIOCGMEDIASIZE, &ms) == -1) { in getdiskinfo()849 ms = st.st_size; in getdiskinfo()853 dlp.d_secperunit = ms / dlp.d_secsize; in getdiskinfo()859 dlp.d_secperunit = ms / dlp.d_secsize; in getdiskinfo()871 dlp.d_secperunit = ms / dlp.d_secsize; in getdiskinfo()888 hs = (ms / dlp.d_secsize) - dlp.d_secperunit; in getdiskinfo()
496 int ms = 1200 / 10; in wait_for_user_action() local511 int timeout = abs((int)(codes[s])) * ms; in wait_for_user_action()