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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h86 rb_replace_node(struct rb_node *victim, struct rb_node *new, argument
90 RB_SWAP_CHILD((struct linux_root *)root, victim, new, __entry);
91 if (victim->rb_left)
92 RB_SET_PARENT(victim->rb_left, new, __entry);
93 if (victim->rb_right)
94 RB_SET_PARENT(victim->rb_right, new, __entry);
95 *new = *victim;
/freebsd-13-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-13-stable/lib/libc/rpc/
H A Dsvc_dg.c498 u_int uc_nextvictim; /* points to next victim in fifo list */
571 static const char cache_set_err1[] = "victim not found";
572 static const char cache_set_err2[] = "victim alloc failed";
578 cache_ptr victim; local
594 victim = uc->uc_fifo[uc->uc_nextvictim];
595 if (victim != NULL) {
596 loc = CACHE_LOC(xprt, victim->cache_xid);
598 *vicp != NULL && *vicp != victim;
606 *vicp = victim->cache_next; /* remove from cache */
607 newbuf = victim
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp262 for (ModuleIterator victim = First; victim != Last; ++victim) {
263 Modules.erase(victim->File);
266 StringRef ModuleName = victim->ModuleName;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp972 // Other threads will inspect this variable when searching for a victim.
1216 // note: victim thread can potentially execute another loop
1217 // TODO: algorithm of searching for a victim
1220 dispatch_private_info_template<T> *victim; local
1224 victim = reinterpret_cast<dispatch_private_info_template<T> *>(
1226 KMP_DEBUG_ASSERT(victim);
1227 while ((victim == pr || id != victim->u.p.static_steal_counter) &&
1230 victim = reinterpret_cast<dispatch_private_info_template<T> *>(
1232 KMP_DEBUG_ASSERT(victim);
1319 dispatch_private_info_template<T> *victim; local
[all...]
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c80 } victim; variable in typeref:struct:victim_info
589 memcpy(wh->i_addr1, victim.bss, 6);
591 memcpy(wh->i_addr3, victim.bss, 6);
619 ssidlen = strlen(victim.ssid);
621 memcpy(body, victim.ssid, ssidlen);
633 strlen(victim.ssid) + 2 + 4);
692 // we want a specific victim
725 if (victim.ssid)
726 free(victim.ssid);
728 victim
[all...]
/freebsd-13-stable/contrib/libevent/
H A Devdns.c2048 struct server_reply_item *victim, *next, **list; local
2058 victim = *list;
2059 while (victim) {
2060 next = victim->next;
2061 mm_free(victim->name);
2062 if (victim->data)
2063 mm_free(victim->data);
2064 mm_free(victim);
2065 victim = next;
4074 struct hosts_entry *victim; local
4099 struct hosts_entry *victim; local
[all...]
H A Devutil.c1319 struct evutil_addrinfo *victim = *ai; local
1320 *ai = victim->ai_next;
1321 victim->ai_next = NULL;
1322 freeaddrinfo(victim);
H A Devent.c549 struct event_debug_entry **ent, *victim; local
553 victim = *ent;
555 mm_free(victim);
/freebsd-13-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-13-stable/lib/libpmc/
H A Dlibpmc.c475 __K8MASK(dirty-l2-victim, 0),
476 __K8MASK(victim-from-l2, 1),
/freebsd-13-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. */

Completed in 300 milliseconds