Home
last modified time | relevance | path

Searched full:collapse (Results 1 – 25 of 241) sorted by relevance

12345678910

/freebsd/tools/test/stress2/misc/
H A Dcollapse.sh32 # https://people.freebsd.org/~pho/stress/log/collapse.txt
36 sed '1,/^EOF/d' < $odir/$0 > collapse.c
37 mycc -o collapse -Wall -Wextra -g -O0 collapse.c || exit 1
38 rm -f collapse.c
44 /tmp/collapse
48 rm -f /tmp/collapse
98 * Touch all of the memory and exit at a random time to collapse
H A Dpipe.sh29 # Stress vm object collapse.
32 # collapse!" seen with uma_zalloc_arg fail point enabled.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp41 // There are no more DV references. Collapse any contained instructions. in release()
43 collapse(DV, DV->getFirstDomain()); in release()
98 collapse(dv, domain); in force()
100 // This is an incompatible open DomainValue. Collapse it to whatever and in force()
102 collapse(dv, dv->getFirstDomain()); in force()
103 assert(LiveRegs[rx] && "Not live after collapse?"); in force()
112 void ExecutionDomainFix::collapse(DomainValue *dv, unsigned domain) { in collapse() function in ExecutionDomainFix
113 assert(dv->hasDomain(domain) && "Cannot collapse"); in collapse()
115 // Collapse all the instructions. in collapse()
192 collapse(pdv, Domain); in enterBasicBlock()
[all …]
/freebsd/tests/sys/vm/
H A Dshared_shadow_inval_test.c41 * from an issue detected by stress2's collapse.sh by jeff@FreeBSD.org.
92 bool collapse; member
230 if (!ss->collapse) { in child()
231 /* Hang around to prevent collapse. */ in child()
235 /* Exit so the P2 -> P1/P4 shadow chain can collapse. */ in child()
256 if (ss->collapse) { in child()
257 /* Wait for P1 and P4 to exit, triggering collapse. */ in child()
322 dprintf("P0 (pid %d) %s(collapse=%d, block_xfer=%d, full_mod=%d)\n", in do_one_shared_shadow_inval()
323 pid, __func__, (int)collapse, (int)block_xfer, (int)full_mod); in do_one_shared_shadow_inval()
335 ss->collapse = (flags & FLAG_COLLAPSE) != 0; in do_one_shared_shadow_inval()
/freebsd/contrib/lua/doc/
H A Dindex.css12 border-collapse: collapse ;
H A Dlua.css117 border-collapse: collapse ;
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,idle-state.txt10 * Standalone Power Collapse (Standalone PC or SPC)
11 * Power Collapse (PC)
47 Power Collapse: This state is similar to the SPC mode, but distinguishes
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h172 /// collapse if needed.
182 /// Kill register rx, recycle or collapse any DomainValue.
188 /// Collapse open DomainValue into given domain. If there are multiple
190 void collapse(DomainValue *dv, unsigned domain);
/freebsd/contrib/dialog/samples/
H A Dform353 --backtitle "$backtitle" --no-collapse --cr-wrap \
60 --backtitle "$backtitle" --no-collapse --cr-wrap \
H A Dform454 --backtitle "$backtitle" --no-collapse --cr-wrap \
61 --backtitle "$backtitle" --no-collapse --cr-wrap \
H A Dform555 --backtitle "$backtitle" --no-collapse --cr-wrap \
62 --backtitle "$backtitle" --no-collapse --cr-wrap \
H A Dform655 --backtitle "$backtitle" --no-collapse --cr-wrap \
62 --backtitle "$backtitle" --no-collapse --cr-wrap \
H A Dmsgbox39 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
H A Dmsgbox510 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
H A Dmsgbox4-eucjp9 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
H A Dmsgbox4-8bit11 $DIALOG --title "MESSAGE BOX (width $width)" --no-collapse --colors "$@" \
H A Dmsgbox4-utf811 $DIALOG --title "MESSAGE BOX (width $width)" --no-collapse "$@" \
H A Dmixedform44 --backtitle "$backtitle" --no-collapse --cr-wrap \
H A Dmixedform244 --backtitle "$backtitle" --no-collapse --cr-wrap \
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h255 /// 'collapse' clause, allowed on 'loop' and Combined constructs.
256 Collapse, enumerator
407 case OpenACCClauseKind::Collapse: in printOpenACCClauseKind()
408 return Out << "collapse"; in printOpenACCClauseKind()
/freebsd/sys/vm/
H A Dvm_object.c167 "Number of sleeps for collapse");
457 * anonymous memory for special split/collapse handling. Color
568 * dropped. Attempt to collapse the sibling and backing object.
598 * Check for a collapse/terminate race with the last reference holder. in vm_object_deallocate_anon()
661 * object we may need to collapse the shadow chain. in vm_object_deallocate()
841 * Wait for a concurrent collapse to settle.
856 * Waits for a backing object to clear a pending collapse and returns
1546 * collapse so that the swap blocks are stable below. The in vm_object_split()
1548 * prevent further collapse operations until split completes. in vm_object_split()
1823 * Collapse an object with the object backing it.
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css53 border-collapse: collapse;
/freebsd/sys/dev/mana/
H A Dmana_sysctl.c282 CTLFLAG_RD, &tx_stats->collapse, "Mbuf collapse count"); in mana_sysctl_add_queues()
285 &tx_stats->collapse_err, "Mbuf collapse failures"); in mana_sysctl_add_queues()
/freebsd/contrib/libxo/doc/_static/
H A Dbasic.css_t197 border-collapse: collapse;
341 border-collapse: collapse;
/freebsd/crypto/openssl/doc/man7/
H A Dlife_cycle-kdf.pod91 <table style="border:1px solid; border-collapse:collapse">

12345678910