/linux-4.1.27/arch/arm/common/ |
D | dmabounce.c | 57 void *safe; member 138 buf->safe = dma_pool_alloc(pool->pool, GFP_ATOMIC, in alloc_safe_buffer() 141 buf->safe = dma_alloc_coherent(dev, size, &buf->safe_dma_addr, in alloc_safe_buffer() 145 if (buf->safe == NULL) { in alloc_safe_buffer() 200 dma_pool_free(buf->pool->pool, buf->safe, buf->safe_dma_addr); in free_safe_buffer() 202 dma_free_coherent(device_info->dev, buf->size, buf->safe, in free_safe_buffer() 263 buf->safe, buf->safe_dma_addr); in map_single() 267 __func__, ptr, buf->safe, size); in map_single() 268 memcpy(buf->safe, ptr, size); in map_single() 282 buf->safe, buf->safe_dma_addr); in unmap_single() [all …]
|
/linux-4.1.27/drivers/usb/serial/ |
D | safe_serial.c | 84 static bool safe = 1; variable 94 module_param(safe, bool, 0); 95 MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off"); 205 if (!safe) in safe_process_read_urb() 236 trailer_len = safe ? 2 : 0; in safe_prepare_write_buffer() 240 if (!safe) in safe_prepare_write_buffer()
|
/linux-4.1.27/arch/um/ |
D | Kconfig.char | 36 It is safe to say 'Y' here. 46 It is safe to say 'Y' here. 55 It is safe to say 'Y' here. 63 It is safe to say 'Y' here. 77 It is safe to leave this unchanged. 87 It is safe to leave this unchanged, although you may wish to change 99 It is safe to leave this unchanged, although you may wish to change 109 It is safe to say 'Y' here.
|
D | Kconfig.um | 60 it is safe to say 'N' here. 77 It is safe to say 'Y' here.
|
/linux-4.1.27/fs/ntfs/ |
D | Kconfig | 8 safe, write support available. For write support you must also 27 Linux on your computer it is safe to say N. 55 This enables the partial, but safe, write support in the NTFS driver. 65 damaged someones data so we assume it is perfectly safe to use. 67 Note: While write support is safe in this version (a rewrite from 70 is not safe. 78 It is perfectly safe to say N here.
|
/linux-4.1.27/Documentation/scsi/ |
D | dc395x.txt | 7 be safe to use. Testing with hard disks has not been done to any 28 - safe 31 If safe is set to 1 then the adapter will use conservative 32 ("safe") default settings. This sets: 88 dc395x. (eg "dc395x.safe=1")
|
D | ncr53c8xx.txt | 310 checking. These features must be enabled in order to ensure safe data 855 Boot fail safe 856 safe:y load the following assumed fail safe initial setup 888 For an installation diskette or a safe but not fast system, 891 ncr53c8xx=safe:y,mpar:y,disc:y 892 ncr53c8xx=safe:y,disc:y 893 ncr53c8xx=safe:y,mpar:y 894 ncr53c8xx=safe:y 1253 with this safe configuration but performances will not be optimal.
|
D | 53c700.txt | 117 to the board designer. Usually it is safe to ignore this setting.
|
D | sym53c8xx_2.txt | 281 checking. These features must be enabled in order to ensure safe 524 to any device on the bus. The default is 3 seconds and safe mode will 594 with this safe configuration but performances will not be optimal.
|
/linux-4.1.27/drivers/ide/ |
D | tx4938ide.c | 62 u8 safe = drive->pio_mode - XFER_PIO_0; in tx4938ide_set_pio_mode() local 67 safe = min_t(u8, safe, pair->pio_mode - XFER_PIO_0); in tx4938ide_set_pio_mode() 68 tx4938ide_tune_ebusc(pdata->ebus_ch, pdata->gbus_clock, safe); in tx4938ide_set_pio_mode()
|
D | tx4939ide.c | 112 u8 safe = pio; in tx4939ide_set_pio_mode() local 117 safe = min_t(u8, safe, pair->pio_mode - XFER_PIO_0); in tx4939ide_set_pio_mode() 123 val = ((safe << 8) | (pio << 4)) << (is_slave ? 16 : 0); in tx4939ide_set_pio_mode()
|
D | Kconfig | 426 It is safe to say Y to this question. 436 It is safe to say Y to this question. 446 It is safe to say Y to this question.
|
/linux-4.1.27/drivers/parport/ |
D | Kconfig | 31 and it is safe to compile all the corresponding drivers into the 83 is safe to say N. 99 called parport_ip32. If in doubt, saying N is the safe plan. 108 called parport_amiga. If in doubt, saying N is the safe plan. 117 parport_mfc3. If in doubt, saying N is the safe plan. 126 called parport_atari. If in doubt, saying N is the safe plan. 160 appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 123 struct ttm_validate_buffer *safe = entry; in ttm_eu_reserve_buffers() local 125 list_del(&safe->head); in ttm_eu_reserve_buffers() 126 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
|
/linux-4.1.27/net/ax25/ |
D | TODO | 2 listen_lock have to be bh-safe? 4 Do the netrom and rose locks have to be bh-safe?
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | tcm.h | 323 #define tcm_for_each_slice(var, area, safe) \ argument 324 for (safe = area, \ 325 tcm_slice(&safe, &var); \ 326 var.tcm; tcm_slice(&safe, &var))
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | Kconfig | 15 To compile this support select Y (built in). It is safe to 29 It is safe to select even if you don't have a compatible
|
/linux-4.1.27/fs/dlm/ |
D | requestqueue.c | 158 struct rq_entry *e, *safe; in dlm_purge_requestqueue() local 161 list_for_each_entry_safe(e, safe, &ls->ls_requestqueue, list) { in dlm_purge_requestqueue()
|
D | ast.c | 295 struct dlm_lkb *lkb, *safe; in dlm_callback_resume() local 304 list_for_each_entry_safe(lkb, safe, &ls->ls_cb_delay, lkb_cb_list) { in dlm_callback_resume()
|
D | lock.c | 2757 struct dlm_lkb *lkb, *safe; in process_lookup_list() local 2759 list_for_each_entry_safe(lkb, safe, &r->res_lookup, lkb_rsb_lookup) { in process_lookup_list() 5118 struct dlm_lkb *lkb, *safe; in dlm_recover_waiters_pre() local 5131 list_for_each_entry_safe(lkb, safe, &ls->ls_waiters, lkb_wait_reply) { in dlm_recover_waiters_pre() 5364 struct dlm_lkb *lkb, *safe; in purge_mstcpy_list() local 5366 list_for_each_entry_safe(lkb, safe, list, lkb_statequeue) { in purge_mstcpy_list() 5397 struct dlm_lkb *lkb, *safe; in purge_dead_list() local 5399 list_for_each_entry_safe(lkb, safe, list, lkb_statequeue) { in purge_dead_list() 6173 struct dlm_lkb *lkb, *safe; in dlm_clear_proc_locks() local 6197 list_for_each_entry_safe(lkb, safe, &proc->unlocking, lkb_ownqueue) { in dlm_clear_proc_locks() [all …]
|
D | member.c | 531 struct dlm_member *memb, *safe; in dlm_recover_members() local 545 list_for_each_entry_safe(memb, safe, &ls->ls_nodes, list) { in dlm_recover_members()
|
D | recover.c | 923 struct dlm_rsb *r, *safe; in dlm_release_root_list() local 926 list_for_each_entry_safe(r, safe, &ls->ls_root_list, res_root_list) { in dlm_release_root_list()
|
D | lowcomms.c | 1627 struct writequeue_entry *e, *safe; in clean_one_writequeue() local 1630 list_for_each_entry_safe(e, safe, &con->writequeue, list) { in clean_one_writequeue() 1820 struct dlm_node_addr *na, *safe; in dlm_lowcomms_exit() local 1823 list_for_each_entry_safe(na, safe, &dlm_node_addrs, list) { in dlm_lowcomms_exit()
|
/linux-4.1.27/drivers/uwb/ |
D | Kconfig | 40 is safe to select any even if you do not have the hardware. 56 is safe to select any even if you do not have the hardware. 68 is safe to select any even if you do not have the hardware.
|
D | rsv.c | 361 rsv->mas.safe += mv->companion_mas.safe; in uwb_rsv_set_state() 368 rsv->mas.safe = mv->final_mas.safe; in uwb_rsv_set_state()
|
D | allocator.c | 376 result->safe = ai->safe_allocated_mases; in uwb_rsv_find_best_allocation()
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 96 stuff. If you don't know what to use, it is always safe to put all 118 stuff. If you don't know what to use, it is always safe to put all 140 stuff. If you don't know what to use, it is always safe to put all 162 stuff. If you don't know what to use, it is always safe to put all 184 stuff. If you don't know what to use, it is always safe to put all 203 what to use, it is always safe to put all as inputs, although
|
/linux-4.1.27/Documentation/locking/ |
D | lockdep-design.txt | 72 <hardirq-safe> and <hardirq-unsafe> 73 <softirq-safe> and <softirq-unsafe> 97 <hardirq-safe> -> <hardirq-unsafe> 98 <softirq-safe> -> <softirq-unsafe> 100 The first rule comes from the fact the a hardirq-safe lock could be 102 thus could result in a lock inversion deadlock. Likewise, a softirq-safe 113 - if a new hardirq-safe lock is discovered, we check whether it 116 - if a new softirq-safe lock is discovered, we check whether it took 120 hardirq-safe lock took it in the past. 123 softirq-safe lock took it in the past.
|
D | spinlocks.txt | 13 The above is always safe. It will disable interrupts _locally_, but the 38 NOTE! The spin-lock is safe only when you _also_ use the lock itself 92 are the most safe ones, and the ones that work under all circumstances, 93 but partly _because_ they are safe they are also fairly slow. They are slower 137 But when you do the write-lock, you have to use the irq-safe version. 142 wake up. So read-locks are safe (which is good: they are very common
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | Kconfig | 19 gpt nodes, then it is safe to use such gpt to reset the board, 56 It is safe to say 'Y' here
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | Kconfig | 58 stuff. If you don't know what to use, it is always safe to put all 78 stuff. If you don't know what to use, it is always safe to put all 98 stuff. If you don't know what to use, it is always safe to put all
|
/linux-4.1.27/net/batman-adv/ |
D | translation-table.c | 348 struct batadv_tt_change_node *tt_change_node, *entry, *safe; in batadv_tt_local_event() local 368 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_local_event() 835 struct batadv_tt_change_node *entry, *safe; in batadv_tt_tvlv_container_update() local 864 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_tvlv_container_update() 1197 struct batadv_tt_change_node *entry, *safe; in batadv_tt_changes_list_free() local 1201 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_changes_list_free() 1653 struct hlist_node *safe; in batadv_tt_global_del_orig_list() local 1658 hlist_for_each_entry_safe(orig_entry, safe, head, list) in batadv_tt_global_del_orig_list() 1680 struct hlist_node *safe; in batadv_tt_global_del_orig_node() local 1686 hlist_for_each_entry_safe(orig_entry, safe, head, list) { in batadv_tt_global_del_orig_node() [all …]
|
/linux-4.1.27/drivers/remoteproc/ |
D | Kconfig | 31 It's safe to say n here if you're not interested in multimedia 64 It's safe to say n here if you're not interested in multimedia
|
/linux-4.1.27/drivers/of/ |
D | Kconfig | 19 If unsure, say N here, but this option is safe to enable. 34 # Hardly any platforms need this. It is safe to select, but only do so if you
|
/linux-4.1.27/drivers/clocksource/ |
D | em_sti.c | 288 int safe; in em_sti_clock_event_next() local 291 safe = em_sti_count(p) < (next - 1); in em_sti_clock_event_next() 293 return !safe; in em_sti_clock_event_next()
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | trampoline_32.S | 39 cli # We should be safe anyway
|
D | trampoline_64.S | 40 cli # We should be safe anyway
|
/linux-4.1.27/drivers/input/gameport/ |
D | ns558.c | 274 struct ns558 *ns558, *safe; in ns558_exit() local 276 list_for_each_entry_safe(ns558, safe, &ns558_list, node) { in ns558_exit()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | crossbar.txt | 28 - ti,irqs-safe-map: integer which maps to a safe configuration to use
|
/linux-4.1.27/fs/ocfs2/ |
D | Kconfig | 36 It is always safe to say Y here, as the clustering method is 48 It is safe to say Y, as the clustering method is run-time
|
/linux-4.1.27/arch/s390/boot/compressed/ |
D | head.S | 30 # move the memory mover someplace safe
|
/linux-4.1.27/drivers/mtd/devices/ |
D | phram.c | 87 struct phram_mtd_list *this, *safe; in unregister_devices() local 89 list_for_each_entry_safe(this, safe, &phram_list, list) { in unregister_devices()
|
/linux-4.1.27/net/tipc/ |
D | node.c | 201 struct tipc_sock_conn *conn, *safe; in tipc_node_remove_conn() local 211 list_for_each_entry_safe(conn, safe, &node->conn_sks, list) { in tipc_node_remove_conn() 372 struct tipc_sock_conn *conn, *safe; in node_lost_contact() local 418 list_for_each_entry_safe(conn, safe, conns, list) { in node_lost_contact()
|
D | server.c | 431 struct outqueue_entry *e, *safe; in tipc_clean_outqueues() local 434 list_for_each_entry_safe(e, safe, &con->outqueue, list) { in tipc_clean_outqueues()
|
D | name_table.c | 806 struct publication *publ, *safe; in tipc_purge_publications() local 813 list_for_each_entry_safe(publ, safe, &info->zone_list, zone_list) { in tipc_purge_publications()
|
/linux-4.1.27/arch/cris/arch-v32/ |
D | Kconfig | 200 stuff. If you don't know what to use, it is always safe to put all 222 stuff. If you don't know what to use, it is always safe to put all 244 stuff. If you don't know what to use, it is always safe to put all 266 stuff. If you don't know what to use, it is always safe to put all 288 stuff. If you don't know what to use, it is always safe to put all
|
/linux-4.1.27/fs/efs/ |
D | Kconfig | 10 what all this is about, it's safe to say N. For more information
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_cmds | 5 # be safe. Global breakpoint commands affect each cpu as it is booted.
|
/linux-4.1.27/drivers/staging/iio/trigger/ |
D | Kconfig | 24 If unsure, say N (but it's safe to say "Y").
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 18 new, generic mechanism to make it safe for a process to modify its 55 several options to unshare(2) and clone(2) would be safe when
|
/linux-4.1.27/drivers/scsi/arm/ |
D | Kconfig | 21 implement this properly, so the safe answer is N. 31 don't implement it properly, so the safe answer is N.
|
/linux-4.1.27/drivers/iio/trigger/ |
D | Kconfig | 23 If unsure, say N (but it's safe to say "Y").
|
/linux-4.1.27/arch/ia64/scripts/ |
D | toolchain-flags | 23 please upgrade to a newer version (it is safe to use this linker, but
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | Kconfig | 21 It is safe to include both b43 and b43legacy as the underlying glue 90 It's safe to select Y here, even if you don't have a B43 PCMCIA device. 107 It's safe to select Y here, even if you don't have a B43 SDIO device.
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | Kconfig | 19 If unsure, it is safe to select M (module).
|
/linux-4.1.27/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 4 /// "kfree(NULL) is safe this check is probably not required"
|
/linux-4.1.27/net/wimax/ |
D | Kconfig | 22 If unsure, it is safe to select M (module).
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | Kconfig | 10 If you're not using Android its probably safe to
|
/linux-4.1.27/arch/sparc/kernel/ |
D | wof.S | 110 wr %glob_tmp, 0x0, %wim ! set new %wim, this is safe now 147 wr %glob_tmp, 0x0, %wim ! Now it is safe to set new %wim
|
/linux-4.1.27/drivers/staging/iio/adc/ |
D | Kconfig | 47 If unsure, say N (but it's safe to say "Y"). 67 If unsure, say N (but it's safe to say "Y").
|
/linux-4.1.27/arch/x86/um/ |
D | Kconfig | 54 N (on x86-64 it's automatically enabled, instead, as it's safe there).
|
/linux-4.1.27/Documentation/power/regulator/ |
D | design.txt | 18 specific knowledge that these changes are safe to perform on this
|
/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_ds2406 | 22 respectively. Bits 2-7 are ignored, so it's safe to write ASCII data.
|
/linux-4.1.27/lib/fonts/ |
D | Kconfig | 21 If unsure, say N (the default choices are safe). 35 here is safe.
|
/linux-4.1.27/Documentation/infiniband/ |
D | core_locking.txt | 40 are therefore safe to call from any context. 47 the midlayer is also safe to call from any context.
|
D | user_verbs.txt | 67 and so on. Since the InfiniBand userspace verbs should be safe for
|
D | ipoib.txt | 90 is safe to enable this option with debug_level set to 0 for normal
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | um_idi.c | 105 struct list_head *tmp, *safe; in diva_user_mode_idi_finit() local 108 list_for_each_safe(tmp, safe, &adapter_q) { in diva_user_mode_idi_finit() 171 struct list_head *tmp, *safe; in cleanup_adapter() local 174 list_for_each_safe(tmp, safe, &a->entity_q) { in cleanup_adapter()
|
/linux-4.1.27/tools/perf/scripts/perl/ |
D | rwtop.pl | 96 $sa->safe(1);
|
/linux-4.1.27/Documentation/networking/ |
D | sctp.txt | 25 module removal of lksctp is not yet a safe activity.
|
D | i40e.txt | 54 other protocols besides TCP. It's also safe to use with configurations that
|
D | s2io.txt | 134 recommended as safe parameters.
|
D | phy.txt | 20 management bus, it is difficult to ensure safe use of the bus. 48 time, so it is safe for them to block, waiting for an interrupt to signal
|
D | ipvs-sysctl.txt | 36 bit 1: enable rescheduling of new connections when it is safe.
|
/linux-4.1.27/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 28 cluster-level operations are only performed when it is truly safe to do 36 methods of coordination are required in order to guarantee safe 166 When a CPU reaches the CPU_UP state, it is safe for the CPU to 173 CPU is coherent yet, but it does mean that it is safe to resume 209 In order to enable safe coordination in such situations, it is important 472 is needed for safe transitions at the cluster level.
|
D | Booting | 132 A safe location is just above the 128MiB boundary from start of RAM. 145 A safe location is just above the device tree blob which itself will
|
D | kernel_user_helpers.txt | 36 safe to call any particular helper. This check should ideally be
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | cifs.txt | 16 performance safe distributed caching (oplock), optional packet
|
/linux-4.1.27/arch/frv/include/asm/ |
D | atomic.h | 23 #error not SMP safe
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep.txt | 82 This expression picks up the pointer "fdt->fd[fd]" in an RCU-safe manner, 90 In case (1), the pointer is picked up in an RCU-safe manner for vanilla
|
D | UP.txt | 89 It -is- safe for synchronize_sched() and synchronize_rcu_bh() to return 90 immediately on an UP system. It is also safe for synchronize_rcu()
|
D | rcu_dereference.txt | 50 "p+a-b" is safe because its value still necessarily depends on 140 it is safe to compare pointers from rcu_dereference() 152 this is safe is that even if misordering occurs, the 203 safe on strongly ordered systems (such as x86), but not on weakly
|
D | NMI-RCU.txt | 94 not to return until all ongoing NMI handlers exit. It is therefore safe
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-regulator | 152 min_microvolts. This holds the minimum safe working regulator 167 max_microvolts. This holds the maximum safe working regulator 182 min_microamps. This holds the minimum safe working regulator 197 max_microamps. This holds the maximum safe working regulator
|
/linux-4.1.27/drivers/iio/adc/ |
D | Kconfig | 55 If unsure, say N (but it's safe to say "Y"). 67 N (but it is safe to say "Y"). 79 If unsure, say N (but it's safe to say "Y"). 92 If unsure, say N (but it's safe to say "Y").
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | amd-powernow.txt | 8 so it is safe to try each driver in turn when in doubt as to
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
D | Kconfig | 46 The safe and default value for this is N.
|
/linux-4.1.27/Documentation/ |
D | gdb-kernel-debugging.txt | 49 Note: Some distros may restrict auto-loading of gdb scripts to known safe 52 add-auto-load-safe-path /path/to/linux-build
|
D | this_cpu_ops.txt | 211 this_cpu ops are interrupt safe. Some architectures do not support 222 and the scheduler cannot preempt, then they are safe. If any interrupts 225 safe. 271 structures remotely. It is usually safe to do a remote read access
|
D | io_ordering.txt | 4 typically done by reading a 'safe' device or bridge register, causing the I/O
|
D | preempt-locking.txt | 49 Note, some FPU functions are already explicitly preempt safe. For example, 113 This code is not preempt-safe, but see how easily we can fix it by simply
|
D | kselftest.txt | 10 in safe mode with a limited scope. In limited mode, cpu-hotplug test is
|
D | local_ops.txt | 33 sure that we modify it from within a preemption safe context. It is however 95 If you are already in a preemption-safe context, you can use
|
D | highuid.txt | 70 (it should be safe because it's always used a 32-bit integer to
|
D | kernel-per-CPU-kthreads.txt | 192 make sure that this is safe on your particular system. 217 make sure that this is safe on your particular system. 222 make sure that this is safe on your particular system.
|
D | volatile-considered-harmful.txt | 19 safe (spinlocks, mutexes, memory barriers, etc.) are designed to prevent
|
D | kasan.txt | 145 of kmemcheck: use shadow memory to record whether each byte of memory is safe
|
D | vgaarbiter.txt | 156 card can be left out of the arbitration process (and can be safe to take
|
D | kref.txt | 47 holding a valid pointer, it is safe to do this without
|
D | vfio.txt | 10 safe[2], non-privileged, userspace drivers. 436 [2] "safe" also depends upon a device being "well behaved". It's
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | io_common.c | 367 struct list_head *list, *safe; in sn_bus_free_sysdata() local 369 list_for_each_safe(list, safe, &sn_sysdata_list) { in sn_bus_free_sysdata()
|
/linux-4.1.27/drivers/pci/pcie/ |
D | Kconfig | 41 hardware or configurations and enable it when known-safe.
|
/linux-4.1.27/fs/ufs/ |
D | Kconfig | 28 If you haven't heard about all of this before, it's safe to say N.
|
/linux-4.1.27/fs/sysv/ |
D | Kconfig | 36 If you haven't heard about all of this before, it's safe to say N.
|
/linux-4.1.27/Documentation/ia64/ |
D | aliasing.txt | 130 identity mapping. This is obviously safe for things in 177 so it is safe to use WB mappings. 194 safe attribute to use.
|
D | fsys.txt | 134 it is not safe to assume that user-level called a handler with the 138 unless proper safe-guards are taken (e.g., interruptions are avoided), 213 restart is still safe. If the system call number is invalid,
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpuacct.txt | 46 This is because percpu_counter_read() on 32bit systems isn't safe
|
/linux-4.1.27/drivers/s390/char/ |
D | Kconfig | 152 It is safe to say "Y" here. 161 It is safe to say "Y" here.
|
/linux-4.1.27/Documentation/power/ |
D | drivers-testing.txt | 46 regarded as suspend/resume-safe.
|
D | suspend-and-interrupts.txt | 130 IRQF_NO_SUSPEND user. In order for this to be safe, the wakeup device driver
|
D | charger-manager.txt | 173 : This callback returns 0 if the temperature is safe for charging,
|
D | runtime_pm.txt | 73 the PM core that it is safe to run the ->runtime_suspend(), ->runtime_resume() 319 error code on failure, where -EAGAIN or -EBUSY means it is safe to attempt 332 error code on failure, where -EAGAIN means it may be safe to attempt to 497 It is safe to execute the following helper functions from interrupt context:
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_prime.c | 169 struct drm_prime_member *member, *safe; in drm_prime_remove_buf_handle_locked() local 171 list_for_each_entry_safe(member, safe, &prime_fpriv->head, entry) { in drm_prime_remove_buf_handle_locked()
|
/linux-4.1.27/drivers/s390/block/ |
D | Kconfig | 53 Select this option to be able to access FBA devices. It is safe to
|
D | scm_blk.c | 52 struct list_head *iter, *safe; in scm_free_rqs() local 56 list_for_each_safe(iter, safe, &inactive_requests) { in scm_free_rqs()
|
/linux-4.1.27/arch/metag/ |
D | Kconfig | 153 is not SMP-safe. 212 of the DA will be detected automatically at boot, so it is safe to say
|
/linux-4.1.27/drivers/net/ppp/ |
D | Kconfig | 46 it is safe to say Y here. 67 they don't support it, it is safe to say Y here.
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | Kconfig | 13 It is safe to include both b43 and b43legacy as the underlying glue
|
/linux-4.1.27/Documentation/fb/ |
D | sstfb.txt | 138 - The driver is not your_favorite_toy-safe. this includes SMP... 139 [Actually from inspection it seems to be safe - Alan]
|
D | vesafb.txt | 140 is the safe (and slow) default.
|
D | udlfb.txt | 156 period of time (one minute or less is safe).
|
D | intel810.txt | 239 safe side, you can leave this unselected.
|
/linux-4.1.27/include/linux/ |
D | compiler.h | 9 # define __safe __attribute__((safe))
|
D | uwb.h | 115 int safe; member
|
/linux-4.1.27/drivers/s390/net/ |
D | Kconfig | 12 If you do not know what it is, it's safe to choose Y.
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 152 for spinlock-safe GPIOs it is OK to use them before tasking is enabled, as part 210 IRQ handler, and those accessors must be used instead of spinlock-safe 215 spinlock-safe calls.
|
D | gpio-legacy.txt | 141 a task context. However, for spinlock-safe GPIOs it's OK to use them 219 spinlock-safe accessors without the cansleep() name suffix. 223 the same as the spinlock-safe calls. 258 a task context. However, for spinlock-safe GPIOs it's OK to request GPIOs 266 signal, or (b) something wrongly believes it's safe to remove drivers
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig | 164 configuration it is safe to say N, otherwise say Y.
|
/linux-4.1.27/fs/ext3/ |
D | Kconfig | 48 data=ordered mode will be a safe choice and you should
|
/linux-4.1.27/Documentation/scheduler/ |
D | completion.txt | 133 uninterruptible. wait_for_completion() and its variants are only safe 247 Both try_wait_for_completion() and completion_done() are safe to be called in
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 49 On production systems, it is safe (and a small optimization) to say N. 207 command line (bootargs). It is safe to say Y here in all cases, as
|
D | Kconfig | 962 interrupt latency issues, it is safe and OK to turn this off. 1070 cache is updated. This is a completely safe setting, but 1073 If you are unsure of the options and you want to be safe, 1087 cache is updated. This is a completely safe setting, but 1090 If you are unsure of the options and you want to be safe,
|
/linux-4.1.27/arch/ia64/ |
D | Kconfig | 221 types of ia64 systems. If you have an SGI Altix system, it's safe 233 types of ia64 systems. If you have an SGI UV system, it's safe 252 This choice is safe for all IA-64 systems, but may not perform
|
/linux-4.1.27/sound/oss/ |
D | Kconfig | 308 safe to answer Y if you have the original Windows Sound System card 345 is safe to answer Y if you have a true MPU401 MIDI interface card. 441 Answering Y is usually a safe and recommended choice, however some 456 UART chip. This interface is rarely found on sound cards. It's safe
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | ChangeLog | 70 completeness (better safe than sorry).
|
/linux-4.1.27/fs/gfs2/ |
D | log.c | 279 struct gfs2_trans *tr, *safe; in ail2_empty() local 286 list_for_each_entry_safe(tr, safe, &sdp->sd_ail2_list, tr_list) { in ail2_empty()
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 235 bits of, say, a sound file). This is also safe if the file resides 244 the cryptoloop is not safe for storing journaled filesystems. 279 WARNING: This device is not safe for journaled file systems like 319 don't have one of these, it is safe to answer N.
|
/linux-4.1.27/Documentation/x86/ |
D | entry_64.txt | 90 stack but before we executed SWAPGS, then the only safe way to check
|
D | boot.txt | 27 safe for systems which use the EBDA from SMM or 32-bit 208 (3) Ignored, but safe to set, for boot protocols 2.02-2.09. 510 Kernels prior to 2.6.31 did not recognize this field, but it is safe 524 Kernels prior to 2.6.31 did not recognize this field, but it is safe 551 address is defined as the address of the highest safe byte, so if 727 be used by a relocating boot loader to help select a safe load
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | Kconfig | 90 printed, it's safe to deselect OMAP_MUX for your product.
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | max8997-regulator.txt | 28 safe operating voltage).
|
D | s5m8767-regulator.txt | 31 safe operating voltage).
|
/linux-4.1.27/Documentation/i2c/ |
D | functionality | 148 /* Now it is safe to use the SMBus write_quick command */
|
D | dev-interface | 117 the adapter has I2C_FUNC_SMBUS_PEC; it is still safe if not, it just
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-armv.S | 326 @ save/restore lr_abt and spsr_abt to make nested aborts safe. 336 mrs r2, spsr @ Save spsr_abt, abort is now safe
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | Kconfig | 333 stuff. If you don't know what to use, it is always safe to put all 362 If you don't know what to use, it is always safe to put all as
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | Kconfig | 57 it is safe to say Y here.
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-piix4 | 106 of all affected systems, so the only safe solution was to prevent access to
|
D | i2c-i801 | 150 and seems safe, please submit a patch for inclusion into the kernel.
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 98 probe call, make sure that probe removal and module unload are safe.
|
D | mmiotrace.txt | 25 disabled by default, so it is safe to have this set to yes. SMP systems are
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 1339 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system. 1358 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system. 1389 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. 1409 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. 1438 might be a safe bet. If the resulting kernel does not work, 2238 no external assistance. It is safe to enable this when hardware 2361 # where it's known to be safe. This will not offer highmem on a few systems 2363 # indexed CPUs but we're playing safe. 2639 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/Documentation/devicetree/bindings/gpu/ |
D | nvidia,tegra20-host1x.txt | 211 - safe: safe reference for the SOR clock during power up
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | locking.txt | 28 is safe because whenever changing these bits can be detected by cmpxchg.
|
D | ppc-pv.txt | 122 The following bits are safe to be set inside the guest:
|
D | msr.txt | 250 It is always safe for the guest to ignore the optimization and perform
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 898 such as a printer; it is safe to compile both drivers into the 925 such as a printer; it is safe to compile both drivers into the 932 bool "ppa/imm option - Use slow (but safe) EPP-16" 944 Generally, saying Y is the safe option and slows things down a bit. 991 have a Lasi chip, it is safe to say "Y" here. 1165 There is no safe option other than using good SCSI devices. 1182 There is no safe option and the default answer is recommended. 1215 There is no safe option other than using good cabling, right 1499 usually rated at 5 MB/s. 5 is a safe value here unless you know the
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 39 cache coherence, an example is PowerMac 5500. Otherwise 0 is safe.
|
/linux-4.1.27/include/linux/ceph/ |
D | ceph_fs.h | 428 __u8 safe; /* true if committed to disk */ member
|
/linux-4.1.27/arch/arc/mm/ |
D | tlbex.S | 55 ; exception prologue (IRQ auto-disabled on Exceptions, so it's IRQ-safe).
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig.arm | 82 It requires, for safe operation, thermal framework with properly
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | mmc.txt | 34 - cap-power-off-card: powering off the card is safe
|
/linux-4.1.27/Documentation/console/ |
D | console.txt | 126 false(), then it's safe to release the resources. This balance has to be
|
/linux-4.1.27/Documentation/usb/ |
D | dma.txt | 110 buffers, synchronizing their safe re-use. (If there's no re-use, then let
|
D | persist.txt | 26 though they had disconnected. This is always safe and it is the
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 18 * that if the error cannot be handled for some reason it's safe to
|
/linux-4.1.27/Documentation/powerpc/ |
D | pmu-ebb.txt | 47 It is however safe to run 'perf' commands on a process which is using EBBs. The
|
/linux-4.1.27/arch/ |
D | Kconfig | 321 - secure_computing is called from a ptrace_event()-safe context 329 need to be called from a ptrace-safe context. It must then
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | Kconfig | 244 printed, it's safe to deselect DAVINCI_MUX for your product.
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 124 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 80 If unsure, it is safe to say Y. 105 (e.g. printer and ZIP drive) and it is safe to compile the 147 It is safe to say N to this -- it is not needed for normal printing
|
/linux-4.1.27/arch/parisc/ |
D | Kconfig | 336 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | stan.S | 318 |--safe.
|
/linux-4.1.27/Documentation/filesystems/ |
D | tmpfs.txt | 121 NUMA capability (perhaps a safe recovery kernel), or with fewer nodes
|
D | ext3.txt | 70 safe to use, at some performance penalty. If
|
D | porting | 215 ->d_parent changes are not protected by BKL anymore. Read access is safe 255 it's safe to remove it. If you don't need it, remove it.
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-driver-ib_srp | 55 only safe with partial memory descriptor list support enabled
|
/linux-4.1.27/drivers/usb/storage/ |
D | Kconfig | 211 If you don't know whether you have a UAS device, it is safe to
|
/linux-4.1.27/Documentation/sound/oss/ |
D | PAS16 | 117 Answering Y is usually a safe and recommended choice, however some
|
/linux-4.1.27/Documentation/laptops/ |
D | disk-shock-protection.txt | 109 feature nonetheless. Unfortunately, there is no safe way Linux can
|
/linux-4.1.27/Documentation/video4linux/ |
D | videobuf | 62 need to be an interrupt-safe spinlock which is used to protect (at least) 169 structure for this video device, irqlock is an interrupt-safe spinlock to
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 648 where the fail safe kernel needs to run at a different address 662 allowed to execute a few safe syscalls defined by each seccomp
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | Kconfig | 44 If unsure, say N (but it's safe to say "Y"). 57 If unsure, say N (but it's safe to say "Y"). 88 If unsure, say N (but it's safe to say "Y").
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 34 safe distributed caching (oplock), optional packet
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hdspm.txt | 79 safe pointer for writing, which is used on this mode inside
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 131 of function calls in the code, but is otherwise safe to
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.c | 2374 if ((req->r_got_unsafe && !head->safe) || in handle_reply() 2375 (req->r_got_safe && head->safe)) { in handle_reply() 2377 head->safe ? "safe" : "unsafe", tid, mds); in handle_reply() 2381 if (req->r_got_safe && !head->safe) { in handle_reply() 2419 if (head->safe) { in handle_reply()
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 336 executing 31 bit applications. It is safe to say "Y". 626 and the task is only allowed to execute a few safe syscalls
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 149 systems, it is safe to say N. 225 If you haven't heard about it, it's safe to say N.
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 1198 It is safe to sleep in this method. 1223 It is safe to sleep in this method. 1283 It is safe to sleep in this method, though care should be taken to avoid 1296 It is not safe to sleep in this method; the caller may hold spinlocks. 1311 It is not safe to sleep in this method; the RCU read lock is held by the 1327 when accessing the key's payload. It is safe to sleep in this method, such
|
/linux-4.1.27/fs/reiserfs/ |
D | README | 149 the endian safe patches which allow ReiserFS to run on any platform
|
/linux-4.1.27/drivers/input/serio/ |
D | Kconfig | 126 It's safe to enable this driver, so if unsure, say Y.
|
/linux-4.1.27/fs/affs/ |
D | Changes | 80 - locking should be safe for the future
|
/linux-4.1.27/arch/arc/kernel/ |
D | entry.S | 619 ; !CONFIG_PREEMPT: To ensure restore_regs is intr safe
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 73 module_param_named(safe, safe_string, charp, 0); 87 MODULE_PARM_DESC(safe, "Set other settings to a \"safe mode\"");
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig | 167 to not read back properly. It is safe to use on other chips as
|
/linux-4.1.27/drivers/usb/misc/ |
D | Kconfig | 149 It is safe to say M here.
|
/linux-4.1.27/drivers/macintosh/ |
D | Kconfig | 72 models should use CONFIG_ADB_PMU instead. It is safe to say Y here
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 143 NMI-safe and return a sane value in any context.
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 256 kernel BSS and should be safe to select on any system. A debugger
|