Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dsetget_sockopt.c27 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 Dima_setup.sh137 elif [[ "${action}" == "restore-bin" ]]; then
/tools/testing/selftests/net/tcp_ao/
A DMakefile7 TEST_BOTH_AF += restore
/tools/objtool/include/objtool/
A Dcheck.h62 restore : 1, member
/tools/power/pm-graph/
A Dbootgraph.py706 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 Dmigrate_reuseport.c148 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 Dtest_tablet.py471 def restore(self): member in Pen
546 pen.restore()
925 pen.restore()
1027 pen.restore()
1164 pen.restore()
/tools/power/pm-graph/config/
A Dexample.cfg49 # Enable/disable runtime suspend for all devices, restore all after test (default: no-action)
/tools/objtool/
A Dcheck.c2257 insn->restore = true; in read_unwind_hints()
3595 if (insn->restore) { in validate_branch()

Completed in 21 milliseconds