Home
last modified time | relevance | path

Searched full:try (Results 1 – 25 of 5508) sorted by relevance

12345678910>>...221

/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
Dtpm2_tests.py37 try:
49 try:
66 try:
81 try:
91 # Extend first a PCR that is not part of the policy and try to unseal.
99 try:
110 # Then, extend a PCR that is part of the policy and try to unseal.
118 try:
138 try:
147 try:
[all …]
/kernel/linux/linux-5.10/lib/kunit/
Dtry-catch-impl.h3 * Internal kunit try catch implementation to be shared with tests.
12 #include <kunit/try-catch.h>
19 kunit_try_catch_func_t try, in kunit_try_catch_init() argument
23 try_catch->try = try; in kunit_try_catch_init()
/kernel/linux/linux-5.10/drivers/pcmcia/
Drsrc_iodyn.c107 unsigned int try; in iodyn_find_io() local
131 /* Try to extend top of window */ in iodyn_find_io()
132 try = res->end + 1; in iodyn_find_io()
133 if ((*base == 0) || (*base == try)) { in iodyn_find_io()
137 *base = try; in iodyn_find_io()
143 /* Try to extend bottom of window */ in iodyn_find_io()
144 try = res->start - num; in iodyn_find_io()
145 if ((*base == 0) || (*base == try)) { in iodyn_find_io()
150 *base = try; in iodyn_find_io()
/kernel/linux/linux-4.19/Documentation/power/
Dtricks.txt5 If you want to trick swsusp/S3 into working, you might want to try:
18 want to try vesafb later]
20 * try running as few processes as possible, preferably go to single
24 S3. Try that first.
26 When you make it work, try to find out what exactly was it that broke
Dbasic-pm-debugging.txt6 To check if hibernation works, you can try to hibernate in the "reboot" mode:
19 to hibernate or resume in the "reboot" mode, you should try the "platform" mode:
78 Then, the kernel will try to freeze processes, suspend devices, wait a few
97 should try the test modes starting from "freezer", through "devices", "platform"
124 with these drivers compiled as modules). You may also try to use some special
129 of hibernation is not likely to work. You can try the "shutdown" mode, but that
134 should be reported. In that case you can also try to switch the nonboot CPUs
154 can try to compile more drivers as modules, so that they can be tested
159 unload n/2 of the modules and try again (that would probably involve rebooting
162 load n/2 modules more and try again.
[all …]
/kernel/linux/linux-4.19/drivers/pcmcia/
Drsrc_iodyn.c110 unsigned int try; in iodyn_find_io() local
134 /* Try to extend top of window */ in iodyn_find_io()
135 try = res->end + 1; in iodyn_find_io()
136 if ((*base == 0) || (*base == try)) { in iodyn_find_io()
140 *base = try; in iodyn_find_io()
146 /* Try to extend bottom of window */ in iodyn_find_io()
147 try = res->start - num; in iodyn_find_io()
148 if ((*base == 0) || (*base == try)) { in iodyn_find_io()
153 *base = try; in iodyn_find_io()
/kernel/linux/linux-5.10/Documentation/power/
Dtricks.rst7 If you want to trick swsusp/S3 into working, you might want to try:
20 want to try vesafb later]
22 * try running as few processes as possible, preferably go to single
26 S3. Try that first.
28 When you make it work, try to find out what exactly was it that broke
Dbasic-pm-debugging.rst10 To check if hibernation works, you can try to hibernate in the "reboot" mode::
23 fails to hibernate or resume in the "reboot" mode, you should try the
86 Then, the kernel will try to freeze processes, suspend devices, wait a few
105 should try the test modes starting from "freezer", through "devices", "platform"
133 with these drivers compiled as modules). You may also try to use some special
138 of hibernation is not likely to work. You can try the "shutdown" mode, but that
143 should be reported. In that case you can also try to switch the nonboot CPUs
164 can try to compile more drivers as modules, so that they can be tested
169 unload n/2 of the modules and try again (that would probably involve rebooting
172 load n/2 modules more and try again.
[all …]
/kernel/linux/linux-4.19/tools/perf/Documentation/
Dtips.txt1 For a higher level overview, try: perf report --sort comm,dso
21 If you have debuginfo enabled, try: perf report -s sym,srcline
22 For memory address profiling, try: perf mem record / perf mem report
23 For tracepoint events, try: perf report -s trace_fields
29 If you prefer Intel style assembly, try: perf annotate -M intel
30 For hierarchical output, try: perf report --hierarchy
/kernel/linux/linux-4.19/include/uapi/linux/
Dmii.h74 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
75 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
76 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
77 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
78 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
79 #define ADVERTISE_1000XPAUSE 0x0080 /* Try for 1000BASE-X pause */
80 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */
81 #define ADVERTISE_1000XPSE_ASYM 0x0100 /* Try for 1000BASE-X asym pause */
82 #define ADVERTISE_100BASE4 0x0200 /* Try for 100mbps 4k packets */
83 #define ADVERTISE_PAUSE_CAP 0x0400 /* Try for pause */
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/
Dct.json100 "name": "Try ct with zone",
124 "name": "Try ct with zone, commit",
148 "name": "Try ct with zone, commit, mark",
172 "name": "Try ct with zone, commit, mark, nat",
196 "name": "Try ct with full nat ipv4 range syntax",
220 "name": "Try ct with full nat ipv6 syntax",
244 "name": "Try ct with full nat ipv6 range syntax",
268 "name": "Try ct with full nat ipv6 range syntax + force",
292 "name": "Try ct with label",
316 "name": "Try ct with label with mask",
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Dpci-cxl.c87 int i, hwirq, try; in pnv_cxl_alloc_hwirq_ranges() local
93 try = num; in pnv_cxl_alloc_hwirq_ranges()
94 while (try) { in pnv_cxl_alloc_hwirq_ranges()
95 hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, try); in pnv_cxl_alloc_hwirq_ranges()
98 try /= 2; in pnv_cxl_alloc_hwirq_ranges()
100 if (!try) in pnv_cxl_alloc_hwirq_ranges()
104 irqs->range[i] = try; in pnv_cxl_alloc_hwirq_ranges()
107 num -= try; in pnv_cxl_alloc_hwirq_ranges()
/kernel/linux/linux-4.19/arch/powerpc/platforms/powernv/
Dpci-cxl.c91 int i, hwirq, try; in pnv_cxl_alloc_hwirq_ranges() local
97 try = num; in pnv_cxl_alloc_hwirq_ranges()
98 while (try) { in pnv_cxl_alloc_hwirq_ranges()
99 hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, try); in pnv_cxl_alloc_hwirq_ranges()
102 try /= 2; in pnv_cxl_alloc_hwirq_ranges()
104 if (!try) in pnv_cxl_alloc_hwirq_ranges()
108 irqs->range[i] = try; in pnv_cxl_alloc_hwirq_ranges()
111 num -= try; in pnv_cxl_alloc_hwirq_ranges()
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dtips.txt1 For a higher level overview, try: perf report --sort comm,dso
22 If you have debuginfo enabled, try: perf report -s sym,srcline
23 For memory address profiling, try: perf mem record / perf mem report
24 For tracepoint events, try: perf report -s trace_fields
30 If you prefer Intel style assembly, try: perf annotate -M intel
31 For hierarchical output, try: perf report --hierarchy
/kernel/linux/linux-4.19/tools/testing/selftests/firmware/
Dfw_filesystem.sh70 # Try the asynchronous version too
183 echo -n "Batched request_firmware() nofile try #$1: "
194 echo -n "Batched request_firmware_direct() nofile try #$1: "
205 echo -n "Batched request_firmware_nowait(uevent=true) nofile try #$1: "
234 echo -n "Batched request_firmware_nowait(uevent=false) nofile try #$1: "
249 echo -n "Batched request_firmware() try #$1: "
259 echo -n "Batched request_firmware_direct() try #$1: "
269 echo -n "Batched request_firmware_nowait(uevent=true) try #$1: "
278 echo -n "Batched request_firmware_nowait(uevent=false) try #$1: "
/kernel/linux/linux-5.10/include/uapi/linux/
Dmii.h74 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
75 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
76 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
77 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
78 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
79 #define ADVERTISE_1000XPAUSE 0x0080 /* Try for 1000BASE-X pause */
80 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */
81 #define ADVERTISE_1000XPSE_ASYM 0x0100 /* Try for 1000BASE-X asym pause */
82 #define ADVERTISE_100BASE4 0x0200 /* Try for 100mbps 4k packets */
83 #define ADVERTISE_PAUSE_CAP 0x0400 /* Try for pause */
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-enum-mbus-code.rst44 Available media bus formats may depend on the current 'try' formats at
47 information about the try formats.
93 - The driver allows the application to try to change the default colorspace
100 - The driver allows the application to try to change the default transform function.
107 - The driver allows the application to try to change the default Y'CbCr
114 - The driver allows the application to try to change the default HSV
121 - The driver allows the application to try to change the default
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
Dfw_filesystem.sh70 # Try the asynchronous version too
89 # Try platform (EFI embedded fw) loading too
273 echo -n "Batched request_firmware() nofile try #$1: "
284 echo -n "Batched request_firmware_into_buf() nofile try #$1: "
311 echo -n "Batched request_firmware_direct() nofile try #$1: "
322 echo -n "Batched request_firmware_nowait(uevent=true) nofile try #$1: "
351 echo -n "Batched request_firmware_nowait(uevent=false) nofile try #$1: "
366 echo -n "Batched request_firmware() $2 try #$1: "
376 echo -n "Batched request_firmware_into_buf() $2 try #$1: "
388 echo -n "Batched request_firmware_direct() $2 try #$1: "
[all …]
/kernel/linux/linux-5.10/include/kunit/
Dtry-catch.h25 * @try: The function, the test case, to attempt to run.
26 * @catch: The function called if @try bails out.
27 * @context: used to pass user data to the try and catch functions.
31 * calling kunit_try_catch_throw(). If kunit_try_catch_throw() is called, @try
51 kunit_try_catch_func_t try; member
/kernel/linux/linux-5.10/drivers/phy/broadcom/
Dphy-brcm-sata.c401 int try; in brcm_ns2_sata_init() local
440 try = 50; in brcm_ns2_sata_init()
441 while (try) { in brcm_ns2_sata_init()
447 try--; in brcm_ns2_sata_init()
449 if (!try) { in brcm_ns2_sata_init()
464 unsigned int val, try; in brcm_nsp_sata_init() local
506 try = 50; in brcm_nsp_sata_init()
507 while (--try) { in brcm_nsp_sata_init()
514 if (!try) { in brcm_nsp_sata_init()
536 unsigned int val, try; in brcm_sr_sata_init() local
[all …]
/kernel/linux/linux-5.10/Documentation/sphinx/
Dautomarkup.py21 try:
28 # Try to identify "function()" that's not already marked up some
64 # pointless to try to cross-reference them and, as has been known
67 # just don't even try with these names.
121 # own C role, but both match the same regex, so we try both.
146 try:
197 try:
212 # Try to replace a documentation reference of the form Documentation/... with a
229 try:
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/connector/
Dusb-connector.txt21 - try-power-role: preferred power role if "dual"(DRP) can support Try.SNK
22 or Try.SRC, should be "sink" for Try.SNK or "source" for Try.SRC.
113 try-power-role = "sink";
/kernel/linux/linux-4.19/scripts/
Dshow_delta64 try:
94 try:
102 # assume a numeric base. If that fails, try searching
104 try:
110 try:
/kernel/linux/linux-5.10/scripts/
Dshow_delta64 try:
94 try:
102 # assume a numeric base. If that fails, try searching
104 try:
110 try:
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py53 try:
68 try:
82 try:
88 try:

12345678910>>...221