Searched full:finding (Results 1 – 25 of 475) sorted by relevance
12345678910>>...19
/linux-6.14.4/samples/bpf/ |
D | trace_output_user.c | 69 fprintf(stderr, "ERROR: finding a map in obj file failed\n"); in main() 75 fprintf(stderr, "ERROR: finding a prog in obj file failed\n"); in main()
|
D | tracex5_user.c | 54 printf("finding a prog in obj file failed\n"); in main() 73 fprintf(stderr, "ERROR: finding a map in obj file failed\n"); in main()
|
D | test_map_in_map_user.c | 132 printf("finding a prog in obj file failed\n"); in main() 151 fprintf(stderr, "ERROR: finding a map in obj file failed\n"); in main()
|
D | xdp_adjust_tail_user.c | 166 printf("finding a max_pcktsz map in obj file failed\n"); in main() 175 printf("finding a icmpcnt map in obj file failed\n"); in main()
|
D | cpustat_user.c | 206 printf("finding a prog in obj file failed\n"); in main() 219 fprintf(stderr, "ERROR: finding a map in obj file failed\n"); in main()
|
D | sampleip_user.c | 197 fprintf(stderr, "ERROR: finding a prog in obj file failed\n"); in main() 209 fprintf(stderr, "ERROR: finding a map in obj file failed\n"); in main()
|
D | tracex1_user.c | 24 fprintf(stderr, "ERROR: finding a prog in obj file failed\n"); in main()
|
D | trace_event_user.c | 320 printf("finding a prog in obj file failed\n"); in main() 333 printf("finding a counts/stackmap map in obj file failed\n"); in main()
|
D | spintest_user.c | 41 fprintf(stderr, "ERROR: finding a map in obj file failed\n"); in main()
|
D | sockex3_user.c | 49 fprintf(stderr, "ERROR: finding a map in obj file failed\n"); in main()
|
D | tracex4_user.c | 71 fprintf(stderr, "ERROR: finding a map in obj file failed\n"); in main()
|
/linux-6.14.4/Documentation/admin-guide/cifs/ |
D | authors.rst | 39 - Vince Negri and Dave Stahl (for finding an important caching bug) 69 And thanks to the IBM LTC and Power test teams and SuSE and Citrix and RedHat testers for finding m…
|
/linux-6.14.4/Documentation/process/ |
D | 3.Early-stage.rst | 52 more concerned about system stability, long-term maintenance, and finding 136 Finding maintainers can be a bit harder. Again, the MAINTAINERS file is 147 The task of finding the right maintainer is sometimes challenging enough
|
D | researcher-guidelines.rst | 160 "Reviewed-by" tag included in the resulting patch. Finding another 167 help finding such a person, or if you have any other questions
|
/linux-6.14.4/arch/parisc/include/asm/ |
D | hash.h | 54 * Finding a good shift-and-add chain for GOLDEN_RATIO_64 is tricky, 61 * constant multiplication, and is good at finding shift-and-add chains
|
/linux-6.14.4/arch/xtensa/ |
D | Kconfig.debug | 47 This may simplify finding faulting code in the absence of other
|
/linux-6.14.4/fs/btrfs/tests/ |
D | extent-io-tests.c | 589 test_err("error finding beginning range: start %llu end %llu", in test_find_first_clear_extent_bit() 605 test_err("error finding trimmed range: start %llu end %llu", in test_find_first_clear_extent_bit() 618 test_err("error finding next unalloc range: start %llu end %llu", in test_find_first_clear_extent_bit() 632 test_err("error finding exact range: start %llu end %llu", in test_find_first_clear_extent_bit() 645 test_err("error finding next alloc range: start %llu end %llu", in test_find_first_clear_extent_bit()
|
/linux-6.14.4/include/linux/mtd/ |
D | inftl.h | 41 __u16 LastFreeEUN; /* To speed up finding a free EUN */
|
D | nftl.h | 32 __u16 LastFreeEUN; /* To speed up finding a free EUN */
|
/linux-6.14.4/include/net/netns/ |
D | xfrm.h | 38 * Main use is finding SA after policy selected tunnel or transport
|
/linux-6.14.4/kernel/configs/ |
D | debug.config | 1 # Help: Debugging for CI systems and finding regressions
|
/linux-6.14.4/arch/x86/virt/vmx/tdx/ |
D | tdx.h | 84 /* Metadata for finding target 'tdmr_info' and freeing @tdmrs */
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ti/ |
D | ti,interface-clock.yaml | 15 companion clock finding (match corresponding functional gate
|
/linux-6.14.4/fs/befs/ |
D | ChangeLog | 51 finding the first key that is a substring of the string it is searching 127 for a while. Thanks to Brent Miszalaski for finding and reporting this bug. 236 the hard work of finding the disk block number.
|
/linux-6.14.4/drivers/w1/ |
D | w1_internal.h | 51 /* Disconnect and reconnect devices in the given family. Used for finding
|
12345678910>>...19