Home
last modified time | relevance | path

Searched full:safely (Results 1 – 25 of 1067) sorted by relevance

12345678910>>...43

/Linux-v6.6/kernel/bpf/
Dcpumask.c106 * pointer may be safely passed to this function.
119 * pointer may be safely passed to this function.
133 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2.
247 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2.
262 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2.
277 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2.
295 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2.
311 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2.
327 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2.
342 * A struct bpf_cpumask pointer may be safely passed to @cpumask.
[all …]
/Linux-v6.6/net/batman-adv/
DKconfig43 more than one mesh node in the same LAN, you can safely remove
54 this option you can safely remove it and save some space.
67 can safely disable it and save some space.
/Linux-v6.6/mm/
Dmaccess.c106 * copy_from_user_nofault(): safely attempt to read from a user-space location
111 * Safely read from user address @src to the buffer at @dst. If a kernel fault
135 * copy_to_user_nofault(): safely attempt to write to a user-space location
140 * Safely write to address @dst from the buffer at @src. If a kernel fault
/Linux-v6.6/include/linux/
Dllist.h37 * entries can not be traversed safely before deleted from the list.
108 * safely only after being deleted from list, so start with an entry
127 * safely only after being deleted from list, so start with an entry
145 * safely only after being removed from list, so start with an entry
167 * safely only after being removed from list, so start with an entry
Drculist.h303 * This primitive may safely run concurrently with the _rcu list-mutation
347 * This primitive may safely run concurrently with the _rcu list-mutation
366 * This primitive may safely run concurrently with the _rcu list-mutation
385 * This list-traversal primitive may safely run concurrently with
402 * This list-traversal primitive may safely run concurrently with
420 * This primitive may safely run concurrently with the _rcu
436 * This primitive may safely run concurrently with the _rcu
700 * This list-traversal primitive may safely run concurrently with
719 * This list-traversal primitive may safely run concurrently with
739 * This list-traversal primitive may safely run concurrently with
[all …]
Dconnector.h96 * It can be safely called from softirq context, but may silently
123 * It can be safely called from softirq context, but may silently
Drcuref.h112 * possible. This signals the caller that it can safely release the
137 * possible. This signals the caller that it can safely schedule the
/Linux-v6.6/drivers/infiniband/sw/rxe/
Drxe_queue.h196 /* release so client can read it safely */ in queue_advance_producer()
203 /* release so rxe can read it safely */ in queue_advance_producer()
225 /* release so client can read it safely */ in queue_advance_consumer()
244 /* release so rxe can read it safely */ in queue_advance_consumer()
/Linux-v6.6/Documentation/hwmon/
Dltc4260.rst22 The LTC4260 Hot Swap controller allows a board to be safely inserted
30 which can be safely used to identify the chip. You will have to instantiate
Dltc4261.rst23 to be safely inserted and removed from a live backplane.
30 which can be safely used to identify the chip. You will have to instantiate
/Linux-v6.6/Documentation/arch/arm/
Dcluster-pm-race-avoidance.rst7 controls safely.
324 safely.
337 enabled for the cluster. Other CPUs in the cluster can safely
355 enabled for the cluster. Other CPUs in the cluster can safely
460 be used to select a last man safely, before the CPUs become
/Linux-v6.6/drivers/misc/
Dsram-exec.c54 * Return: Address for copied data that can safely be called through function
64 * dst address is not guaranteed to be safely callable.
/Linux-v6.6/tools/lib/perf/include/internal/
Devlist.h98 * __perf_evlist__for_each_entry_safe - safely iterate thru all the evsels
107 * perf_evlist__for_each_entry_safe - safely iterate thru all the evsels
/Linux-v6.6/drivers/net/ethernet/nxp/
DKconfig9 some NXP LPC devices. You can safely enable this option for LPC32xx
/Linux-v6.6/arch/parisc/include/asm/
Dkbdleds.h8 * we can safely turn on the NUMLOCK bit.
/Linux-v6.6/arch/arm64/include/asm/
Dshmparam.h11 * the time we can safely use PAGE_SIZE.
/Linux-v6.6/arch/powerpc/mm/book3s64/
Dhash_hugepage.c121 * safely update this here. in __hash_page_thp()
173 * safely update this here. in __hash_page_thp()
/Linux-v6.6/arch/mips/include/asm/mach-generic/
Dkernel-entry-init.h19 * Do SMP slave processor setup necessary before we can safely execute C code.
/Linux-v6.6/drivers/md/bcache/
Dclosure.h40 * To use safely closures asynchronously, they must always have a refcount while
352 * outstanding refs on @cl have been dropped; @destructor may be used to safely
354 * closure still held - so @destructor could safely return an item to a
/Linux-v6.6/Documentation/RCU/
Drcuref.rst124 element can therefore safely be freed. This in turn guarantees that if
125 any reader finds the element, that reader may safely acquire a reference
/Linux-v6.6/arch/x86/include/asm/
Diosf_mbi.h112 * P-Unit can safely access the PMIC over the shared I2C bus.
132 * kernel can safely access the PMIC over the shared I2C bus.
/Linux-v6.6/arch/mips/math-emu/
Ddp_fint.c30 xm = ((unsigned) 1 << 31); /* max neg can't be safely negated */ in ieee754dp_fint()
Ddp_flong.c30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754dp_flong()
Dsp_fint.c30 xm = ((unsigned) 1 << 31); /* max neg can't be safely negated */ in ieee754sp_fint()
/Linux-v6.6/arch/arm/include/uapi/asm/
Dtypes.h17 * types, so 'linux/types.h' and 'stdint.h' can be safely included from the same

12345678910>>...43