Home
last modified time | relevance | path

Searched full:take (Results 1 – 25 of 4133) sorted by relevance

12345678910>>...166

/linux-6.12.1/Documentation/ABI/testing/
Ddebugfs-hisi-sec7 Only available for PF, and take no other effect on SEC.
47 Only available for PF, and take no other effect on SEC.
54 Available for both PF and VF, and take no other effect on SEC.
60 Available for both PF and VF, and take no other effect on SEC.
66 Available for both PF and VF, and take no other effect on SEC.
72 Available for both PF and VF, and take no other effect on SEC.
78 Available for both PF and VF, and take no other effect on SEC.
85 Available for both PF and VF, and take no other effect on SEC.
99 Only available for PF, and take no other effect on SEC.
105 and VF, and take no other effect on SEC.
[all …]
Ddebugfs-hisi-hpre74 Available for both PF and VF, and take no other effect on HPRE.
80 Available for both PF and VF, and take no other effect on HPRE.
86 Available for both PF and VF, and take no other effect on HPRE.
92 Available for both PF and VF, and take no other effect on HPRE.
98 Available for both PF and VF, and take no other effect on HPRE.
105 Available for both PF and VF, and take no other effect on HPRE.
119 Only available for PF, and take no other effect on HPRE.
125 and VF, and take no other effect on HPRE.
134 and take no other effect on HPRE.
147 Available for both PF and VF, and take no other effect on HPRE.
[all …]
Ddebugfs-hisi-zip67 Available for both PF and VF, and take no other effect on ZIP.
73 Available for both PF and VF, and take no other effect on ZIP.
79 Available for both PF and VF, and take no other effect on ZIP.
85 Available for both PF and VF, and take no other effect on ZIP.
91 Available for both PF and VF, and take no other effect on ZIP.
98 Available for both PF and VF, and take no other effect on ZIP.
112 Only available for PF, and take no other effect on ZIP.
118 and VF, and take no other effect on ZIP.
127 and take no other effect on ZIP.
140 Available for both PF and VF, and take no other effect on ZIP.
[all …]
Dsysfs-driver-toshiba_acpi17 a reboot for changes to take effect.
126 take effect.
175 take effect.
189 take effect.
202 take effect.
/linux-6.12.1/drivers/cpufreq/
DKconfig.x8629 For details, take a look at:
49 For details, take a look at:
68 For details, take a look at:
99 For details, take a look at <file:Documentation/cpu-freq/>.
126 For details, take a look at <file:Documentation/cpu-freq/>.
136 For details, take a look at <file:Documentation/cpu-freq/>.
148 For details, take a look at <file:Documentation/cpu-freq/>.
158 For details, take a look at <file:Documentation/cpu-freq/>.
179 For details, take a look at <file:Documentation/cpu-freq/>.
205 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
/linux-6.12.1/fs/bcachefs/
Dsix.h15 * will have to take write locks for the full duration of the operation.
18 * not with readers, we can take intent locks at the start of the operation,
19 * and then take write locks only for the actual update to each individual
40 * There are also interfaces that take the lock type as an enum:
199 * six_trylock_type - attempt to take a six lock without blocking
200 * @lock: lock to take
216 * six_lock_waiter - take a lock, with full waitlist interface
217 * @lock: lock to take
237 * six_lock_ip - take a six lock lock
238 * @lock: lock to take
[all …]
Dsix.c38 /* Value we add to the lock in order to take the lock: */
136 * To take the lock, a thread sets its variable indicating that it holds in __do_six_trylock()
141 * Failure to take the lock may cause a spurious trylock failure in in __do_six_trylock()
290 * six_trylock_ip - attempt to take a six lock without blocking
291 * @lock: lock to take
309 * six_relock_ip - attempt to re-take a lock that was held previously
310 * @lock: lock to take
514 * six_lock_ip_waiter - take a lock, with full waitlist interface
515 * @lock: lock to take
804 * When we need to take a write lock, the read locks will cause self-deadlock,
[all …]
/linux-6.12.1/drivers/mmc/host/
Dtmio_mmc.h48 /* Definitions for values the CTL_STOP_INTERNAL_ACTION register can take */
52 /* Definitions for values the CTL_STATUS register can take */
80 /* Definitions for values the CTL_SD_CARD_CLK_CTL register can take */
84 /* Definitions for values the CTL_SD_MEM_CARD_OPT register can take */
92 /* Definitions for values the CTL_SDIO_STATUS register can take */
100 /* Definitions for values the CTL_DMA_ENABLE register can take */
103 /* Definitions for values the CTL_SDIF_MODE register can take */
/linux-6.12.1/Documentation/driver-api/
Dconsole.rst16 the system driver. However, modular drivers cannot take over the console
19 of driver occupying the consoles.) They can only take over the console that is
21 released by the console, the system driver will take over.
124 to the console's internal list. It won't take over the
125 console. do_take_over_console(), as it name implies, will also take over (or
/linux-6.12.1/drivers/gpu/drm/
Ddrm_modeset_lock.c129 * drm_modeset_lock_all - take all modeset locks
375 * drm_modeset_lock - take modeset lock
376 * @lock: lock to take
383 * to take any more locks without first calling drm_modeset_backoff().
404 * drm_modeset_lock_single_interruptible - take a single modeset lock
405 * @lock: lock to take
430 * drm_modeset_lock_all_ctx - take all modeset locks
437 * Unlike drm_modeset_lock_all(), it doesn't take the &drm_mode_config.mutex
/linux-6.12.1/drivers/gpu/drm/hisilicon/kirin/
Dkirin_ade_reg.h109 /* regs take effect in every vsync */
111 /* regs take effect in fist ade en and every frame end */
113 /* regs take effect in ade en immediately */
115 /* regs take effect in first vsync and every frame end */
/linux-6.12.1/arch/arm/mm/
Dfault-armv.c28 * We take the easy way out of this problem - we make the
66 * If we are using split PTE locks, then we need to take the page
68 * which is already locked, thus cannot take it.
171 * Take care of architecture specific things when placing a new PTE into
173 * things that we need to take care of:
/linux-6.12.1/Documentation/fb/
Dfbcon.rst55 Usually, fbcon will automatically take over your console. The notable
73 You can load them in any order. Once both are loaded, fbcon will take
106 available, fb0, adding fbcon=map:1 tells fbcon not to take over the
114 This option tells fbcon to take over only a range of consoles as
216 usually VGA text mode) will take over. A few drivers (rivafb and i810fb) will
218 must take a few additional steps to make sure that your VGA text mode is
290 b. Take note of the mode number
/linux-6.12.1/Documentation/filesystems/
Dpath-lookup.txt79 In order to lookup a dcache (parent, name) tuple, we take a hash on the tuple
184 dentry seqlock (d_seq) is used to take a "coherent snapshot" of what the dentry
214 serialise concurrent modifications to the dentry and take a reference count on
215 it. ref-walk is simple and obvious, and may sleep, take locks, etc while path
268 | name: "a.c" | We now take its d_lock, verify d_seq of this
292 * Take the RCU lock for the entire path walk, starting with the acquiring
297 * Similarly take the vfsmount lock for the entire path walk. So now mnt
311 * When the destination dentry is reached, drop rcu there (ie. take d_lock,
327 "store-free" path walking is not strictly store free. We take vfsmount lock
329 stack (which is essentially CPU-local), and we also have to take locks and
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/00basic/
Dsnapshot.tc9 echo "Allocate and take a snapshot"
21 echo "Take a snapshot again"
/linux-6.12.1/Documentation/wmi/
Ddriver-development-guide.rst102 Take a look at drivers/platform/x86/inspur_platform_profile.c for an example WMI method driver.
113 Take a look at drivers/platform/x86/intel/wmi/sbl-fw-update.c for an example
120 The WMI subsystem will then take care of setting up the WMI event accordingly. Please note that
124 The WMI driver core will take care that the notify() callback will only be called after
134 Take a look at drivers/platform/x86/xiaomi-wmi.c for an example WMI event driver.
/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_context.h111 * pvr_context_get() - Take additional reference on context.
130 * pvr_context_get_if_referenced() - Take an additional reference on a still
163 /* Take the array lock to protect against context removal. */ in pvr_context_lookup()
187 /* Take the array lock to protect against context removal. */ in pvr_context_lookup_id()
/linux-6.12.1/drivers/usb/dwc3/
Dgadget.h67 * Caller should take care of locking. This function return %NULL or the first
79 * Caller should take care of locking. This function will move @req from its
95 * Caller should take care of locking. This function will move @req from its
128 * Caller should take care of locking. Returns the transfer resource
/linux-6.12.1/tools/testing/selftests/kvm/include/
Dsparsebit.h71 * @range_begin and @range_end will take the beginning and end of the set
75 * iteration,@range_begin will take the value 3 and @range_end will take
/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_klvs_abi.h210 * running a context wont take effect until a new context is scheduled in.
212 * a non-zero value, it might never take effect if the VF is running an
215 * it to take effect. Such cases might typically happen on a 1PF+1VF
230 * that is currently running a context wont take effect until a new
233 * a non-zero value, it might never take effect if the VF is running an
236 * the KLV to force it to take effect. Such cases might typically happen
/linux-6.12.1/Documentation/locking/
Dpercpu-rw-semaphore.rst9 cores take the lock for reading, the cache line containing the semaphore
15 writing is very expensive, it calls synchronize_rcu() that can take
/linux-6.12.1/include/linux/
Drculist.h96 * The caller must take whatever precautions are necessary
117 * The caller must take whatever precautions are necessary
142 * The caller must take whatever precautions are necessary
174 * The caller must take whatever precautions are necessary (such as
222 * Important note: the caller must take whatever action is necessary to prevent
344 * @ptr: the list head to take the element from.
363 * @ptr: the list head to take the next element from.
506 * The caller must take whatever precautions are necessary
579 * The caller must take whatever precautions are necessary
610 * The caller must take whatever precautions are necessary
[all …]
Drculist_nulls.h26 * The caller must take whatever precautions are necessary (such as
66 * The caller must take whatever precautions are necessary
89 * The caller must take whatever precautions are necessary
120 * The caller must take whatever precautions are necessary
/linux-6.12.1/include/uapi/sound/
Dsnd_sst_tokens.h34 * %SKL_TKN_U8_CORE_ID: Stores module affinity value.Can take
50 * Can take the values:
124 * Specifies the sample type. Can take the
132 * %SKL_TKN_U32_MOD_SET_PARAMS: It can take these values:
/linux-6.12.1/tools/testing/selftests/powerpc/dexcr/
Ddexcr_test.c29 FAIL_IF_EXIT_MSG(!(aspect & dexcr), "setting aspect across exec did not take effect"); in dexcr_prctl_onexec_test_child()
37 FAIL_IF_EXIT_MSG(aspect & dexcr, "clearing aspect across exec did not take effect"); in dexcr_prctl_onexec_test_child()
78 FAIL_IF_MSG(!(aspect & mfspr(SPRN_DEXCR_RO)), "setting aspect did not take effect"); in dexcr_prctl_aspect_test()
87 FAIL_IF_MSG(aspect & mfspr(SPRN_DEXCR_RO), "clearing aspect did not take effect"); in dexcr_prctl_aspect_test()

12345678910>>...166