Home
last modified time | relevance | path

Searched refs:act_count (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_pageout.c837 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 Dvm_page.h220 uint8_t act_count; member
H A Dvm_page.c2167 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 Dice_fdir_filter.c1299 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 Dice_ethdev.h293 struct rte_flow_action_count act_count; member
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c812 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 Dulp_rte_parser.c1785 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 Dhns3_flow.c339 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()