Searched full:safely (Results 1 – 25 of 922) sorted by relevance
12345678910>>...37
/Linux-v5.10/mm/ |
D | maccess.c | 91 * copy_from_kernel_nofault(): safely attempt to read from kernel-space 96 * Safely read from kernel address @src to the buffer at @dst. If a kernel 127 * copy_to_kernel_nofault(): safely attempt to write to a location 132 * Safely write to address @dst from the buffer at @src. If a kernel fault 197 * copy_from_user_nofault(): safely attempt to read from a user-space location 202 * Safely read from user address @src to the buffer at @dst. If a kernel fault 224 * copy_to_user_nofault(): safely attempt to write to a user-space location 229 * Safely write to address @dst from the buffer at @src. If a kernel fault
|
/Linux-v5.10/include/linux/ |
D | llist.h | 37 * entries can not be traversed safely before deleted from the list. 106 * safely only after being deleted from list, so start with an entry 125 * safely only after being deleted from list, so start with an entry 143 * safely only after being removed from list, so start with an entry 165 * safely only after being removed from list, so start with an entry
|
D | rculist.h | 312 * This primitive may safely run concurrently with the _rcu list-mutation 348 * This primitive may safely run concurrently with the _rcu list-mutation 367 * This primitive may safely run concurrently with the _rcu list-mutation 386 * This list-traversal primitive may safely run concurrently with 403 * This list-traversal primitive may safely run concurrently with 421 * This primitive may safely run concurrently with the _rcu 437 * This primitive may safely run concurrently with the _rcu 701 * This list-traversal primitive may safely run concurrently with 720 * This list-traversal primitive may safely run concurrently with 740 * This list-traversal primitive may safely run concurrently with [all …]
|
D | connector.h | 94 * It can be safely called from softirq context, but may silently 117 * It can be safely called from softirq context, but may silently
|
/Linux-v5.10/net/batman-adv/ |
D | Kconfig | 44 more than one mesh node in the same LAN, you can safely remove 55 this option you can safely remove it and save some space. 68 can safely disable it and save some space.
|
/Linux-v5.10/Documentation/hwmon/ |
D | ltc4260.rst | 22 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
|
D | ltc4261.rst | 23 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-v5.10/tools/lib/perf/include/internal/ |
D | evlist.h | 90 * __perf_evlist__for_each_entry_safe - safely iterate thru all the evsels 99 * perf_evlist__for_each_entry_safe - safely iterate thru all the evsels
|
/Linux-v5.10/Documentation/arm/ |
D | cluster-pm-race-avoidance.rst | 7 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-v5.10/drivers/misc/ |
D | sram-exec.c | 62 * Return: Address for copied data that can safely be called through function 72 * dst address is not guaranteed to be safely callable.
|
/Linux-v5.10/drivers/net/ethernet/nxp/ |
D | Kconfig | 9 some NXP LPC devices. You can safely enable this option for LPC32xx
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | kbdleds.h | 8 * we can safely turn on the NUMLOCK bit.
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | shmparam.h | 11 * the time we can safely use PAGE_SIZE.
|
/Linux-v5.10/arch/mips/include/asm/mach-generic/ |
D | kernel-entry-init.h | 19 * Do SMP slave processor setup necessary before we can safely execute C code.
|
/Linux-v5.10/Documentation/RCU/ |
D | arrayRCU.rst | 24 to be safely used. 118 that it may later safely be dereferenced -- memory barriers are
|
D | rcuref.rst | 124 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-v5.10/arch/powerpc/mm/book3s64/ |
D | hash_hugepage.c | 121 * safely update this here. in __hash_page_thp() 173 * safely update this here. in __hash_page_thp()
|
/Linux-v5.10/drivers/md/bcache/ |
D | closure.h | 40 * 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-v5.10/arch/x86/include/asm/ |
D | iosf_mbi.h | 112 * 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-v5.10/include/media/ |
D | v4l2-ctrls.h | 985 * This returns the control's value safely by going through the control 999 * This sets the control's new value safely by going through the control 1013 * This sets the control's new value safely by going through the control 1036 * This returns the control's value safely by going through the control 1050 * This sets the control's new value safely by going through the control 1065 * This sets the control's new value safely by going through the control 1088 * This sets the control's new string safely by going through the control 1103 * This sets the control's new string safely by going through the control 1127 * This sets the control's new compound payload safely by going through the 1144 * This sets the control's new compound payload safely by going through the
|
/Linux-v5.10/arch/mips/math-emu/ |
D | dp_fint.c | 30 xm = ((unsigned) 1 << 31); /* max neg can't be safely negated */ in ieee754dp_fint()
|
D | sp_flong.c | 30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754sp_flong()
|
D | dp_flong.c | 30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754dp_flong()
|
/Linux-v5.10/arch/mips/loongson64/ |
D | reset.c | 43 pr_notice("\n\n** You can safely turn off the power now **\n\n"); in loongson_halt()
|
/Linux-v5.10/arch/arm/include/uapi/asm/ |
D | types.h | 17 * types, so 'linux/types.h' and 'stdint.h' can be safely included from the same
|
12345678910>>...37