Searched refs:act_count (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_sminfo_record.c83 IN ib_net32_t const act_count,
107 p_rec_item->resp.sminfo_rec.sm_info.act_count = act_count;
155 p_rem_sm->smi.guid, p_rem_sm->smi.act_count,
79 smir_rcv_new_smir(IN osm_sa_t * sa, IN const osm_port_t * p_port, IN cl_qlist_t * p_list, IN ib_net64_t const guid, IN ib_net32_t const act_count, IN uint8_t const pri_state, IN const osm_physp_t * p_req_physp) argument
H A Dosm_sminfo_rcv.c98 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
173 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
H A Dosm_helper.c2343 cl_ntoh32(p_smi->act_count),
2393 cl_ntoh32(p_smir->sm_info.act_count),
H A Dosm_state_mgr.c998 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
/freebsd-11-stable/sys/vm/
H A Dvm_swapout.c226 p->act_count += act_delta;
229 p->act_count -= min(p->act_count,
231 if (!remove_mode && p->act_count == 0) {
238 if (p->act_count < ACT_MAX -
240 p->act_count += ACT_ADVANCE;
H A Dvm_pageout.c785 m->act_count += act_delta + ACT_ADVANCE;
1123 * entire queue. (Note that m->act_count is not used to make
1245 m->act_count += act_delta + ACT_ADVANCE;
1416 * Advance or decay the act_count based on recent usage.
1419 m->act_count += ACT_ADVANCE + act_delta;
1420 if (m->act_count > ACT_MAX)
1421 m->act_count = ACT_MAX;
1423 m->act_count -= min(m->act_count, ACT_DECLINE);
1429 if (m->act_count
[all...]
H A Dvm_page.c1720 m->act_count = 0;
1915 m->act_count = 0;
2051 /* Unmanaged pages don't use "act_count". */
2787 * Ensure that act_count is at least ACT_INIT but do not otherwise
2800 if (m->act_count < ACT_INIT)
2801 m->act_count = ACT_INIT;
2809 if (m->act_count < ACT_INIT)
2810 m->act_count = ACT_INIT;
3916 m->flags, m->act_count, m->busy_lock, m->valid, m->dirty);
H A Dvm_page.h156 u_char act_count; /* page usage count (P) */ member in struct:vm_page
/freebsd-11-stable/sys/dev/wl/
H A Dif_wl_i82586.h242 u_short act_count; member in struct:__anon11958
H A Dif_wl.c932 tbd.act_count = 0;
1794 WL_WRITE_2(sc, PIOP0, 0); /* act_count */
1809 WL_WRITE_2(sc, PIOR0, tbd_p); /* address of act_count */
1820 WL_WRITE_2(sc, PIOP0, 0); /* act_count */
2224 sum += (tbd.act_count & ~TBD_SW_EOF);
2227 (tbd.act_count & ~TBD_SW_EOF), sum,
2229 if (tbd.act_count & TBD_SW_EOF)
/freebsd-11-stable/contrib/gcc/
H A Dprofile.c619 gcov_type *act_count[GCOV_N_VALUE_COUNTERS];
645 act_count[t] = histogram_counts[t];
658 aact_count = act_count[t];
659 act_count[t] += hist->n_counters;
616 gcov_type *act_count[GCOV_N_VALUE_COUNTERS]; local
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c517 cl_ntoh32(p_smr->sm_info.act_count),
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h3713 ib_net32_t act_count; member in struct:_ib_sm_info
3725 * act_count

Completed in 122 milliseconds