Searched refs:restore (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | setget_sockopt.c | 27 int restore; member 53 { .opt = TCP_KEEPIDLE, .new = 123, .expected = 123, .restore = 321, }, 54 { .opt = TCP_KEEPINTVL, .new = 123, .expected = 123, .restore = 321, }, 55 { .opt = TCP_KEEPCNT, .new = 123, .expected = 123, .restore = 124, }, 56 { .opt = TCP_SYNCNT, .new = 123, .expected = 123, .restore = 124, }, 57 { .opt = TCP_WINDOW_CLAMP, .new = 8123, .expected = 8123, .restore = 8124, }, 147 if (t->restore) in bpf_test_sockopt_int() 148 old = t->restore; in bpf_test_sockopt_int()
|
| /tools/testing/selftests/bpf/ |
| A D | ima_setup.sh | 137 elif [[ "${action}" == "restore-bin" ]]; then
|
| /tools/testing/selftests/net/tcp_ao/ |
| A D | Makefile | 7 TEST_BOTH_AF += restore
|
| /tools/objtool/include/objtool/ |
| A D | check.h | 62 restore : 1, member
|
| /tools/power/pm-graph/ |
| A D | bootgraph.py | 706 def updateCron(restore=False): argument 707 if not restore: 720 if restore: 753 def updateGrub(restore=False): argument 755 if restore: 817 def updateKernelParams(restore=False): argument 821 updateGrub(restore)
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | migrate_reuseport.c | 148 static int setup_fastopen(char *buf, int size, int *saved_len, bool restore) in setup_fastopen() argument 156 if (restore) { in setup_fastopen()
|
| /tools/testing/selftests/hid/tests/ |
| A D | test_tablet.py | 471 def restore(self): member in Pen 546 pen.restore() 925 pen.restore() 1027 pen.restore() 1164 pen.restore()
|
| /tools/power/pm-graph/config/ |
| A D | example.cfg | 49 # Enable/disable runtime suspend for all devices, restore all after test (default: no-action)
|
| /tools/objtool/ |
| A D | check.c | 2257 insn->restore = true; in read_unwind_hints() 3595 if (insn->restore) { in validate_branch()
|
Completed in 21 milliseconds