Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ofed/opensm/opensm/
H A Dosm_sa_sminfo_record.c83 IN ib_net32_t const act_count, in smir_rcv_new_smir() argument
107 p_rec_item->resp.sminfo_rec.sm_info.act_count = act_count; in smir_rcv_new_smir()
155 p_rem_sm->smi.guid, p_rem_sm->smi.act_count, in sa_smir_by_comp_mask()
H A Dosm_sminfo_rcv.c98 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent); in smi_rcv_process_get_request()
173 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent); in smi_rcv_process_set_request()
H A Dosm_helper.c2343 cl_ntoh32(p_smi->act_count), in osm_dump_sm_info_to_buf()
2393 cl_ntoh32(p_smir->sm_info.act_count), in osm_dump_sm_info_record_to_buf()
H A Dosm_state_mgr.c998 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent); in state_mgr_send_handover()
/freebsd-13.1/sys/vm/
H A Dvm_pageout.c836 new.act_count += ACT_ADVANCE + in vm_pageout_launder()
838 if (new.act_count > ACT_MAX) in vm_pageout_launder()
839 new.act_count = ACT_MAX; in vm_pageout_launder()
1304 new.act_count += ACT_ADVANCE + act_delta; in vm_pageout_scan_active()
1305 if (new.act_count > ACT_MAX) in vm_pageout_scan_active()
1306 new.act_count = ACT_MAX; in vm_pageout_scan_active()
1308 new.act_count -= min(new.act_count, in vm_pageout_scan_active()
1312 if (new.act_count > 0) { in vm_pageout_scan_active()
1557 new.act_count += ACT_ADVANCE + in vm_pageout_scan_inactive()
1559 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.c2100 m->a.act_count = 0; in vm_page_alloc_domain_after()
2298 m->a.act_count = 0; in vm_page_alloc_contig_domain()
4113 new.act_count = max(old.act_count, ACT_INIT); in vm_page_mvqueue()
5568 m->flags, m->a.act_count, m->busy_lock, m->valid, m->dirty); in DB_SHOW_COMMAND()
/freebsd-13.1/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c517 cl_ntoh32(p_smr->sm_info.act_count), in dump_sm_info_record()
/freebsd-13.1/contrib/ofed/opensm/include/iba/
H A Dib_types.h3713 ib_net32_t act_count; member