Searched refs:act_count (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sa_sminfo_record.c | 83 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 D | osm_sminfo_rcv.c | 98 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 D | osm_helper.c | 2343 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 D | osm_state_mgr.c | 998 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 D | vm_pageout.c | 807 new.act_count += ACT_ADVANCE + in vm_pageout_launder() 809 if (new.act_count > ACT_MAX) in vm_pageout_launder() 810 new.act_count = ACT_MAX; in vm_pageout_launder() 1272 new.act_count += ACT_ADVANCE + act_delta; in vm_pageout_scan_active() 1273 if (new.act_count > ACT_MAX) in vm_pageout_scan_active() 1274 new.act_count = ACT_MAX; in vm_pageout_scan_active() 1276 new.act_count -= min(new.act_count, in vm_pageout_scan_active() 1280 if (new.act_count > 0) { in vm_pageout_scan_active() 1539 new.act_count += ACT_ADVANCE + in vm_pageout_scan_inactive() 1541 if (new.act_count > ACT_MAX) in vm_pageout_scan_inactive() [all …]
|
H A D | vm_page.c | 2320 m->a.act_count = 0; in vm_page_alloc_domain_after() 2525 m->a.act_count = 0; in vm_page_alloc_contig_domain() 2772 m->a.act_count = 0; in vm_page_alloc_noobj_contig_domain() 4463 new.act_count = max(old.act_count, ACT_INIT); in vm_page_mvqueue() 5974 m->flags, m->a.act_count, m->busy_lock, m->valid, m->dirty); in DB_SHOW_COMMAND()
|
H A D | vm_page.h | 216 uint8_t act_count; member
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | saquery.c | 517 cl_ntoh32(p_smr->sm_info.act_count), in dump_sm_info_record()
|
/freebsd/contrib/ofed/opensm/include/iba/ |
H A D | ib_types.h | 3713 ib_net32_t act_count; member
|