Home
last modified time | relevance | path

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

12345678910>>...22

/linux/include/linux/sched/
H A Dmm.h362 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope.
365 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function.
392 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope.
395 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function.
433 * memalloc_noreclaim_restore - Ends the implicit __GFP_MEMALLOC scope.
436 * Ends the implicit __GFP_MEMALLOC scope started by memalloc_noreclaim_save
461 * memalloc_pin_restore - Ends the implicit ~__GFP_MOVABLE scope.
464 * Ends the implicit ~__GFP_MOVABLE scope started by memalloc_pin_save function.
/linux/rust/proc-macro2/
H A Dlocation.rs11 /// The 1-indexed line in the source file on which the span starts or ends
15 /// the span starts or ends (inclusive).
/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()
624 char buf[64], *vals, *ends; in print_metric_only_csv()
630 ends = vals = skip_spaces(buf); in print_metric_only_csv()
631 while (isdigit(*ends) || *ends in print_metric_only_csv()
626 char buf[64], *vals, *ends; print_metric_only_csv() local
647 char buf[64], *ends; print_metric_only_json() local
[all...]
/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/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/fs/btrfs/
H A Draid56.h79 * Starts from 0 (representing the first data stripe), ends at
83 * Starts from 0 (representing the first sector of the stripe), ends
89 * Starts from 0 (representing the first step of the sector), ends
/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/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/drivers/iio/afe/
H A DMakefile3 # Makefile for industrial I/O Analog Front Ends (AFE)
H A DKconfig7 menu "Analog 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.
H A Dpstore_blk.h14 * linux/pstore.h. It means what front-ends this device support.
/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
/linux/scripts/kconfig/
H A Dexpr.h219 * for all front ends). Each symbol, menu, etc. defined in the Kconfig files
277 /* For use by front ends that need to store auxiliary data */
283 * Can be checked by front 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/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/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 a
[all...]
/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test_util.h25 /* Must be last -ends in a flexible-array member. */
/linux/arch/powerpc/kernel/
H A Dnote.S18 * by the ultravisor. If the kernel is not ultravisor-capable, but it ends up
/linux/tools/testing/selftests/kvm/include/
H A Duserfaultfd_util.h29 /* Holds the write ends of the pipes for killing the readers. */
/linux/sound/soc/tegra/
H A Dtegra210_peq.h39 /* PEQ register definition ends here */
/linux/arch/mips/sni/
H A Dreset.c27 /* XXX This ends up at the ARC firmware prompt ... */

12345678910>>...22