Searched defs:pq (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_pagequeue.h | 304 #define vm_pagequeue_assert_locked(pq) mtx_assert(&(pq)->pq_mutex, MA_OWNED) argument 305 #define vm_pagequeue_lock(pq) mtx_lock(&(pq)->pq_mutex) argument 306 #define vm_pagequeue_lockptr(pq) (&(pq)->pq_mutex) argument 307 #define vm_pagequeue_trylock(pq) mtx_trylock(&(pq)->pq_mutex) argument 308 #define vm_pagequeue_unlock(pq) mtx_unlock(&(pq)->pq_mutex) argument 335 vm_pagequeue_cnt_add(struct vm_pagequeue *pq, int addend) in vm_pagequeue_cnt_add() 341 #define vm_pagequeue_cnt_inc(pq) vm_pagequeue_cnt_add((pq), 1) argument 342 #define vm_pagequeue_cnt_dec(pq) vm_pagequeue_cnt_add((pq), -1) argument 345 vm_pagequeue_remove(struct vm_pagequeue *pq, vm_page_t m) in vm_pagequeue_remove()
|
| H A D | vm_pageout.c | 215 struct vm_pagequeue *pq; member 222 vm_pageout_init_scan(struct scan_state *ss, struct vm_pagequeue *pq, in vm_pageout_init_scan() 247 struct vm_pagequeue *pq; in vm_pageout_end_scan() local 273 struct vm_pagequeue *pq; in vm_pageout_collect_batch() local 725 struct vm_pagequeue *pq; in vm_pageout_launder() local 993 struct vm_pagequeue *pq; in vm_pageout_laundry_worker() local 1177 struct vm_pagequeue *pq; in vm_pageout_scan_active() local 1378 vm_pageout_reinsert_inactive_page(struct vm_pagequeue *pq, vm_page_t marker, in vm_pageout_reinsert_inactive_page() 1403 struct vm_pagequeue *pq; in vm_pageout_reinsert_inactive() local 1433 struct vm_pagequeue *pq; in vm_pageout_scan_inactive() local [all …]
|
| H A D | vm_meter.c | 448 vm_pagequeue_count(int pq) in vm_pagequeue_count() 484 struct vm_pagequeue *pq; in sysctl_vm_pdpages() local
|
| H A D | vm_page.c | 443 struct vm_pagequeue *pq; in vm_page_domain_init() local 3376 _vm_page_pqstate_commit_dequeue(struct vm_pagequeue *pq, vm_page_t m, in _vm_page_pqstate_commit_dequeue() 3420 struct vm_pagequeue *pq; in vm_page_pqstate_commit_dequeue() local 3446 _vm_page_pqstate_commit_requeue(struct vm_pagequeue *pq, vm_page_t m, in _vm_page_pqstate_commit_requeue() 3531 vm_pqbatch_process_page(struct vm_pagequeue *pq, vm_page_t m, uint8_t queue) in vm_pqbatch_process_page() 3573 vm_pqbatch_process(struct vm_pagequeue *pq, struct vm_batchqueue *bq, in vm_pqbatch_process() 3594 struct vm_pagequeue *pq; in vm_page_pqbatch_submit() local 3632 struct vm_pagequeue *pq; in vm_page_pqbatch_drain() local
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_aqm_pie.h | 85 struct dn_queue *pq; member
|
| /f-stack/tools/sysctl/ |
| H A D | sysctl.c | 729 char line[BUFSIZ], *p, *pq, *pdq; local
|
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | ioat_spec.h | 266 struct rte_ioat_pq_hw_desc pq; member
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_dev.c | 2034 u16 start_pq, pq, qm_pq_idx; in ecore_get_qm_vport_idx_rl() local 2189 struct init_qm_pq_params *pq; in ecore_dp_init_qm_params() local
|
| H A D | ecore_sriov.c | 2664 u16 pq; in ecore_iov_vf_mbx_start_txq() local
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_ioctl.c | 2880 struct pfioc_qstats_v1 *pq = (struct pfioc_qstats_v1 *)addr; in pfioctl() local
|