Searched refs:this_count (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c695 uint32_t this_count; local
700 &this_count);
702 offset, resid, this_offset, this_count);
703 resid -= this_count;
704 offset += this_count;
714 uint32_t this_count; local
719 &this_count);
721 offset, resid, this_offset, this_count,
723 if (this_count == 0) {
724 printf("this_count i
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c727 off_t swap_count, this_count; local
758 this_count = swap_count;
759 if (this_count > PAGE_SIZE) {
760 this_count = PAGE_SIZE;
765 this_count,

Completed in 164 milliseconds