Searched refs:act_count (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_pageout.c | 837 new.act_count += ACT_ADVANCE + in vm_pageout_launder() 839 if (new.act_count > ACT_MAX) in vm_pageout_launder() 840 new.act_count = ACT_MAX; in vm_pageout_launder() 1305 new.act_count += ACT_ADVANCE + act_delta; in vm_pageout_scan_active() 1306 if (new.act_count > ACT_MAX) in vm_pageout_scan_active() 1307 new.act_count = ACT_MAX; in vm_pageout_scan_active() 1309 new.act_count -= min(new.act_count, in vm_pageout_scan_active() 1313 if (new.act_count > 0) { in vm_pageout_scan_active() 1558 new.act_count += ACT_ADVANCE + in vm_pageout_scan_inactive() 1560 if (new.act_count > ACT_MAX) in vm_pageout_scan_inactive() [all …]
|
| H A D | vm_page.h | 220 uint8_t act_count; member
|
| H A D | vm_page.c | 2167 m->a.act_count = 0; in vm_page_alloc_domain_after() 2365 m->a.act_count = 0; in vm_page_alloc_contig_domain() 4080 new.act_count = max(old.act_count, ACT_INIT); in vm_page_mvqueue() 5529 m->flags, m->a.act_count, m->busy_lock, m->valid, m->dirty); in DB_SHOW_COMMAND()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_fdir_filter.c | 1299 struct rte_flow_action_count *act_count = &filter->act_count; in ice_fdir_create_filter() local 1302 act_count->shared, in ice_fdir_create_filter() 1303 act_count->id); in ice_fdir_create_filter() 1524 const struct rte_flow_action_count *act_count; in ice_fdir_parse_action() local 1580 act_count = actions->conf; in ice_fdir_parse_action() 1582 rte_memcpy(&filter->act_count, act_count, in ice_fdir_parse_action() 1583 sizeof(filter->act_count)); in ice_fdir_parse_action()
|
| H A D | ice_ethdev.h | 293 struct rte_flow_action_count act_count; member
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_flow_parse.c | 812 const struct rte_flow_action_count *act_count; in otx2_flow_parse_actions() local 856 act_count = in otx2_flow_parse_actions() 860 if (act_count->shared == 1) { in otx2_flow_parse_actions()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_rte_parser.c | 1785 const struct rte_flow_action_count *act_count; in ulp_rte_count_act_handler() local 1788 act_count = action_item->conf; in ulp_rte_count_act_handler() 1789 if (act_count) { in ulp_rte_count_act_handler() 1790 if (act_count->shared) { in ulp_rte_count_act_handler() 1796 &act_count->id, in ulp_rte_count_act_handler()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_flow.c | 339 const struct rte_flow_action_count *act_count; in hns3_handle_actions() local 385 act_count = in hns3_handle_actions() 388 if (act_count->id >= counter_num) in hns3_handle_actions() 393 rule->act_cnt = *act_count; in hns3_handle_actions()
|