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

/freebsd-9.3-release/sys/vm/
H A Dvm_pageout.c615 p->act_count += actcount;
618 p->act_count -= min(p->act_count,
622 p->act_count == 0)) {
632 if (p->act_count < ACT_MAX -
634 p->act_count += ACT_ADVANCE;
776 * we have scanned the entire inactive queue. Note that m->act_count
882 m->act_count += actcount + ACT_ADVANCE;
898 m->act_count += actcount + ACT_ADVANCE + 1;
1220 m->act_count
[all...]
H A Dvm_page.c1549 m->act_count = 0;
1709 /* Unmanaged pages don't use "act_count". */
1856 /* Unmanaged pages don't use "act_count". */
1997 * Ensure that act_count is at least ACT_INIT but do not otherwise
2011 if (m->act_count < ACT_INIT)
2012 m->act_count = ACT_INIT;
2022 if (m->act_count < ACT_INIT)
2023 m->act_count = ACT_INIT;
2507 if (m->act_count >= ACT_INIT)
2508 --m->act_count;
[all...]
H A Dvm_page.h150 u_char act_count; /* page usage count (O) */ member in struct:vm_page
H A Dvm_object.c1178 m->act_count = 0;
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_sminfo_record.c84 IN ib_net32_t const act_count,
108 p_rec_item->rec.sm_info.act_count = act_count;
152 p_rem_sm->smi.act_count,
80 __osm_smir_rcv_new_smir(IN osm_sa_t * sa, IN const osm_port_t * const p_port, IN cl_qlist_t * const 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 * const p_req_physp) argument
H A Dosm_sminfo_rcv.c102 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
196 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
H A Dosm_helper.c1678 cl_ntoh32(p_smi->act_count),
1707 cl_ntoh32(p_smir->sm_info.act_count),
H A Dosm_state_mgr.c780 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
/freebsd-9.3-release/sys/dev/wl/
H A Dif_wl_i82586.h242 u_short act_count; member in struct:__anon9212
H A Dif_wl.c939 tbd.act_count = 0;
1804 outw(PIOP0(base), 0); /* act_count */
1819 outw(PIOR0(base), tbd_p); /* address of act_count */
1830 outw(PIOP0(base), 0); /* act_count */
2239 sum += (tbd.act_count & ~TBD_SW_EOF);
2242 (tbd.act_count & ~TBD_SW_EOF), sum,
2244 if (tbd.act_count & TBD_SW_EOF)
/freebsd-9.3-release/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-9.3-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h3481 ib_net32_t act_count; member in struct:_ib_sm_info
3494 * act_count

Completed in 112 milliseconds