H A D | find_bit.c | 28 FIND_FIRST_BIT(FETCH,MUNGE,size) global() argument 50 FIND_NEXT_BIT(FETCH,MUNGE,size,start) global() argument 71 FIND_NTH_BIT(FETCH,size,num) global() argument 99 _find_first_bit(const unsigned long * addr,unsigned long size) _find_first_bit() argument 112 _find_first_and_bit(const unsigned long * addr1,const unsigned long * addr2,unsigned long size) _find_first_and_bit() argument 124 _find_first_andnot_bit(const unsigned long * addr1,const unsigned long * addr2,unsigned long size) _find_first_andnot_bit() argument 136 _find_first_and_and_bit(const unsigned long * addr1,const unsigned long * addr2,const unsigned long * addr3,unsigned long size) _find_first_and_and_bit() argument 146 _find_first_zero_bit(const unsigned long * addr,unsigned long size) _find_first_zero_bit() argument 161 __find_nth_bit(const unsigned long * addr,unsigned long size,unsigned long n) __find_nth_bit() argument 168 __find_nth_and_bit(const unsigned long * addr1,const unsigned long * addr2,unsigned long size,unsigned long n) __find_nth_and_bit() argument 175 __find_nth_andnot_bit(const unsigned long * addr1,const unsigned long * addr2,unsigned long size,unsigned long n) __find_nth_andnot_bit() argument 184 __find_nth_and_andnot_bit(const unsigned long * addr1,const unsigned long * addr2,const unsigned long * addr3,unsigned long size,unsigned long n) __find_nth_and_andnot_bit() argument 227 _find_last_bit(const unsigned long * addr,unsigned long size) _find_last_bit() argument 247 find_next_clump8(unsigned long * clump,const unsigned long * addr,unsigned long size,unsigned long offset) find_next_clump8() argument 266 _find_first_zero_bit_le(const unsigned long * addr,unsigned long size) _find_first_zero_bit_le() argument 276 _find_next_zero_bit_le(const unsigned long * addr,unsigned long size,unsigned long offset) _find_next_zero_bit_le() argument 285 _find_next_bit_le(const unsigned long * addr,unsigned long size,unsigned long offset) _find_next_bit_le() argument [all...] |
H A D | cow.c | 44 static int sz2ord(size_t size) in sz2ord() argument 100 range_is_swapped(void * addr,size_t size) range_is_swapped() argument 137 child_memcmp_fn(char * mem,size_t size,struct comm_pipes * comm_pipes) child_memcmp_fn() argument 155 child_vmsplice_memcmp_fn(char * mem,size_t size,struct comm_pipes * comm_pipes) child_vmsplice_memcmp_fn() argument 204 do_test_cow_in_parent(char * mem,size_t size,bool do_mprotect,child_fn fn,bool xfail) do_test_cow_in_parent() argument 279 test_cow_in_parent(char * mem,size_t size,bool is_hugetlb) test_cow_in_parent() argument 284 test_cow_in_parent_mprotect(char * mem,size_t size,bool is_hugetlb) test_cow_in_parent_mprotect() argument 289 test_vmsplice_in_child(char * mem,size_t size,bool is_hugetlb) test_vmsplice_in_child() argument 295 test_vmsplice_in_child_mprotect(char * mem,size_t size,bool is_hugetlb) test_vmsplice_in_child_mprotect() argument 302 do_test_vmsplice_in_parent(char * mem,size_t size,bool before_fork,bool xfail) do_test_vmsplice_in_parent() argument 414 test_vmsplice_before_fork(char * mem,size_t size,bool is_hugetlb) test_vmsplice_before_fork() argument 419 test_vmsplice_after_fork(char * mem,size_t size,bool is_hugetlb) test_vmsplice_after_fork() argument 425 do_test_iouring(char * mem,size_t size,bool use_fork) do_test_iouring() argument 595 test_iouring_ro(char * mem,size_t size,bool is_hugetlb) test_iouring_ro() argument 600 test_iouring_fork(char * mem,size_t size,bool is_hugetlb) test_iouring_fork() argument 614 do_test_ro_pin(char * mem,size_t size,enum ro_pin_test test,bool fast) do_test_ro_pin() argument 754 test_ro_pin_on_shared(char * mem,size_t size,bool is_hugetlb) test_ro_pin_on_shared() argument 759 test_ro_fast_pin_on_shared(char * mem,size_t size,bool is_hugetlb) test_ro_fast_pin_on_shared() argument 764 test_ro_pin_on_ro_previously_shared(char * mem,size_t size,bool is_hugetlb) test_ro_pin_on_ro_previously_shared() argument 770 test_ro_fast_pin_on_ro_previously_shared(char * mem,size_t size,bool is_hugetlb) test_ro_fast_pin_on_ro_previously_shared() argument 776 test_ro_pin_on_ro_exclusive(char * mem,size_t size,bool is_hugetlb) test_ro_pin_on_ro_exclusive() argument 782 test_ro_fast_pin_on_ro_exclusive(char * mem,size_t size,bool is_hugetlb) test_ro_fast_pin_on_ro_exclusive() argument 854 size_t size, mmap_size, mremap_size; do_run_with_thp() local 1006 run_with_thp(test_fn fn,const char * desc,size_t size) run_with_thp() argument 1013 run_with_thp_swap(test_fn fn,const char * desc,size_t size) run_with_thp_swap() argument 1020 run_with_pte_mapped_thp(test_fn fn,const char * desc,size_t size) run_with_pte_mapped_thp() argument 1027 run_with_pte_mapped_thp_swap(test_fn fn,const char * desc,size_t size) run_with_pte_mapped_thp_swap() argument 1034 run_with_single_pte_of_thp(test_fn fn,const char * desc,size_t size) run_with_single_pte_of_thp() argument 1041 run_with_single_pte_of_thp_swap(test_fn fn,const char * desc,size_t size) run_with_single_pte_of_thp_swap() argument 1048 run_with_partial_mremap_thp(test_fn fn,const char * desc,size_t size) run_with_partial_mremap_thp() argument 1055 run_with_partial_shared_thp(test_fn fn,const char * desc,size_t size) run_with_partial_shared_thp() argument 1233 size_t size = thpsizes[i]; run_anon_test_case() local 1286 do_test_anon_thp_collapse(char * mem,size_t size,enum anon_thp_collapse_test test) do_test_anon_thp_collapse() argument 1428 test_anon_thp_collapse_unshared(char * mem,size_t size,bool is_hugetlb) test_anon_thp_collapse_unshared() argument 1435 test_anon_thp_collapse_fully_shared(char * mem,size_t size,bool is_hugetlb) test_anon_thp_collapse_fully_shared() argument 1442 test_anon_thp_collapse_lower_shared(char * mem,size_t size,bool is_hugetlb) test_anon_thp_collapse_lower_shared() argument 1449 test_anon_thp_collapse_upper_shared(char * mem,size_t size,bool is_hugetlb) test_anon_thp_collapse_upper_shared() argument 1520 test_cow(char * mem,const char * smem,size_t size) test_cow() argument 1538 test_ro_pin(char * mem,const char * smem,size_t size) test_ro_pin() argument 1543 test_ro_fast_pin(char * mem,const char * smem,size_t size) test_ro_fast_pin() argument [all...] |