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

/freebsd-current/sys/dev/mthca/
H A Dmthca_cmd.c753 u16 max_off = 0; local
757 max_off = max(max_off, dev->cmd.dbell_offsets[i]);
759 if ((base & PAGE_MASK) != ((base + max_off) & PAGE_MASK)) {
762 (unsigned long long) base, max_off);
768 dev->cmd.dbell_map = ioremap(addr, max_off + sizeof(u32));
/freebsd-current/sys/fs/cuse/
H A Dcuse.c1413 vm_ooffset_t max_off; local
1416 max_off = min_off + (PAGE_SIZE * mem->page_count);
1418 if (*offset >= min_off && *offset < max_off) {
1420 if (size > (max_off - *offset)) {

Completed in 143 milliseconds