Home
last modified time | relevance | path

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

12345678910>>...177

/Linux-v6.1/tools/testing/selftests/tpm2/
Dtpm2_tests.py47 try:
59 try:
76 try:
94 try:
104 # Extend first a PCR that is not part of the policy and try to unseal.
112 try:
123 # Then, extend a PCR that is part of the policy and try to unseal.
131 try:
151 try:
160 try:
[all …]
/Linux-v6.1/scripts/
DMakefile.compiler9 # would try to directly execute the shell builtin 'command'. This workaround
18 # try-run
19 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
22 try-run = $(shell set -e; \
34 as-option = $(call try-run,\
40 as-instr = $(call try-run,\
45 __cc-option = $(call try-run,\
56 cc-option-yn = $(call try-run,\
61 cc-disable-warning = $(call try-run,\
74 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
Dshow_delta64 try:
94 try:
102 # assume a numeric base. If that fails, try searching
104 try:
110 try:
/Linux-v6.1/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()
/Linux-v6.1/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()
/Linux-v6.1/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 …]
/Linux-v6.1/arch/powerpc/platforms/powernv/
Dpci-cxl.c88 int i, hwirq, try; in pnv_cxl_alloc_hwirq_ranges() local
94 try = num; in pnv_cxl_alloc_hwirq_ranges()
95 while (try) { in pnv_cxl_alloc_hwirq_ranges()
96 hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, try); in pnv_cxl_alloc_hwirq_ranges()
99 try /= 2; in pnv_cxl_alloc_hwirq_ranges()
101 if (!try) in pnv_cxl_alloc_hwirq_ranges()
105 irqs->range[i] = try; in pnv_cxl_alloc_hwirq_ranges()
108 num -= try; in pnv_cxl_alloc_hwirq_ranges()
/Linux-v6.1/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 …]
/Linux-v6.1/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
/Linux-v6.1/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 …]
/Linux-v6.1/Documentation/sphinx/
Dautomarkup.py21 try:
28 # Try to identify "function()" that's not already marked up some
66 # pointless to try to cross-reference them and, as has been known
69 # just don't even try with these names.
135 # own C role, but both match the same regex, so we try both.
146 # Check if this document has a namespace, and if so, try
165 try:
206 # Check if this document has a namespace, and if so, try
224 try:
237 # Try to replace a documentation reference of the form Documentation/... with a
[all …]
/Linux-v6.1/tools/testing/selftests/firmware/
Dfw_filesystem.sh73 # Try the asynchronous version too
92 # Try platform (EFI embedded fw) loading too
276 echo -n "Batched request_firmware() nofile try #$1: "
287 echo -n "Batched request_firmware_into_buf() nofile try #$1: "
314 echo -n "Batched request_firmware_direct() nofile try #$1: "
325 echo -n "Batched request_firmware_nowait(uevent=true) nofile try #$1: "
354 echo -n "Batched request_firmware_nowait(uevent=false) nofile try #$1: "
369 echo -n "Batched request_firmware() $2 try #$1: "
379 echo -n "Batched request_firmware_into_buf() $2 try #$1: "
391 echo -n "Batched request_firmware_direct() $2 try #$1: "
[all …]
/Linux-v6.1/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.
97 - The driver allows the application to try to change the default colorspace
104 - The driver allows the application to try to change the default transform function.
111 - The driver allows the application to try to change the default Y'CbCr
118 - The driver allows the application to try to change the default HSV
125 - The driver allows the application to try to change the default
Dvidioc-subdev-g-fmt.rst57 to ``V4L2_SUBDEV_FORMAT_TRY``. When set, 'try' formats are not applied
62 For instance, to try a format at the output pad of a sub-device,
63 applications would first set the try format at the sub-device input with
69 Try formats do not depend on active formats, but can depend on the
121 - Try formats, used for querying device capabilities.
/Linux-v6.1/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
/Linux-v6.1/drivers/phy/broadcom/
Dphy-brcm-sata.c429 int try; in brcm_ns2_sata_init() local
468 try = 50; in brcm_ns2_sata_init()
469 while (try) { in brcm_ns2_sata_init()
475 try--; in brcm_ns2_sata_init()
477 if (!try) { in brcm_ns2_sata_init()
492 unsigned int val, try; in brcm_nsp_sata_init() local
534 try = 50; in brcm_nsp_sata_init()
535 while (--try) { in brcm_nsp_sata_init()
542 if (!try) { in brcm_nsp_sata_init()
564 unsigned int val, try; in brcm_sr_sata_init() local
[all …]
/Linux-v6.1/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py53 try:
68 try:
82 try:
88 try:
/Linux-v6.1/tools/perf/scripts/python/
Dsctop.py15 try:
40 try:
58 try:
84 try:
/Linux-v6.1/arch/powerpc/mm/book3s64/
Dhash_64k.c62 * Try to lock the PTE, add ACCESSED and DIRTY if it was in __hash_page_4K()
124 * we try an insertion. in __hash_page_4K()
163 * Primary is full, try the secondary in __hash_page_4K()
192 * acquire that slot next time we try. This will ensure in __hash_page_4K()
200 * FIXME!! Should be try the group from which we removed ? in __hash_page_4K()
255 * Try to lock the PTE, add ACCESSED and DIRTY if it was in __hash_page_64K()
297 * Primary is full, try the secondary in __hash_page_64K()
312 * FIXME!! Should be try the group from which we removed ? in __hash_page_64K()
/Linux-v6.1/tools/testing/kunit/
Dkunit_kernel.py50 try:
67 try:
81 try:
257 try:
274 message += '\nNote: many Kconfig options aren\'t available on UML. You can try running ' \
283 try:
324 try:
344 try:
354 try:
/Linux-v6.1/init/
Ddo_mounts.c204 * Try non-existent, but valid partition, which may only exist after in devt_from_devname()
212 /* try disk name without <part number> */ in devt_from_devname()
219 /* try disk name without p<part number> */ in devt_from_devname()
460 int try, err; in mount_nfs_root() local
467 * The server or network may not be ready, so try several in mount_nfs_root()
472 for (try = 1; ; try++) { in mount_nfs_root()
477 if (try > NFSROOT_RETRY_MAX) in mount_nfs_root()
502 int try, err; in mount_cifs_root() local
509 for (try = 1; ; try++) { in mount_cifs_root()
514 if (try > CIFSROOT_RETRY_MAX) in mount_cifs_root()
/Linux-v6.1/drivers/mmc/core/
Dregulator.c142 * Check if supported first to avoid errors since we may try several in mmc_regulator_set_voltage_if_supported()
165 * For 3.3V signaling, we try to match VQMMC to VMMC as closely as possible.
169 * If this is not possible we'll try the full 2.7-3.6V of the spec.
171 * For 1.2V and 1.8V signaling we'll try to get as close as possible to the
210 * voltage in two steps and try to stay close to vmmc in mmc_regulator_set_vqmmc()
236 * mmc_regulator_get_supply - try to get VMMC and VQMMC regulators for a host
/Linux-v6.1/drivers/net/ethernet/cisco/enic/
Dvnic_enet.h43 #define VENET_INTR_MODE_ANY 0 /* Try MSI-X, then MSI, then INTx */
44 #define VENET_INTR_MODE_MSI 1 /* Try MSI then INTx */
45 #define VENET_INTR_MODE_INTX 2 /* Try INTx only */
/Linux-v6.1/drivers/firewire/
Dcore-iso.c207 int try, new, old = allocate ? BANDWIDTH_AVAILABLE_INITIAL : 0; in manage_bandwidth() local
211 * On a 1394a IRM with low contention, try < 1 is enough. in manage_bandwidth()
212 * On a 1394-1995 IRM, we need at least try < 2. in manage_bandwidth()
213 * Let's just do try < 5. in manage_bandwidth()
215 for (try = 0; try < 5; try++) { in manage_bandwidth()

12345678910>>...177