Home
last modified time | relevance | path

Searched refs:last_page (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c257 db_pgno_t last_page; in __big_keydata() local
263 key->size = collect_key(hashp, key_pagep, 0, &last_page); in __big_keydata()
271 ii.pgno = last_page; in __big_keydata()
355 collect_key(HTAB *hashp, PAGE16 *pagep, int32_t len, db_pgno_t *last_page) in collect_key() argument
374 if (last_page) in collect_key()
375 *last_page = ADDR(pagep); in collect_key()
389 if (last_page) in collect_key()
390 *last_page = ADDR(pagep); in collect_key()
398 retval = collect_key(hashp, next_pagep, totlen, last_page); in collect_key()
/freebsd/tools/regression/fsx/
H A Dfsx.c487 uintptr_t last_page, should_be_zero; in check_eofpage() local
497 last_page = ((uintptr_t)p + (offset & page_mask) + size) & ~page_mask; in check_eofpage()
499 for (should_be_zero = last_page + (file_size & page_mask); in check_eofpage()
500 should_be_zero < last_page + page_size; in check_eofpage()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode_os.c1632 loff_t first_page, last_page, page_len; in zfs_free_range() local
1638 last_page = (off + len) >> PAGE_SHIFT; in zfs_free_range()
1643 last_page_offset = last_page << PAGE_SHIFT; in zfs_free_range()
1652 if (first_page > last_page) { in zfs_free_range()
/freebsd/sys/dev/gve/
H A Dgve_tx.c472 uint64_t last_page = (iov_offset + iov_len - 1) / PAGE_SIZE; in gve_dma_sync_for_device() local
477 for (page = first_page; page <= last_page; page++) { in gve_dma_sync_for_device()
/freebsd/tests/sys/fs/fusefs/
H A Dio.cc440 TEST_P(Io, last_page) in TEST_P() argument
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh565 uintptr_t last_page, should_be_zero;