/linux-4.1.27/arch/sh/kernel/cpu/ |
D | clock-cpg.c | 38 static struct clk_lookup lookups[] = { variable 57 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in cpg_clk_init()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7763.c | 94 static struct clk_lookup lookups[] = { variable 116 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7780.c | 100 static struct clk_lookup lookups[] = { variable 122 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7757.c | 105 static struct clk_lookup lookups[] = { variable 144 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 145 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-shx3.c | 103 static struct clk_lookup lookups[] = { variable 141 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 142 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-sh7785.c | 119 static struct clk_lookup lookups[] = { variable 167 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 168 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-sh7786.c | 128 static struct clk_lookup lookups[] = { variable 182 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 183 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-sh7722.c | 181 static struct clk_lookup lookups[] = { variable 245 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7734.c | 181 static struct clk_lookup lookups[] = { variable 249 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 250 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-sh7366.c | 195 static struct clk_lookup lookups[] = { variable 270 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7723.c | 206 static struct clk_lookup lookups[] = { variable 293 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7343.c | 197 static struct clk_lookup lookups[] = { variable 277 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7724.c | 271 static struct clk_lookup lookups[] = { variable 367 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4-202.c | 150 static struct clk_lookup lookups[] = { variable 174 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7264.c | 107 static struct clk_lookup lookups[] = { variable 144 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7269.c | 141 static struct clk_lookup lookups[] = { variable 175 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
/linux-4.1.27/arch/sh/boards/mach-highlander/ |
D | setup.c | 338 static struct clk_lookup lookups[] = { variable 379 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in highlander_setup()
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | clock-r8a7779.c | 145 static struct clk_lookup lookups[] = { variable 255 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in r8a7779_clock_init()
|
D | clock-r8a7778.c | 172 static struct clk_lookup lookups[] = { variable 336 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in r8a7778_clock_init()
|
D | clock-r8a7740.c | 508 static struct clk_lookup lookups[] = { variable 669 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in r8a7740_clock_init()
|
D | clock-sh73a0.c | 611 static struct clk_lookup lookups[] = { variable 746 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in sh73a0_clock_init()
|
/linux-4.1.27/Documentation/filesystems/ |
D | path-lookup.txt | 30 are path-walk intensive tend to do path lookups starting from a common dentry 47 Name lookups will want to find a particular path that a name string refers to 69 - perform dcache hash name lookups on (parent, name element) tuples; 96 using d_seq for synchronisation (see seqcount based lookups, below). 175 Seqcount based lookups 177 In refcount based dcache lookups, d_lock is used to serialise access to 206 With this two parts of the puzzle, we can do path lookups without taking 213 is the traditional[*] way of performing dcache lookups using d_lock to 217 lookups, and can perform lookup of intermediate elements without any stores to 299 lookups, and to assume dentry mount points and mount roots are stable up and [all …]
|
D | ceph.txt | 123 Use the dcache contents to perform negative lookups and
|
D | autofs4-mount-control.txt | 332 gid (or string variations of them) for mount lookups within the map entry. 334 used by user space for the mount map lookups.
|
D | overlayfs.txt | 76 actual lookups find directories, both are stored and a merged
|
D | ramfs-rootfs-initramfs.txt | 254 name lookups, even when otherwise statically linked.)
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | idmapper.txt | 55 this case, /some/other/program will handle all uid lookups and 56 /usr/sbin/nfs.idmap will handle gid, user, and group lookups. 70 The actual lookups are performed by functions found in nfsidmap.h. nfs.idmap
|
D | rpc-cache.txt | 180 added to the channel but instead all lookups that do not find a valid
|
/linux-4.1.27/net/dns_resolver/ |
D | Kconfig | 9 which can be used to make upcalls to perform DNS lookups in
|
/linux-4.1.27/security/selinux/include/ |
D | avc.h | 42 unsigned int lookups; member
|
/linux-4.1.27/arch/arm/mach-versatile/ |
D | core.c | 380 static struct clk_lookup lookups[] = { variable 751 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in versatile_init_early()
|
/linux-4.1.27/arch/arm/mach-lpc32xx/ |
D | clock.c | 1195 static struct clk_lookup lookups[] = { variable 1243 for (i = 0; i < ARRAY_SIZE(lookups); i++) in clk_init() 1244 clkdev_add(&lookups[i]); in clk_init()
|
/linux-4.1.27/Documentation/ |
D | phy.txt | 139 offers lookups which can be compared to clkdev that allow clk structures to be 144 lookups.
|
D | kref.txt | 257 locking for lookups in the above example:
|
D | crc32.txt | 133 This does not change the number of table lookups, but does increase
|
/linux-4.1.27/security/selinux/ |
D | selinuxfs.c | 1407 unsigned int lookups = st->lookups; in sel_avc_stats_seq_show() local 1409 unsigned int hits = lookups - misses; in sel_avc_stats_seq_show() 1410 seq_printf(seq, "%u %u %u %u %u %u\n", lookups, in sel_avc_stats_seq_show()
|
D | avc.c | 332 avc_cache_stats_incr(lookups); in avc_lookup()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 235 neg=N Number of negative lookups made 236 pos=N Number of positive lookups made 238 tmo=N Number of lookups timed out and requeued
|
D | object.txt | 108 (2) Initialisation: states that perform lookups in the cache and validate
|
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 98 GPIOs are mapped by the means of tables of lookups, containing instances of the
|
/linux-4.1.27/Documentation/block/ |
D | queue-sysfs.txt | 83 complex tree/hash lookups).
|
D | biodoc.txt | 997 request in sort order to prevent binary tree lookups.
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 59 operations (like lookups or directory listings) between them according to IO priorities.
|
/linux-4.1.27/include/net/ |
D | neighbour.h | 118 unsigned long lookups; /* number of lookups */ member
|
/linux-4.1.27/Documentation/vm/ |
D | page_migration | 124 11. The radix tree lock is dropped. With that lookups in the mapping
|
/linux-4.1.27/net/core/ |
D | neighbour.c | 401 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup() 424 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup_nodev() 1843 ndst.ndts_lookups += st->lookups; in neightbl_fill_info() 2729 st->lookups, in neigh_stat_seq_show()
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 401 lookups 690 It proved to be fastest to do some table lookups. Performance gain
|
/linux-4.1.27/arch/ia64/kernel/ |
D | unwind.c | 124 int lookups; member 1233 STAT(++unw.stat.cache.lookups); in script_lookup()
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 117 * Rewrote datastream position lookups.
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 333 for optimizing these mostly negative lookups are so high that the
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 51 the hid events at all (no parsing, no lookups). This lets applications
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 708 If set, enable additions to and lookups from the CIPSO label mapping 709 cache. If unset, additions are ignored and lookups always result in a
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 672 for one second improving performance of lookups
|
D | CHANGES | 811 lookups.
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 437 for performance lookups.
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 104 a throttle on key lookups. A negative key can be updated to a normal
|