Home
last modified time | relevance | path

Searched refs:cpe (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c328 struct xen_evt_data *cpe; in update_evtchn_affinity() local
339 cpe = cp->cpu_m.mcpu_evt_pend; in update_evtchn_affinity()
341 SET_EVTCHN_BIT(evtchn, cpe->evt_affinity); in update_evtchn_affinity()
343 CLEAR_EVTCHN_BIT(evtchn, cpe->evt_affinity); in update_evtchn_affinity()
1231 #define UNBLOCKED_EVENTS(si, ix, cpe, cpu_id) \ argument
1233 (cpe)->evt_affinity[ix])
1261 volatile struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; in xen_callback_handler() local
1291 while ((pe = UNBLOCKED_EVENTS(si, i, cpe, cpu->cpu_id)) != 0) { in xen_callback_handler()
1342 cpe->pending_sel[pri] |= selbit; in xen_callback_handler()
1343 cpe->pending_evts[pri][i] |= (1ul << j); in xen_callback_handler()
[all …]
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c839 struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; in xen_uppc_setspl() local
842 pending_sels |= cpe->pending_sel[i]; in xen_uppc_setspl()
H A Dxpv_psm.c611 struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; in xen_psm_setspl() local
614 pending_sels |= cpe->pending_sel[i]; in xen_psm_setspl()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1092 struct chtab *cpe; in clreclaim4_zone() local
1137 cpe = cpl; in clreclaim4_zone()
1138 while (cpe->ch_list != NULL) in clreclaim4_zone()
1139 cpe = cpe->ch_list; in clreclaim4_zone()
1140 cpe->ch_list = cp; in clreclaim4_zone()
H A Dnfs_subr.c647 struct chtab *cpe; in clreclaim_zone() local
691 cpe = cpl; in clreclaim_zone()
692 while (cpe->ch_list != NULL) in clreclaim_zone()
693 cpe = cpe->ch_list; in clreclaim_zone()
694 cpe->ch_list = cp; in clreclaim_zone()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c939 char *cpe; in env_replace() local
943 if ((cpe = my_getenv(psp, cp + 1)) != NULL) { in env_replace()
945 (void) strncat(cp, cpe, in env_replace()