Home
last modified time | relevance | path

Searched full:previously (Results 1 – 25 of 1465) sorted by relevance

12345678910>>...59

/linux/mm/
H A Dzpool.c248 * zpool_free() - Free previously allocated memory
252 * This frees previously allocated memory. This does not guarantee
267 * zpool_obj_read_begin() - Start reading from a previously allocated handle.
272 * This starts a read operation of a previously allocated handle. The passed
287 * zpool_obj_read_end() - Finish reading from a previously allocated handle.
292 * Finishes a read operation previously started by zpool_obj_read_begin().
301 * zpool_obj_write() - Write to a previously allocated handle.
/linux/tools/memory-model/Documentation/
H A Dlocking.txt10 CPU holding a given lock sees any changes previously seen or made by any
11 CPU before it previously released that same lock. This last sentence
23 Any CPU holding a given lock sees any changes previously seen
24 or made by any CPU before it previously released that same lock.
28 previously holding this same lock". For example, consider the following
/linux/rust/kernel/alloc/
H A Dallocator_test.rs56 // SAFETY: `src` is either NULL or was previously allocated with this `Allocator` in realloc()
96 // - `src` has previously been allocated with this `Allocator`; `dst` has just been in realloc()
108 // SAFETY: `src` is either NULL or was previously allocated with this `Allocator` in realloc()
/linux/Documentation/livepatch/
H A Dsystem-state.rst116 are already provided by previously installed livepatches.
162 Therefore it does not need to care about any previously installed
167 has to handle the state of the previously installed livepatches.
/linux/tools/perf/util/
H A Dsrcline.h24 /* find previously inserted srcline */
53 /* find previously inserted inline node list */
/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-line-set-config-ioctl.rst12 GPIO_V2_LINE_SET_CONFIG_IOCTL - Update the configuration of previously requested lines.
35 Update the configuration of previously requested lines, without releasing the
H A Dgpio-handle-set-config-ioctl.rst16 GPIOHANDLE_SET_CONFIG_IOCTL - Update the configuration of previously requested lines.
39 Update the configuration of previously requested lines, without releasing the
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-mempolicy-weighted-interleave43 Note that nodes that are onlined with previously set weights
44 will reuse those weights. If they were not previously set or
/linux/Documentation/iio/
H A Diio_dmabuf_api.rst49 automatically detach all previously attached DMABUF objects.
52 Enqueue a previously attached DMABUF object to the buffer queue.
/linux/include/linux/
H A Dcoresight-pmu.h55 * [59:56] - Minor Version - previously existing fields are compatible with
57 * [63:60] - Major Version - previously existing fields mean different things
H A Dlwq.h98 * Return %true is the list may have previously been empty.
114 * Return %true is the list may have previously been empty.
/linux/tools/include/linux/
H A Dcoresight-pmu.h55 * [59:56] - Minor Version - previously existing fields are compatible with
57 * [63:60] - Major Version - previously existing fields mean different things
/linux/tools/power/cpupower/
H A DMakefile368 @echo ' install - Install previously built project files from the output'
372 @echo ' install-lib - Install previously built library binary from the output'
376 @echo ' install-tools - Install previously built "cpupower" util from the output'
384 @echo ' install-gmo - Install previously built language files from the output'
388 @echo ' install-bench - Install previously built "cpufreq-bench" util files from the'
396 @echo ' uninstall - Remove previously installed files from the dir defined by "DESTDIR"'
/linux/Documentation/core-api/
H A Ddma-api.rst67 Free a region of consistent memory you previously allocated. dev,
327 Unmaps the region previously mapped. All the parameters passed in
411 and use sg_dma_address() and sg_dma_len() macros where you previously
420 Unmap the previously mapped scatter/gather list. All the parameters
564 Is used to link ranges to the IOVA previously allocated. The start of all
596 is used to unmap a range previously mapped, and
648 Free a region of memory previously allocated using dma_alloc_pages().
678 Free a region of memory previously allocated using dma_alloc_noncoherent().
720 Free memory previously allocated using dma_alloc_noncontiguous(). dev, size,
/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h140 * @mq.prev_stats: previously reported @mq.stats
148 * @red.band.prev_stats: previously reported @red.stats
150 * @red.band.prev_xstats: extended stats for RED - previously reported
/linux/lib/
H A Derrseq.c59 * return value should not be used as a previously sampled value in later
138 * @since: Previously-sampled errseq_t from which to check.
159 * @since: Pointer to previously-sampled errseq_t to check against and advance.
H A Dsg_pool.c71 * sg_free_table_chained - Free a previously mapped sg table
77 * Free an sg table previously allocated and setup with
/linux/include/uapi/xen/
H A Devtchn.h68 * Unbind previously allocated @port.
77 * Unbind previously allocated @port.
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c338 * hid_bpf_release_context - Release the previously allocated context @ctx
398 * @ctx: the HID-BPF context previously allocated in hid_bpf_allocate_context()
460 * @ctx: the HID-BPF context previously allocated in hid_bpf_allocate_context()
516 * @ctx: the HID-BPF context previously allocated in hid_bpf_allocate_context()
540 * @ctx: the HID-BPF context previously allocated in hid_bpf_allocate_context()
/linux/net/ipv4/
H A Dtcp_sigpool.c236 * @id: tcp_sigpool that was previously allocated by tcp_sigpool_alloc_ahash()
250 * @id: tcp_sigpool that was previously allocated by tcp_sigpool_alloc_ahash()
306 * @id: tcp_sigpool that was previously allocated by tcp_sigpool_alloc_ahash()
/linux/drivers/clocksource/
H A Dbcm_kona_timer.c70 * if new hi-word is not equal to previously read hi-word, then in kona_timer_get_counter()
73 * if new hi-word is equal to previously read hi-word then stop. in kona_timer_get_counter()
/linux/sound/usb/line6/
H A Dpcm.h153 /* Previously captured frame (for software monitoring) */
156 /* Size of previously captured frame (for software monitoring/sync) */
/linux/tools/testing/memblock/tests/
H A Dalloc_api.c67 * memory.reserved array. The previously reserved region does not get modified.
115 * of the previously reserved block (i.e. first fit):
157 * end of the previously reserved block (i.e. second fit):
545 * entry in memory.reserved array. The previously reserved region does not get
592 * the beginning of the previously reserved block (i.e. first fit):
631 * the beginning of the previously reserved block (i.e. second fit):
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_getset_retval.c67 * previously set errno. Assert that we get the same errno back. in test_setsockopt_set_and_get()
109 /* Attach setsockopt that gets the previously set errno. in test_setsockopt_default_zero()
145 /* Attach setsockopt that gets the previously set errno, and then in test_setsockopt_default_zero_and_set()
338 /* Attach getsockopt that gets previously set errno. Assert that the in test_getsockopt_get()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c280 * also used for rolling back previously loaded profile.
402 * i40e_ddp_restore - restore previously loaded profile and remove from list
405 * Restores previously loaded profile stored on the list in driver memory.
452 /* If the user supplied "-" instead of file name rollback previously in i40e_ddp_flash()

12345678910>>...59