Home
last modified time | relevance | path

Searched refs:protected (Results 1 – 25 of 72) sorted by relevance

123

/linux-2.6.39/Documentation/pcmcia/
Dlocking.txt53 protected by pcmcia_socket_list_rwsem;
58 The resource_ops and their data are protected by ops_mutex.
60 The "main" struct pcmcia_socket is protected as follows (read-only fields
99 The "main" struct pcmcia_devie is protected as follows (read-only fields
/linux-2.6.39/scripts/kconfig/
Dqconf.h61 protected:
267 protected:
291 protected:
324 protected:
/linux-2.6.39/Documentation/RCU/
Drcuref.txt1 Reference-count design for elements of lists/arrays protected by RCU.
3 Reference counting on elements of lists which are protected by traditional
Dchecklist.txt52 As a rough rule of thumb, any dereference of an RCU-protected
67 an RCU-protected list. Alternatively, use the other
68 RCU-protected data structures that have been added to
118 know exactly which pointers are protected by RCU.
154 in their respective types of RCU-protected lists.
157 type of RCU-protected linked lists.
221 used by the RCU-protected data structure, including
262 must be protected by appropriate update-side locks. RCU
282 all currently executing rcu_read_lock()-protected RCU read-side
286 rcu_read_lock()-protected read-side critical sections, do -not-
[all …]
D00-INDEX18 - Reference-count design for elements of lists/arrays protected by RCU
Dlockdep.txt85 to use rcu_dereference_protected() if either the RCU-protected pointer
86 or the RCU-protected data that it points to can change concurrently.
DwhatisRCU.txt140 read-side critical sections. Any RCU-protected data structure
216 RCU-protected pointer, in order to safely communicate the change
222 pointers are protected by RCU and (2) the point at which a
234 The reader uses rcu_dereference() to fetch an RCU-protected
244 RCU-protected pointer to a local variable, then dereferences
256 RCU-protected structure, using the local variable is of
280 rcu_dereference() is to document which pointers are protected by
419 to dereference RCU-protected pointers.
424 o Use rcu_assign_pointer() to update an RCU-protected pointer.
431 RCU-protected data structure, but -before- reclaiming/freeing
[all …]
/linux-2.6.39/Documentation/filesystems/
Dfiles.txt7 Up until 2.6.12, the file descriptor table has been protected
9 ->file_lock protected accesses to all the file related fields
15 The files (struct file) themselves are protected using
55 2. Reading of the fdtable as described above must be protected
Dpath-lookup.txt84 The hash lists are RCU protected, so list walking is not serialised with
89 hash, and its inode are protected by the per-dentry d_lock spinlock. A
94 These members are also protected by d_seq seqlock, although this offers
100 Back to the rename case. In usual RCU protected lists, the only operations that
226 path string, rcu-walk uses a d_seq protected snapshot. When looking up a
307 * inode is also RCU protected so we can load d_inode and use the inode for
Dporting92 protected.
216 ->d_parent changes are not protected by BKL anymore. Read access is safe
224 not protected by the conditions above is risky even in the old tree - you
249 exactly what needs to be protected.
/linux-2.6.39/Documentation/
Dpreempt-locking.txt37 RULE #2: CPU state must be protected.
40 Under preemption, the state of the CPU must be protected. This is arch-
131 is done. They may also be called within a spin-lock protected region, however,
134 are also protected by preemption locks and so may use the versions which do
Dio_ordering.txt7 critical section of code protected by spinlocks. This would ensure that
/linux-2.6.39/arch/powerpc/sysdev/
Dmpic.c973 if (mpic->protected && test_bit(hw, mpic->protected)) in mpic_host_map()
1146 mpic->protected = kzalloc(mapsize, GFP_KERNEL); in mpic_alloc()
1147 BUG_ON(mpic->protected == NULL); in mpic_alloc()
1151 __set_bit(psrc[i], mpic->protected); in mpic_alloc()
1369 if (mpic->protected && test_bit(i, mpic->protected)) in mpic_init()
1540 if (unlikely(mpic->protected && test_bit(src, mpic->protected))) { in _mpic_get_one_irq()
1580 if (unlikely(mpic->protected && test_bit(src, mpic->protected))) { in mpic_get_coreint_irq()
/linux-2.6.39/Documentation/fb/
Dvesafb.txt12 graphics mode. Switching mode later on (in protected mode) is
109 The VESA BIOS provides protected mode interface for changing
123 ypan enable display panning using the VESA protected mode
145 pmipal Use the protected mode interface for palette changes.
Duvesafb.txt59 ypan Enable display panning using the VESA protected mode
78 pmipal Use the protected mode interface for palette changes.
79 This is the default if the protected mode interface is
/linux-2.6.39/arch/powerpc/kernel/vdso64/
Ddatapage.S24 .protected __get_datapage
/linux-2.6.39/arch/powerpc/kernel/vdso32/
Ddatapage.S24 .protected __get_datapage
/linux-2.6.39/Documentation/kvm/
Dmmu.txt95 - access to missing or protected translations
231 protected, and synchronize sptes to gptes when a gpte is written.
255 - access to a protected translation
256 - when logging dirty pages, memory is write protected
257 - synchronized shadow pages are write protected (*)
334 write-protected pages
338 arrays for each memory slot and large page size. Every write protected page
/linux-2.6.39/arch/parisc/
DKconfig.debug9 Mark the kernel read-only data as write-protected in the pagetables,
/linux-2.6.39/arch/powerpc/boot/dts/
Dmpc5121ads.dts90 protected@0 {
91 label = "protected";
92 reg = <0x00000000 0x00040000>; // first sector is protected
Dp2020rdb_camp_core1.dts132 protected-sources = <
/linux-2.6.39/drivers/net/sfc/
Dmtd.c598 bool protected; in siena_mtd_probe_partition() local
609 rc = efx_mcdi_nvram_info(efx, type, &size, &erase_size, &protected); in siena_mtd_probe_partition()
612 if (protected) in siena_mtd_probe_partition()
/linux-2.6.39/Documentation/x86/
Dboot.txt36 Protocol 2.05: (Kernel 2.6.20) Make protected mode kernel relocatable.
85 When using bzImage, the protected-mode kernel was relocated to
253 The size of the protected-mode code in units of 16-byte paragraphs.
393 - If 0, the protected-mode code is loaded at 0x10000.
394 - If 1, the protected-mode code is loaded at 0x100000.
436 The address to jump to in protected mode. This defaults to the load
556 If this field is nonzero, the protected-mode part of the kernel can
620 of the protected-mode code to the payload.
962 entering protected mode. The default routine disables NMI, so
967 transition to protected mode, but before the kernel is
[all …]
/linux-2.6.39/arch/powerpc/include/asm/
Dmpic.h305 unsigned long *protected; member
/linux-2.6.39/Documentation/vm/
Dlocking64 It is advisable that changes to vm_start/vm_end be protected, although
91 are protected by the swap_lock.

123