Searched full:taking (Results 1 – 25 of 806) sorted by relevance
12345678910>>...33
/Linux-v5.4/net/mac80211/ |
D | Kconfig | 206 is taking part in a mesh network). 219 is taking part in a mesh network). 232 is taking part in a mesh network). 244 synchronization debugging messages (when mac80211 is taking part in a 255 channel switch debugging messages (when mac80211 is taking part in a 266 powersave debugging messages (when mac80211 is taking part in a
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | dbell.h | 47 /* sync after taking message interrupt */ 50 /* sync is not required when taking messages from the same core */ in ppc_msgsync() 83 /* sync after taking message interrupt */
|
/Linux-v5.4/drivers/misc/lkdtm/ |
D | cfi.c | 9 /* Function taking one argument, without a return value. */ 15 /* Function taking one argument, returning int. */
|
/Linux-v5.4/fs/ocfs2/ |
D | mmap.c | 68 * 2) pagecache truncates when another is taking EX lock against in __ocfs2_page_mkwrite() 73 * taking the page lock inside of ocfs2_write_begin_nolock(). in __ocfs2_page_mkwrite() 129 * node. Taking the data lock will also ensure that we don't in ocfs2_page_mkwrite()
|
/Linux-v5.4/Documentation/filesystems/ |
D | path-lookup.txt | 25 All the above algorithms required taking a lock and reference count on the 48 (usually the final element, or parent of final element). This is done by taking 179 taking a reference count (the reference count then gives a stable place to 182 As explained above, we would like to do path walking without taking locks or 206 With this two parts of the puzzle, we can do path lookups without taking 273 Taking a refcount on a dentry from rcu-walk mode, by taking its d_lock,
|
D | directory-locking.rst | 10 When taking the i_rwsem on multiple non-directory objects, we 118 means that cross-directory rename is taking locks out of order. Due
|
/Linux-v5.4/arch/arm/mach-pxa/ |
D | colibri-pxa3xx.c | 55 printk(KERN_INFO "%s(): taking MAC from serial boot tag\n", in colibri_pxa3xx_init_eth() 60 "taking MAC from device\n", __func__); in colibri_pxa3xx_init_eth()
|
/Linux-v5.4/Documentation/RCU/ |
D | lockdep.txt | 82 any change from taking place, and finally, in case (3) the current task 84 from taking place. If the above statement was invoked only from updater
|
/Linux-v5.4/drivers/macintosh/ |
D | windfarm_smu_sensors.c | 101 /* Ok, we have to scale & adjust, taking units into account */ in smu_cputemp_get() 123 /* Ok, we have to scale & adjust, taking units into account */ in smu_cpuamp_get() 144 /* Ok, we have to scale & adjust, taking units into account */ in smu_cpuvolt_get() 165 /* Ok, we have to scale & adjust, taking units into account */ in smu_slotspow_get()
|
/Linux-v5.4/kernel/bpf/ |
D | reuseport_array.c | 118 * Hence, due to the above, taking "reuseport_lock" is not in reuseport_array_free() 133 * no one is reading it without taking the in reuseport_array_free() 284 /* Quick checks before taking reuseport_lock */ in bpf_fd_reuseport_array_update_elem()
|
/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_syntax.c | 47 * - `fn_ptr2_t`: function, taking anonymous struct as a first arg and pointer 65 * - fn_ptr_arr2_t: array of const pointers to a function taking no arguments
|
/Linux-v5.4/include/asm-generic/ |
D | simd.h | 10 * taking an interrupt, !in_interrupt() should be a reasonable default.
|
/Linux-v5.4/net/ipv4/ |
D | tcp_vegas.c | 76 /* Begin taking Vegas samples next time we send something. */ in vegas_enable() 86 /* Stop taking Vegas samples for now. */ 208 * last RTT. Taking the min filters out the effects in tcp_vegas_cong_avoid()
|
/Linux-v5.4/include/linux/ |
D | rational.h | 9 * pll configuration taking into account restricted register size
|
/Linux-v5.4/sound/aoa/soundbus/i2sbus/ |
D | interface.h | 81 * It is derived by taking only every 'divisor' tick of the clock. 109 * derived from the MClk above by taking only every 'divisor' tick
|
/Linux-v5.4/drivers/staging/fieldbus/anybuss/ |
D | hms-profinet.c | 13 /* move to <linux/fieldbus_dev.h> when taking this out of staging */ 16 /* move to <linux/anybuss-client.h> when taking this out of staging */
|
/Linux-v5.4/Documentation/block/ |
D | biovecs.rst | 28 constructed from the raw biovecs but taking into account bi_bvec_done and 102 taking into account bi_bvec_done (and bi_size).
|
/Linux-v5.4/Documentation/locking/ |
D | rt-mutex-design.rst | 417 Taking of a mutex (The walk through) 421 taking a mutex. 423 The first thing that is tried is the fast taking of the mutex. This is 424 done when we have CMPXCHG enabled (otherwise the fast taking automatically 518 CMPXCHG. Since the taking of a mutex on contention always sets the
|
/Linux-v5.4/tools/testing/selftests/powerpc/copyloops/asm/ |
D | ppc_asm.h | 45 /* Default to taking the first of any alternative feature sections */
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | percpu.h | 36 * Be extremely careful when taking the address of this variable! Due to virtual
|
/Linux-v5.4/arch/sh/lib/ |
D | delay.c | 16 * normally taking two cycles each loop, as with all in __delay()
|
/Linux-v5.4/arch/arm/kernel/ |
D | fiqasm.S | 21 * Taking an interrupt in FIQ mode is death, so both these functions
|
/Linux-v5.4/drivers/power/reset/ |
D | sc27xx-poweroff.c | 25 * taking cpus down to avoid racing regmap or spi mutex lock when poweroff
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | machines.h | 3 * machines.h: Defines for taking apart the machine type value in the
|
/Linux-v5.4/drivers/crypto/ccree/ |
D | cc_sram_mgr.h | 42 * This function does not taking care of any fragmentation may occur
|
12345678910>>...33