Home
last modified time | relevance | path

Searched refs:cell_list_bucket (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/osfmk/vm/
H A Dvm_mteinfo.c1023 cell_list_bucket(const cell_t cell) in cell_list_bucket() function
1036 return cell_list_bucket(cell) <= MTE_BUCKET_1_8; in cell_on_claimable_queue()
1157 __ob = cell_list_bucket(__orig); \
1164 __nb = cell_list_bucket(*__cell); \
2836 cell_list_bucket(orig) != cell_list_bucket(*cell)) { in mteinfo_free_queue_grab()
2838 cell_list_idx(orig), cell_list_bucket(orig), in mteinfo_free_queue_grab()
2839 cell_list_idx(*cell), cell_list_bucket(*cell), in mteinfo_free_queue_grab()
/xnu-12377.41.6/tests/vm/
H A Dvm_mteinfo.c363 mte_cell_bucket_t bucket = cell_list_bucket(*cell); in verify_cell_in_list()