Home
last modified time | relevance | path

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

12345678910>>...78

/linux-6.15/Documentation/locking/
Dhwspinlock.rst71 Free a previously-assigned hwspinlock; returns 0 on success, or an
81 After verifying the owner of the hwspinlock, release a previously acquired
92 Lock a previously-assigned hwspinlock with a timeout limit (specified in
108 Lock a previously-assigned hwspinlock with a timeout limit (specified in
124 Lock a previously-assigned hwspinlock with a timeout limit (specified in
141 Lock a previously-assigned hwspinlock with a timeout limit (specified in
158 Lock a previously-assigned hwspinlock with a timeout limit (specified in
175 Attempt to lock a previously-assigned hwspinlock, but immediately fail if
192 Attempt to lock a previously-assigned hwspinlock, but immediately fail if
208 Attempt to lock a previously-assigned hwspinlock, but immediately fail if
[all …]
/linux-6.15/mm/
Dzpool.c246 * zpool_free() - Free previously allocated memory
250 * This frees previously allocated memory. This does not guarantee
265 * zpool_obj_read_begin() - Start reading from a previously allocated handle.
270 * This starts a read operation of a previously allocated handle. The passed
285 * zpool_obj_read_end() - Finish reading from a previously allocated handle.
290 * Finishes a read operation previously started by zpool_obj_read_begin().
299 * zpool_obj_write() - Write to a previously allocated handle.
/linux-6.15/tools/memory-model/Documentation/
Dlocking.txt5 CPU holding a given lock sees any changes previously seen or made by any
6 CPU before it previously released that same lock. This last sentence
18 Any CPU holding a given lock sees any changes previously seen
19 or made by any CPU before it previously released that same lock.
23 previously holding this same lock". For example, consider the following
/linux-6.15/rust/kernel/alloc/
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-6.15/drivers/gpu/drm/nouveau/
Dnouveau_exec.c30 * bounds (but not crossing those bounds) of a previously mapped sparse
43 * the range of a previously mapped sparse mapping exactly though.
52 * of the previously unmapped sparse mapping within the same VM_BIND ioctl
54 * range of the previously unmapped sparse mapping within the same VM_BIND
64 * mappings, as requested by userspace previously, are actually mapped once the
/linux-6.15/Documentation/gpu/
Ddrm-usage-stats.rst97 implementation easier, but are required to catch up with the previously reported
99 was previously read, userspace is expected to stay with that larger previous
118 implementation easier, but are required to catch up with the previously reported
120 was previously read, userspace is expected to stay with that larger previous
/linux-6.15/tools/perf/util/
Dsrcline.h24 /* find previously inserted srcline */
53 /* find previously inserted inline node list */
/linux-6.15/Documentation/livepatch/
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-6.15/Documentation/userspace-api/gpio/
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
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-6.15/Documentation/iio/
Diio_dmabuf_api.rst49 automatically detach all previously attached DMABUF objects.
52 Enqueue a previously attached DMABUF object to the buffer queue.
/linux-6.15/tools/include/linux/
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-6.15/include/linux/
Dcoresight-pmu.h55 * [59:56] - Minor Version - previously existing fields are compatible with
57 * [63:60] - Major Version - previously existing fields mean different things
Dhwspinlock.h370 * @hwlock: a previously-acquired hwspinlock which we want to unlock
388 * @hwlock: a previously-acquired hwspinlock which we want to unlock
404 * @hwlock: a previously-acquired hwspinlock which we want to unlock
419 * @hwlock: a previously-acquired hwspinlock which we want to unlock
434 * @hwlock: a previously-acquired hwspinlock which we want to unlock
Dlwq.h98 * Return %true is the list may have previously been empty.
114 * Return %true is the list may have previously been empty.
Dlz4.h380 * LZ4_compress_HC_continue() - Compress 'src' using data from previously
424 * If previously compressed data block is not guaranteed
474 * If previously compressed data block is not guaranteed
487 * LZ4_compress_fast_continue() - Compress 'src' using data from previously
498 * Compress buffer content 'src', using data from previously compressed blocks
535 * Previously decoded blocks *must* remain available at the memory position
574 * Previously decoded blocks *must* remain available at the memory position
/linux-6.15/security/landlock/
Derrata.h29 * restriction was previously too restrictive and is now getting relaxed (for
86 * Depends-on tag to reference the commit that previously added the line to
/linux-6.15/tools/power/cpupower/
DMakefile354 @echo ' install - Install previously built project files from the output'
358 @echo ' install-lib - Install previously built library binary from the output'
362 @echo ' install-tools - Install previously built "cpupower" util from the output'
370 @echo ' install-gmo - Install previously built language files from the output'
374 @echo ' install-bench - Install previously built "cpufreq-bench" util files from the'
382 @echo ' uninstall - Remove previously installed files from the dir defined by "DESTDIR"'
/linux-6.15/include/media/
Dmedia-request.h103 * media_request_unlock_for_access - Unlock a request previously locked for
108 * Unlock a request that has previously been locked using
151 * media_request_unlock_for_update - Unlock a request previously locked for
156 * Unlock a request that has previously been locked using
/linux-6.15/drivers/net/ethernet/netronome/nfp/abm/
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-6.15/lib/
Derrseq.c56 * return value should not be used as a previously sampled value in later
137 * @since: Previously-sampled errseq_t from which to check.
158 * @since: Pointer to previously-sampled errseq_t to check against and advance.
Dsg_pool.c71 * sg_free_table_chained - Free a previously mapped sg table
77 * Free an sg table previously allocated and setup with
/linux-6.15/include/uapi/xen/
Devtchn.h68 * Unbind previously allocated @port.
77 * Unbind previously allocated @port.
/linux-6.15/drivers/hid/bpf/
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-6.15/net/ipv4/
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()

12345678910>>...78