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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h91 rb_replace_node(struct rb_node *victim, struct rb_node *new, argument
96 p = rb_parent(victim);
98 if (p->rb_left == victim)
104 if (victim->rb_left)
105 rb_set_parent(victim->rb_left, new);
106 if (victim->rb_right)
107 rb_set_parent(victim->rb_right, new);
108 *new = *victim;
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2629 Void_t *victim = NULL; local
2661 victim = _int_malloc(ar_ptr, bytes);
2663 if(victim)
2673 if (!victim)
2682 victim = _int_malloc(ar_ptr, bytes);
2684 if(victim)
2693 assert(!victim || chunk_is_mmapped(mem2chunk(victim)) ||
2694 ar_ptr == arena_for_chunk(mem2chunk(victim)));
2697 if (!victim)
2915 mchunkptr victim; /* inspected/selected chunk */ local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_dg.c496 u_int uc_nextvictim; /* points to next victim in fifo list */
569 static const char cache_set_err1[] = "victim not found";
570 static const char cache_set_err2[] = "victim alloc failed";
576 cache_ptr victim; local
592 victim = uc->uc_fifo[uc->uc_nextvictim];
593 if (victim != NULL) {
594 loc = CACHE_LOC(xprt, victim->cache_xid);
596 *vicp != NULL && *vicp != victim;
604 *vicp = victim->cache_next; /* remove from cache */
605 newbuf = victim
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp255 for (ModuleIterator victim = First; victim != Last; ++victim) {
256 Modules.erase(victim->File);
259 StringRef ModuleName = victim->ModuleName;
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c79 } victim; variable in typeref:struct:victim_info
588 memcpy(wh->i_addr1, victim.bss, 6);
590 memcpy(wh->i_addr3, victim.bss, 6);
618 ssidlen = strlen(victim.ssid);
620 memcpy(body, victim.ssid, ssidlen);
632 strlen(victim.ssid) + 2 + 4);
691 // we want a specific victim
724 if (victim.ssid)
725 free(victim.ssid);
727 victim
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp972 // Other threads will inspect this variable when searching for a victim.
1213 // TODO: algorithm of searching for a victim
1219 dispatch_private_info_template<T> *victim = local
1223 while ((victim == NULL || victim == pr ||
1224 (*(volatile T *)&victim->u.p.static_steal_counter !=
1228 victim = reinterpret_cast<dispatch_private_info_template<T> *>(
1232 if (!victim || (*(volatile T *)&victim->u.p.static_steal_counter !=
1235 // no victim i
1319 dispatch_private_info_template<T> *victim = local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c2050 struct server_reply_item *victim, *next, **list; local
2060 victim = *list;
2061 while (victim) {
2062 next = victim->next;
2063 mm_free(victim->name);
2064 if (victim->data)
2065 mm_free(victim->data);
2066 mm_free(victim);
2067 victim = next;
4071 struct hosts_entry *victim; local
4096 struct hosts_entry *victim; local
[all...]
H A Devutil.c1303 struct evutil_addrinfo *victim = *ai; local
1304 *ai = victim->ai_next;
1305 victim->ai_next = NULL;
1306 freeaddrinfo(victim);
H A Devent.c533 struct event_debug_entry **ent, *victim; local
537 victim = *ent;
539 mm_free(victim);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql161 ### but within the ACTUAL node of the tree conflict victim itself, rather
162 ### than the node of the tree conflict victim's parent directory. */
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c1986 __K8MASK(dirty-l2-victim, 0),
1987 __K8MASK(victim-from-l2, 1),

Completed in 308 milliseconds