Home
last modified time | relevance | path

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

/freebsd/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/sys/vm/
H A Dvm_pageout.c832 new.act_count += ACT_ADVANCE + in vm_pageout_launder()
834 if (new.act_count > ACT_MAX) in vm_pageout_launder()
835 new.act_count = ACT_MAX; in vm_pageout_launder()
1297 new.act_count += ACT_ADVANCE + act_delta; in vm_pageout_scan_active()
1298 if (new.act_count > ACT_MAX) in vm_pageout_scan_active()
1299 new.act_count = ACT_MAX; in vm_pageout_scan_active()
1301 new.act_count -= min(new.act_count, in vm_pageout_scan_active()
1305 if (new.act_count > 0) { in vm_pageout_scan_active()
1564 new.act_count += ACT_ADVANCE + in vm_pageout_scan_inactive()
1566 if (new.act_count > ACT_MAX) in vm_pageout_scan_inactive()
[all …]
H A Dvm_page.c2170 m->a.act_count = 0; in vm_page_alloc_domain_after()
2375 m->a.act_count = 0; in vm_page_alloc_contig_domain()
2600 m->a.act_count = 0; in vm_page_alloc_noobj_contig_domain()
4298 new.act_count = max(old.act_count, ACT_INIT); in vm_page_mvqueue()
5759 m->flags, m->a.act_count, m->busy_lock, m->valid, m->dirty); in DB_SHOW_COMMAND()
H A Dvm_page.h216 uint8_t act_count; member
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c517 cl_ntoh32(p_smr->sm_info.act_count), in dump_sm_info_record()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h3713 ib_net32_t act_count; member