Home
last modified time | relevance | path

Searched full:ends (Results 1 – 25 of 680) sorted by relevance

12345678910>>...28

/linux/include/linux/sched/
H A Dmm.h360 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope.
363 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function.
390 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope.
393 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function.
431 * memalloc_noreclaim_restore - Ends the implicit __GFP_MEMALLOC scope.
434 * Ends the implicit __GFP_MEMALLOC scope started by memalloc_noreclaim_save
459 * memalloc_pin_restore - Ends the implicit ~__GFP_MOVABLE scope.
462 * Ends the implicit ~__GFP_MOVABLE scope started by memalloc_pin_save function.
/linux/tools/perf/util/
H A Dstat-display.c501 char buf[64], *vals, *ends; in print_metric_csv() local
508 ends = vals = skip_spaces(buf); in print_metric_csv()
509 while (isdigit(*ends) || *ends == '.') in print_metric_csv()
510 ends++; in print_metric_csv()
511 *ends = 0; in print_metric_csv()
650 char buf[64], *vals, *ends; in print_metric_only_csv() local
657 ends = vals = skip_spaces(buf); in print_metric_only_csv()
658 while (isdigit(*ends) || *ends == '.') in print_metric_only_csv()
659 ends++; in print_metric_only_csv()
660 *ends = 0; in print_metric_only_csv()
[all …]
/linux/tools/include/nolibc/
H A Darch.h11 * Then argv[] begins, and ends at the first NULL. Then we have envp which
12 * starts and ends with a NULL as well. So envp=argv+argc+1.
/linux/arch/powerpc/include/asm/
H A Dkasan.h37 * The shadow ends before the highest accessible address
46 * The shadow ends before the highest accessible address
/linux/include/net/
H A Diw_handler.h464 char *ends, struct iw_event *iwe, int event_len);
468 char *ends, struct iw_event *iwe, int event_len) in iwe_stream_add_event_check() argument
470 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check()
483 char *ends, struct iw_event *iwe, char *extra);
487 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point_check() argument
489 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check()
503 char *value, char *ends, struct iw_event *iwe,
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_f_open.rst57 In a system with multiple front-ends, it is usually the case that
67 powered up, and that other front-ends may have been powered down to make
/linux/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c41 /* calculate where the QWORD data ends - in SOP=1 space */ in pio_copy()
79 * If the data ends at the end of the SOP above and in pio_copy()
272 /* calculate where the QWORD data ends - in SOP=1 space */ in seg_pio_copy_start()
310 * If the data ends at the end of the SOP above and in seg_pio_copy_start()
408 * If the data ends at the end of the SOP above and in mid_copy_mix()
534 * If the data ends at the end of the SOP above and in mid_copy_straight()
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-bonegreen-wireless.dts113 /* in case it isn't, wilink8 ends up in one of the test modes that */
116 /* introduces a pullup on the line and wilink8 ends up in a bad state. */
/linux/Documentation/driver-api/media/
H A Ddtv-demux.rst22 can be used to select one of the DVB front-ends as a TS source for a demux,
25 The demux kABI only controls front-ends regarding to their connections with
/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dpartition.yaml89 assembled), the end result is that the entry ends with the padding
107 parent section is assembled), the end result is that the entry ends
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst150 ends, we can safely access the graph node through ``n`` even after it was used
168 * If not released before program ends, verifier considers program invalid
192 verifier after a critical section ends. This is necessary to ensure the "will
H A Dbpf_prog_run.rst108 immediately. If a packet ends up being passed to the regular networking stack
109 (because the XDP program returns ``XDP_PASS``, or because it ends up being
/linux/scripts/kconfig/
H A Dexpr.h218 * for all front ends). Each symbol, menu, etc. defined in the Kconfig files
276 /* For use by front ends that need to store auxiliary data */
282 * Can be checked by front ends.
/linux/include/linux/
H A Dcrc32.h24 * expected to do that if it needs to. Inverting at both ends is recommended.
77 * expected to do that if it needs to. Inverting at both ends is recommended.
/linux/tools/testing/memblock/tests/
H A Dalloc_exact_nid_api.c137 * Expect to drop the lower limit and allocate a memory region that ends at
180 * node ends before min_addr:
194 * Expect to drop the lower limit and allocate a memory region that ends at
236 * the requested node and the range do not overlap, and requested node ends
252 * Expect to drop the lower limit and allocate a memory region that ends at
451 * node ends before min_addr:
507 * the requested node and the range do not overlap, and requested node ends
819 * min_addr and ends at max_addr and is the same size as the region to be
H A Dalloc_nid_api.c62 * Expect to allocate a region that ends at max_addr.
114 * Expect to allocate an aligned region that ends before max_addr.
164 * Expect to allocate a region that starts at min_addr and ends at
217 * ends at max_addr (if the address is aligned).
648 * a region that ends before the end of the memory.
685 * a region that ends before the end of the memory.
731 * Expect to allocate a region that ends before max_addr.
783 * Expect to allocate an aligned region that ends before max_addr.
1518 * Expect to drop the lower limit and allocate a memory region that ends at
1575 * ends at the end of the first node that overlaps with the range.
[all …]
/linux/drivers/iio/afe/
H A DMakefile3 # Makefile for industrial I/O Analog Front Ends (AFE)
H A DKconfig7 menu "Analog Front Ends"
/linux/include/kunit/
H A Dresource.h415 * kunit_add_action() - Call a function when the test ends.
437 * kunit_add_action_or_reset() - Call a function when the test ends.
487 * when the test ends.
491 * the test ends.
/linux/tools/testing/selftests/firmware/
H A Dsettings1 # The async firmware timeout is set to 1 second (but ends up being effectively
/linux/arch/mips/
H A DKbuild8 # everything ends up here
/linux/arch/riscv/kernel/
H A Dunaligned_access_speed.c71 /* Ensure the copy ends before the end time is snapped. */ in check_unaligned_access()
327 /* Ensure the copy ends before the end time is snapped. */ in check_vector_unaligned_access()
345 /* Ensure the copy ends before the end time is snapped. */ in check_vector_unaligned_access()
/linux/fs/btrfs/
H A Draid-stripe-tree.c152 /* That stripe ends before we start, we're done. */ in btrfs_delete_raid_extent()
161 * and ends after the range we want to delete, i.e. we're in btrfs_delete_raid_extent()
232 * The stripe extent ends after the range we want to delete: in btrfs_delete_raid_extent()
/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test_util.h25 /* Must be last -ends in a flexible-array member. */
/linux/Documentation/process/
H A Dmanagement-style.rst166 right), the harder it ends up being to apologize afterwards.
171 - spread the "love" out so evenly that nobody really ends up feeling
258 ends up going overboard and hiding the problem, and as they say, "On the

12345678910>>...28