Home
last modified time | relevance | path

Searched refs:tokill (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/redis-devel/redis-0e5b813/tests/cluster/tests/
H A D03-failover-loop.tcl20 set tokill [randomInt 10]
24 set role [RI $tokill role]
29 if {$id == $tokill} continue
60 R $tokill wait 1 20000
64 test "Terminating node #$tokill" {
66 R $tokill config set appendonly no
67 kill_instance redis $tokill
91 test "Restarting node #$tokill" {
92 restart_instance redis $tokill
95 test "Instance #$tokill is now a slave" {
[all …]
/dports/databases/redis6/redis-6.0.16/tests/cluster/tests/
H A D03-failover-loop.tcl20 set tokill [randomInt 10]
24 set role [RI $tokill role]
27 set myid [dict get [get_myself $tokill] id]
29 if {$id == $tokill} continue
60 R $tokill wait 1 20000
64 test "Killing node #$tokill" {
65 kill_instance redis $tokill
89 test "Restarting node #$tokill" {
90 restart_instance redis $tokill
93 test "Instance #$tokill is now a slave" {
[all …]
/dports/databases/redis5/redis-5.0.14/tests/cluster/tests/
H A D03-failover-loop.tcl20 set tokill [randomInt 10]
24 set role [RI $tokill role]
27 set myid [dict get [get_myself $tokill] id]
29 if {$id == $tokill} continue
60 R $tokill wait 1 20000
64 test "Killing node #$tokill" {
65 kill_instance redis $tokill
89 test "Restarting node #$tokill" {
90 restart_instance redis $tokill
93 test "Instance #$tokill is now a slave" {
[all …]
/dports/shells/fish/fish-3.3.1/tests/checks/
H A Djob-ids.fish7 set -g tokill
11 set -g tokill $tokill $last_pid
18 set -g tokill $tokill $last_pid
23 set -g tokill $tokill $last_pid
35 command kill -9 $tokill[2]
37 wait $tokill[2] 2>/dev/null
38 set -e tokill[2]
41 set -g tokill $tokill $last_pid
53 for pid in $tokill
/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/environments/twoplayergames/
H A Dpente.py61 tokill = self._killsWhich(c, pos)
62 if self.pairsTaken[c] + len(tokill) / 2 >= 5:
67 self._setStone(c, pos, tokill)
74 def _setStone(self, c, pos, tokill=None): argument
76 if tokill == None:
77 tokill = self._killsWhich(c, pos)
79 for p in tokill:
81 self.pairsTaken[c] += len(tokill) // 2
/dports/sysutils/webmin/webmin-1.981/cron/
H A Dkill_cron.cgi28 @tokill = ( $proc->{'pid'} );
30 push(@tokill, map { $_->{'pid'} }
33 &kill_logged('TERM', @tokill) || &error(&text('kill_ekill', $!));
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dmemory-failure.c545 static void collect_procs(struct page *page, struct list_head *tokill, in collect_procs() argument
552 collect_procs_anon(page, tokill, force_early); in collect_procs()
554 collect_procs_file(page, tokill, force_early); in collect_procs()
1065 LIST_HEAD(tokill); in hwpoison_user_mappings()
1126 collect_procs(hpage, &tokill, flags & MF_ACTION_REQUIRED); in hwpoison_user_mappings()
1174 kill_procs(&tokill, forcekill, !unmap_success, pfn, flags); in hwpoison_user_mappings()
1304 LIST_HEAD(tokill); in memory_failure_dev_pagemap()
1358 collect_procs(page, &tokill, flags & MF_ACTION_REQUIRED); in memory_failure_dev_pagemap()
1360 list_for_each_entry(tk, &tokill, nd) in memory_failure_dev_pagemap()
1373 kill_procs(&tokill, flags & MF_MUST_KILL, !unmap_success, pfn, flags); in memory_failure_dev_pagemap()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dmemory-failure.c545 static void collect_procs(struct page *page, struct list_head *tokill, in collect_procs() argument
552 collect_procs_anon(page, tokill, force_early); in collect_procs()
554 collect_procs_file(page, tokill, force_early); in collect_procs()
1065 LIST_HEAD(tokill); in hwpoison_user_mappings()
1126 collect_procs(hpage, &tokill, flags & MF_ACTION_REQUIRED); in hwpoison_user_mappings()
1174 kill_procs(&tokill, forcekill, !unmap_success, pfn, flags); in hwpoison_user_mappings()
1304 LIST_HEAD(tokill); in memory_failure_dev_pagemap()
1358 collect_procs(page, &tokill, flags & MF_ACTION_REQUIRED); in memory_failure_dev_pagemap()
1360 list_for_each_entry(tk, &tokill, nd) in memory_failure_dev_pagemap()
1373 kill_procs(&tokill, flags & MF_MUST_KILL, !unmap_success, pfn, flags); in memory_failure_dev_pagemap()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dmemory-failure.c545 static void collect_procs(struct page *page, struct list_head *tokill, in collect_procs() argument
552 collect_procs_anon(page, tokill, force_early); in collect_procs()
554 collect_procs_file(page, tokill, force_early); in collect_procs()
1065 LIST_HEAD(tokill); in hwpoison_user_mappings()
1126 collect_procs(hpage, &tokill, flags & MF_ACTION_REQUIRED); in hwpoison_user_mappings()
1174 kill_procs(&tokill, forcekill, !unmap_success, pfn, flags); in hwpoison_user_mappings()
1304 LIST_HEAD(tokill); in memory_failure_dev_pagemap()
1358 collect_procs(page, &tokill, flags & MF_ACTION_REQUIRED); in memory_failure_dev_pagemap()
1360 list_for_each_entry(tk, &tokill, nd) in memory_failure_dev_pagemap()
1373 kill_procs(&tokill, flags & MF_MUST_KILL, !unmap_success, pfn, flags); in memory_failure_dev_pagemap()
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/kernel/
H A Dm2sci_syntax.sci543 tokill = %F
550 tokill = %T
552 if ke<kd then tokill = %T,end
555 if ~tokill then
558 if and(part(tk,km)<>symbs) then tokill = %T,end
562 if ~tokill then
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/map/
H A Dmap_vector.h314 T const & tokill) //can be an element, a key, or an iterator
316 if (set.data_elements[ordValue(key(tokill))].data_valid)
319 set.data_elements[ordValue(key(tokill))].data_valid = false;
/dports/biology/seqan1/seqan-1.3.1/seqan/map/
H A Dmap_vector.h313 T const & tokill) //can be an element, a key, or an iterator
315 if (set.data_elements[ordValue(key(tokill))].data_valid)
318 set.data_elements[ordValue(key(tokill))].data_valid = false;
H A Dmap_generated_forwards.h391 …name T> inline void erase(Map<TValue, VectorSet<TSpec> > &set, T const & tokill); // "seqan…
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/map/
H A Dmap_vector.h314 T const & tokill) //can be an element, a key, or an iterator
316 if (set.data_elements[ordValue(key(tokill))].data_valid)
319 set.data_elements[ordValue(key(tokill))].data_valid = false;
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/map/
H A Dmap_vector.h314 T const & tokill) //can be an element, a key, or an iterator
316 if (set.data_elements[ordValue(key(tokill))].data_valid)
319 set.data_elements[ordValue(key(tokill))].data_valid = false;
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_conversation.cpp562 FStrifeDialogueReply *tokill = Children; in ~FStrifeDialogueNode() local
563 while (tokill != NULL) in ~FStrifeDialogueNode()
565 FStrifeDialogueReply *next = tokill->Next; in ~FStrifeDialogueNode()
566 delete tokill; in ~FStrifeDialogueNode()
567 tokill = next; in ~FStrifeDialogueNode()
/dports/devel/codeville/codeville-0.1.18/Codeville/
H A DRawServer.py117 tokill = []
120 tokill.append(s)
121 for k in tokill:
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dtest-iputils_hh.cc99 auto tokill=32-n; in BOOST_AUTO_TEST_CASE() local
100 for(int i =0; i< tokill; ++i) in BOOST_AUTO_TEST_CASE()
157 auto tokill=128-n; in BOOST_AUTO_TEST_CASE() local
158 for(int i =0; i< tokill; ++i) in BOOST_AUTO_TEST_CASE()
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Dtest-iputils_hh.cc99 auto tokill=32-n; in BOOST_AUTO_TEST_CASE() local
100 for(int i =0; i< tokill; ++i) in BOOST_AUTO_TEST_CASE()
157 auto tokill=128-n; in BOOST_AUTO_TEST_CASE() local
158 for(int i =0; i< tokill; ++i) in BOOST_AUTO_TEST_CASE()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/MetaVars/
H A DOccurs.hs928 let tokill = IntSet.fromList [ i | ((_, True), i) <- zip (reverse args) [0..] ] function
931 (tokill, b) <- reallyNotFreeIn tokill b
934 (killed, b) <- go (reverse $ map fst args) tokill b
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dinterprt.c444 unsigned tokill = stacktrigger(TSD); in stackcleanup() local
446 if (tokill <= trigger) in stackcleanup()
449 tokill -= trigger; in stackcleanup()
452 while (tokill--) in stackcleanup()
/dports/math/spot/spot-2.10.2/spot/tl/
H A Dsimplify.cc2584 std::vector<bool> tokill(mos); in visit_multop() local
2678 tokill[n] = true; in visit_multop()
2698 else if (tokill[n]) in visit_multop()
3161 std::vector<bool> tokill(mos); in visit_multop() local
3262 tokill[n] = true; in visit_multop()
3284 tokill[n] = false; in visit_multop()
3290 if (tokill[n] && res[n]) in visit_multop()
/dports/math/py-spot/spot-2.10.2/spot/tl/
H A Dsimplify.cc2584 std::vector<bool> tokill(mos); in visit_multop() local
2678 tokill[n] = true; in visit_multop()
2698 else if (tokill[n]) in visit_multop()
3161 std::vector<bool> tokill(mos); in visit_multop() local
3262 tokill[n] = true; in visit_multop()
3284 tokill[n] = false; in visit_multop()
3290 if (tokill[n] && res[n]) in visit_multop()
/dports/math/reduce/Reduce-svn5758-src/packages/int/
H A Disolve.red449 symbolic procedure gausselimn(equation,tokill);
469 badpart:=tokill . badpart; % non-integrable term.
/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Danal.c2373 GEN tokill = NULL, tmpargs = (GEN)avma; in identifier() local
2380 tokill = (GEN)ep->value; /* can't kill now */ in identifier()
2411 if (tokill) gunclone(tokill); in identifier()

12