Searched refs:PV_STAT (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 1544 PV_STAT(pc_chunk_count--); in pmap_pv_reclaim() 1545 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 1574 PV_STAT(pv_entry_frees++); in free_pv_entry() 1575 PV_STAT(pv_entry_spare++); in free_pv_entry() 1607 PV_STAT(pc_chunk_count--); in free_pv_chunk() 1608 PV_STAT(pc_chunk_frees++); in free_pv_chunk() 1630 PV_STAT(pv_entry_allocs++); in get_pv_entry() 1653 PV_STAT(pv_entry_spare--); in get_pv_entry() 1670 PV_STAT(pc_chunk_count++); in get_pv_entry() 1671 PV_STAT(pc_chunk_allocs++); in get_pv_entry() [all …]
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 176 #define PV_STAT(x) do { x ; } while (0) macro 178 #define PV_STAT(x) do { } while (0) macro 2421 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in reclaim_pv_chunk() 2479 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 2480 PV_STAT(atomic_add_int(&pv_entry_spare, 1)); in free_pv_entry() 2510 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk() 2565 PV_STAT(pc_chunk_tryfail++); in get_pv_entry() 2572 PV_STAT(atomic_add_int(&pc_chunk_count, 1)); in get_pv_entry() 2573 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in get_pv_entry() 2585 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() [all …]
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 323 #define PV_STAT(x) do { x ; } while (0) macro 325 #define PV_STAT(x) do { } while (0) macro 817 PV_STAT(i = 0); in pmap_delayed_invl_start_u() 819 PV_STAT(i++); in pmap_delayed_invl_start_u() 1089 PV_STAT(atomic_add_long(&invl_wait, 1)); in pmap_delayed_invl_wait_u() 5130 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 5131 PV_STAT(atomic_add_int(&pv_entry_spare, 1)); in free_pv_entry() 5158 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk_dequeued() 5251 PV_STAT(pc_chunk_tryfail++); in get_pv_entry() 5258 PV_STAT(atomic_add_int(&pc_chunk_count, 1)); in get_pv_entry() [all …]
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 2933 PV_STAT(pc_chunk_count--); in pmap_pv_reclaim() 2934 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 2966 PV_STAT(pc_chunk_count--); in free_pv_chunk() 2967 PV_STAT(pc_chunk_frees++); in free_pv_chunk() 2987 PV_STAT(pv_entry_frees++); in free_pv_entry() 2988 PV_STAT(pv_entry_spare++); in free_pv_entry() 3029 PV_STAT(pv_entry_allocs++); in get_pv_entry() 3056 PV_STAT(pv_entry_spare--); in get_pv_entry() 3076 PV_STAT(pc_chunk_count++); in get_pv_entry() 3077 PV_STAT(pc_chunk_allocs++); in get_pv_entry() [all …]
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 2443 PV_STAT(pc_chunk_count--); in pmap_pv_reclaim() 2444 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 2480 PV_STAT(pv_entry_frees++); in free_pv_entry() 2481 PV_STAT(pv_entry_spare++); in free_pv_entry() 2513 PV_STAT(pc_chunk_count--); in free_pv_chunk() 2514 PV_STAT(pc_chunk_frees++); in free_pv_chunk() 2539 PV_STAT(pv_entry_allocs++); in get_pv_entry() 2566 PV_STAT(pv_entry_spare--); in get_pv_entry() 2586 PV_STAT(pc_chunk_count++); in get_pv_entry() 2587 PV_STAT(pc_chunk_allocs++); in get_pv_entry() [all …]
|