Home
last modified time | relevance | path

Searched refs:lookups (Results 1 – 56 of 56) sorted by relevance

/linux-4.1.27/arch/sh/kernel/cpu/
Dclock-cpg.c38 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/
Dclock-sh7763.c94 static struct clk_lookup lookups[] = { variable
116 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7780.c100 static struct clk_lookup lookups[] = { variable
122 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7757.c105 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()
Dclock-shx3.c103 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()
Dclock-sh7785.c119 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()
Dclock-sh7786.c128 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()
Dclock-sh7722.c181 static struct clk_lookup lookups[] = { variable
245 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7734.c181 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()
Dclock-sh7366.c195 static struct clk_lookup lookups[] = { variable
270 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7723.c206 static struct clk_lookup lookups[] = { variable
293 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7343.c197 static struct clk_lookup lookups[] = { variable
277 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7724.c271 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/
Dclock-sh4-202.c150 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/
Dclock-sh7264.c107 static struct clk_lookup lookups[] = { variable
144 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7269.c141 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/
Dsetup.c338 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/
Dclock-r8a7779.c145 static struct clk_lookup lookups[] = { variable
255 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in r8a7779_clock_init()
Dclock-r8a7778.c172 static struct clk_lookup lookups[] = { variable
336 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in r8a7778_clock_init()
Dclock-r8a7740.c508 static struct clk_lookup lookups[] = { variable
669 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in r8a7740_clock_init()
Dclock-sh73a0.c611 static struct clk_lookup lookups[] = { variable
746 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in sh73a0_clock_init()
/linux-4.1.27/Documentation/filesystems/
Dpath-lookup.txt30 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 …]
Dceph.txt123 Use the dcache contents to perform negative lookups and
Dautofs4-mount-control.txt332 gid (or string variations of them) for mount lookups within the map entry.
334 used by user space for the mount map lookups.
Doverlayfs.txt76 actual lookups find directories, both are stored and a merged
Dramfs-rootfs-initramfs.txt254 name lookups, even when otherwise statically linked.)
/linux-4.1.27/Documentation/filesystems/nfs/
Didmapper.txt55 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
Drpc-cache.txt180 added to the channel but instead all lookups that do not find a valid
/linux-4.1.27/net/dns_resolver/
DKconfig9 which can be used to make upcalls to perform DNS lookups in
/linux-4.1.27/security/selinux/include/
Davc.h42 unsigned int lookups; member
/linux-4.1.27/arch/arm/mach-versatile/
Dcore.c380 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/
Dclock.c1195 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/
Dphy.txt139 offers lookups which can be compared to clkdev that allow clk structures to be
144 lookups.
Dkref.txt257 locking for lookups in the above example:
Dcrc32.txt133 This does not change the number of table lookups, but does increase
/linux-4.1.27/security/selinux/
Dselinuxfs.c1407 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()
Davc.c332 avc_cache_stats_incr(lookups); in avc_lookup()
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt235 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
Dobject.txt108 (2) Initialisation: states that perform lookups in the cache and validate
/linux-4.1.27/Documentation/gpio/
Dboard.txt98 GPIOs are mapped by the means of tables of lookups, containing instances of the
/linux-4.1.27/Documentation/block/
Dqueue-sysfs.txt83 complex tree/hash lookups).
Dbiodoc.txt997 request in sort order to prevent binary tree lookups.
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt59 operations (like lookups or directory listings) between them according to IO priorities.
/linux-4.1.27/include/net/
Dneighbour.h118 unsigned long lookups; /* number of lookups */ member
/linux-4.1.27/Documentation/vm/
Dpage_migration124 11. The radix tree lock is dropped. With that lookups in the mapping
/linux-4.1.27/net/core/
Dneighbour.c401 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/
Dnand_ecc.txt401 lookups
690 It proved to be fastest to do some table lookups. Performance gain
/linux-4.1.27/arch/ia64/kernel/
Dunwind.c124 int lookups; member
1233 STAT(++unw.stat.cache.lookups); in script_lookup()
/linux-4.1.27/fs/befs/
DChangeLog117 * Rewrote datastream position lookups.
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt333 for optimizing these mostly negative lookups are so high that the
/linux-4.1.27/drivers/hid/
DKconfig51 the hid events at all (no parsing, no lookups). This lets applications
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt708 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/
DREADME672 for one second improving performance of lookups
DCHANGES811 lookups.
/linux-4.1.27/net/netfilter/
DKconfig437 for performance lookups.
/linux-4.1.27/Documentation/security/
Dkeys.txt104 a throttle on key lookups. A negative key can be updated to a normal