Searched refs:victim (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c341 uint32_t uc_nextvictim; /* points to next victim in fifo list */
410 register cache_ptr victim; local
421 victim = uc->uc_fifo[uc->uc_nextvictim];
422 if (victim != NULL) {
423 loc = CACHE_LOC(xprt, victim->cache_xid);
425 *vicp != NULL && *vicp != victim;
429 (void) syslog(LOG_ERR, "cache_set: victim not found");
432 *vicp = victim->cache_next; /* remote from cache */
433 newbuf = victim->cache_reply;
435 victim
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dvuid_queue.c162 Vuid_q_node *base, *victim; local
184 /* Run down list looking for a collapse victim */
185 for (victim = base->next; victim; victim = victim_next) {
186 /* Remember next victim incase axe victim below */
187 victim_next = victim->next;
189 if (!vq_is_valuator(victim))
195 * differs from victim'
[all...]
H A Dphysmem.c129 struct physmem_proc_hash *victim = NULL; local
137 victim = *walker;
138 *walker = victim->pph_next;
144 if (victim != NULL)
145 kmem_free(victim, sizeof (struct physmem_proc_hash));
289 struct physmem_hash *victim; local
300 victim = *phpp;
301 *phpp = victim->ph_next;
304 kmem_free(victim, sizeof (*victim));
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c662 uint32_t uc_nextvictim; /* points to next victim in fifo list */
747 static const char cache_set_err1[] = "victim not found";
748 static const char cache_set_err2[] = "victim alloc failed";
755 cache_ptr victim; local
783 victim = uc->uc_fifo[uc->uc_nextvictim];
784 if (victim != NULL) {
786 loc = CACHE_LOC(parent, victim->cache_xid);
788 *vicp != NULL && *vicp != victim;
796 *vicp = victim->cache_next; /* remove from cache */
797 newbuf = victim
[all...]
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_send.c308 aggr_port_t *victim; local
310 victim = grp->lg_tx_ports[ntx - 1];
312 victim->lp_tx_idx = idx;
313 grp->lg_tx_ports[idx] = victim;
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dksetpw.c58 krb5_principal victim, salt; local
183 code = krb5_parse_name(ctx, vprincstr, &victim);
222 code = krb5_set_password_using_ccache(ctx, cc, newpw, victim,
244 if (enctype_count && (code = kt_remove_entries(ctx, kt, victim)))
248 kt_add_entry(ctx, kt, victim, salt, enctypes[i], kvno, newpw);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass1.c503 fsck_ino_t victim = inumber; local
507 victim = parent;
518 (int)parent, (int)victim);
525 dp = ginode(victim);
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.s101 * Invalidate either the context of a specific victim or any process
110 ! if (victim == INVALID_CONTEXT ||
111 ! current CPU tsbmiss->usfmmup == victim sfmmup) {
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu_asm.s86 * Invalidate either the context of a specific victim or any process
89 * %g1 = sfmmup whose ctx is being stolen (victim)
96 ! if (victim == INVALID_CONTEXT) {
102 ! } else if (current CPU tsbmiss->usfmmup != victim sfmmup) {
174 cmp %g5, %g1 /* is it the victim? */
175 bne,pt %xcc, 2f /* is our sec-ctx a victim? */
188 cmp %g4, INVALID_CONTEXT /* is pri-ctx the victim? */

Completed in 66 milliseconds