Searched refs:killed (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 87 def done(self, proc, killed, reran): argument 97 if killed: 168 self.killed = False 189 self.killed = True 212 self.killed = False 296 self.result.done(proc, self.killed, self.reran)
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | networking.c | 1777 int killed = 0, close_this_client = 0; in clientCommand() local 1840 killed++; in clientCommand() 1845 if (killed == 0) in clientCommand() 1850 addReplyLongLong(c,killed); in clientCommand()
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | scripting.tcl | 491 test {Timedout read-only scripts can be killed by SCRIPT KILL} { 509 test {Timedout scripts that modified data can't be killed by SCRIPT KILL} {
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | skeleton.rst | 214 /* Run until the application is quit or killed. */
|
| H A D | flow_classify.rst | 448 /* Run until the application is quit or killed. */
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_ioctl.c | 2329 u_int i, killed = 0; in pfioctl() local 2346 killed++; in pfioctl() 2351 psk->psk_killed = killed; in pfioctl() 2363 u_int i, killed = 0; in pfioctl() local 2422 killed++; in pfioctl() 2428 psk->psk_killed = killed; in pfioctl()
|
| H A D | pf.c | 589 uint32_t killed = 0; in pf_overload_task() local 663 killed++; in pf_overload_task() 671 printf("%s: %u states killed", __func__, killed); in pf_overload_task()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 7872 boolean_t killed; in main() local 7893 killed = exec_child(cmd, NULL, B_TRUE, &status); in main() 7900 killed = exec_child(ztest_opts.zo_alt_ztest, in main() 7904 if (killed) in main()
|