Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 200 of 258) sorted by relevance

12

/linux-4.1.27/arch/arm/mach-omap2/
Dclkt2xxx_virt_prcm_set.c235 struct clk_lookup *lookup = NULL; in omap2xxx_clkt_vps_init() local
241 lookup = kzalloc(sizeof(*lookup), GFP_KERNEL); in omap2xxx_clkt_vps_init()
242 if (!hw || !lookup) in omap2xxx_clkt_vps_init()
253 lookup->dev_id = NULL; in omap2xxx_clkt_vps_init()
254 lookup->con_id = "cpufreq_ck"; in omap2xxx_clkt_vps_init()
255 lookup->clk = clk; in omap2xxx_clkt_vps_init()
257 clkdev_add(lookup); in omap2xxx_clkt_vps_init()
261 kfree(lookup); in omap2xxx_clkt_vps_init()
/linux-4.1.27/drivers/gpio/
Dgpiolib-acpi.c395 struct acpi_gpio_lookup *lookup = data; in acpi_find_gpio() local
400 if (lookup->n++ == lookup->index && !lookup->desc) { in acpi_find_gpio()
402 int pin_index = lookup->pin_index; in acpi_find_gpio()
407 lookup->desc = acpi_get_gpiod(agpio->resource_source.string_ptr, in acpi_find_gpio()
409 lookup->info.gpioint = in acpi_find_gpio()
417 if (lookup->info.gpioint) in acpi_find_gpio()
418 lookup->info.active_low = in acpi_find_gpio()
451 struct acpi_gpio_lookup lookup; in acpi_get_gpiod_by_index() local
459 memset(&lookup, 0, sizeof(lookup)); in acpi_get_gpiod_by_index()
460 lookup.index = index; in acpi_get_gpiod_by_index()
[all …]
/linux-4.1.27/drivers/of/
Dplatform.c295 static const struct of_dev_auxdata *of_dev_lookup(const struct of_dev_auxdata *lookup, in of_dev_lookup() argument
300 if (!lookup) in of_dev_lookup()
303 for(; lookup->compatible != NULL; lookup++) { in of_dev_lookup()
304 if (!of_device_is_compatible(np, lookup->compatible)) in of_dev_lookup()
307 if (res.start != lookup->phys_addr) in of_dev_lookup()
309 pr_debug("%s: devname=%s\n", np->full_name, lookup->name); in of_dev_lookup()
310 return lookup; in of_dev_lookup()
329 const struct of_dev_auxdata *lookup, in of_platform_bus_create() argument
346 auxdata = of_dev_lookup(lookup, bus); in of_platform_bus_create()
367 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create()
[all …]
/linux-4.1.27/drivers/platform/chrome/
Dchromeos_laptop.c214 struct i2c_lookup *lookup = data; in __find_i2c_adap() local
221 if (strncmp(adapter->name, lookup->name, strlen(lookup->name)) == 0 && in __find_i2c_adap()
222 lookup->n++ == lookup->instance) in __find_i2c_adap()
231 struct i2c_lookup lookup; in find_i2c_adapter_num() local
233 memset(&lookup, 0, sizeof(lookup)); in find_i2c_adapter_num()
234 lookup.name = i2c_adapter_names[type]; in find_i2c_adapter_num()
235 lookup.instance = (type == I2C_ADAPTER_DESIGNWARE_1) ? 1 : 0; in find_i2c_adapter_num()
238 dev = bus_find_device(&i2c_bus_type, NULL, &lookup, __find_i2c_adap); in find_i2c_adapter_num()
242 lookup.name); in find_i2c_adapter_num()
/linux-4.1.27/arch/arm/mach-integrator/
Dimpd1.c389 struct gpiod_lookup_table *lookup; in impd1_probe() local
393 lookup = devm_kzalloc(&dev->dev, in impd1_probe()
394 sizeof(*lookup) + 3 * sizeof(struct gpiod_lookup), in impd1_probe()
398 lookup->dev_id = mmciname; in impd1_probe()
413 lookup->table[0].chip_label = chipname; in impd1_probe()
414 lookup->table[0].chip_hwnum = 3; in impd1_probe()
415 lookup->table[0].con_id = "wp"; in impd1_probe()
416 lookup->table[1].chip_label = chipname; in impd1_probe()
417 lookup->table[1].chip_hwnum = 4; in impd1_probe()
418 lookup->table[1].con_id = "cd"; in impd1_probe()
[all …]
/linux-4.1.27/fs/ocfs2/
Ddir.h59 struct ocfs2_dir_lookup_result *lookup);
68 struct ocfs2_dir_lookup_result *lookup);
73 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry() argument
77 inode, blkno, parent_fe_bh, lookup); in ocfs2_add_entry()
102 struct ocfs2_dir_lookup_result *lookup);
Ddir.c1034 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() argument
1057 ret = ocfs2_dx_dir_search(name, namelen, dir, dx_root, lookup); in ocfs2_find_entry_dx()
1064 lookup->dl_dx_root_bh = dx_root_bh; in ocfs2_find_entry_dx()
1087 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() argument
1093 return ocfs2_find_entry_dx(name, namelen, dir, lookup); in ocfs2_find_entry()
1108 lookup->dl_leaf_bh = bh; in ocfs2_find_entry()
1109 lookup->dl_entry = res_dir; in ocfs2_find_entry()
1259 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() argument
1262 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; in ocfs2_delete_entry_dx()
1263 struct buffer_head *leaf_bh = lookup->dl_leaf_bh; in ocfs2_delete_entry_dx()
[all …]
Dnamei.c82 struct ocfs2_dir_lookup_result *lookup,
90 struct ocfs2_dir_lookup_result *lookup,
257 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local
298 dentry->d_name.len, &lookup); in ocfs2_mknod()
443 &lookup); in ocfs2_mknod()
466 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mknod()
681 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local
743 dentry->d_name.len, &lookup); in ocfs2_link()
789 parent_fe_bh, &lookup); in ocfs2_link()
819 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_link()
[all …]
/linux-4.1.27/drivers/clk/
Dclk-s2mps11.c48 struct clk_lookup *lookup; member
245 s2mps11_clk->lookup = clkdev_alloc(s2mps11_clk->clk, in s2mps11_clk_probe()
247 if (!s2mps11_clk->lookup) { in s2mps11_clk_probe()
252 clkdev_add(s2mps11_clk->lookup); in s2mps11_clk_probe()
274 if (s2mps11_clk->lookup) { in s2mps11_clk_probe()
275 clkdev_drop(s2mps11_clk->lookup); in s2mps11_clk_probe()
295 if (!s2mps11_clks[i].lookup) in s2mps11_clk_remove()
297 clkdev_drop(s2mps11_clks[i].lookup); in s2mps11_clk_remove()
/linux-4.1.27/drivers/media/dvb-frontends/
Dstv0900_core.c605 const struct stv0900_table *lookup, in stv0900_get_rf_level() argument
616 if ((lookup == NULL) || (lookup->size <= 0)) in stv0900_get_rf_level()
623 imax = lookup->size - 1; in stv0900_get_rf_level()
624 if (INRANGE(lookup->table[imin].regval, agc_gain, in stv0900_get_rf_level()
625 lookup->table[imax].regval)) { in stv0900_get_rf_level()
629 if (INRANGE(lookup->table[imin].regval, in stv0900_get_rf_level()
631 lookup->table[i].regval)) in stv0900_get_rf_level()
637 rf_lvl = (s32)agc_gain - lookup->table[imin].regval; in stv0900_get_rf_level()
638 rf_lvl *= (lookup->table[imax].realval - in stv0900_get_rf_level()
639 lookup->table[imin].realval); in stv0900_get_rf_level()
[all …]
/linux-4.1.27/Documentation/filesystems/
Dpath-lookup.txt1 Path walking and name lookup locking
9 path string. Then repeating the lookup from the child dentry and finding its
16 Prior to 2.5.10, dcache_lock was acquired in d_lookup (dcache hash lookup) and
50 current->fs->cwd or current->fs->root) as the first parent of the lookup. Then
53 parent for the next lookup.
58 Turning the child into a parent for the next lookup requires more checks and
72 - lookup and create missing parts of the path on demand.
77 Dcache name lookup
79 In order to lookup a dcache (parent, name) tuple, we take a hash on the tuple
115 lookup of the old list veering off into the new (incorrect) list and missing
[all …]
Dsquashfs.txt88 | lookup table |
96 written the completed inode, directory, fragment, export, uid/gid lookup and
148 file lookup. Directory indexes store one entry per metablock, each entry
151 and at lookup the index is scanned linearly looking for the first filename
155 decompressed to do a lookup irrespective of the length of the directory.
178 3.5 Fragment lookup table
182 location on disk and compressed size using a fragment lookup table. This
183 fragment lookup table is itself stored compressed into metadata blocks.
188 3.6 Uid/gid lookup table
202 an inode number to inode disk location lookup table. This is required to
[all …]
D00-INDEX108 path-lookup.txt
109 - info on path walking and name lookup locking.
Dporting78 Now we have the exclusion between ->lookup() and directory removal (by
86 ->lookup(), ->truncate(), ->create(), ->unlink(), ->mknod(), ->mkdir(),
219 ->d_parent of ->lookup() argument).
366 Documentation/filesystems/path-lookup.txt). d_hash and d_compare changes
437 ->lookup() do *not* take struct nameidata anymore; just the flags.
Dfiles.txt63 take care of barrier requirements due to lock-free lookup.
Doverlayfs.txt73 Then whenever a lookup is requested in such a merged directory, the
74 lookup is performed in each actual directory and the combined result
Dvfs.txt57 To look up an inode requires that the VFS calls the lookup() method of
341 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
379 lookup: called when the VFS needs to look up an inode in a parent
489 negative or needs lookup. Cached positive dentries are still handled by
507 pressure, page lookup by address, and keeping track of pages tagged as
780 space if necessary and pin the block lookup information in
958 doing a lookup in the parent directory. This includes "/", "." and "..",
Dautofs4-mount-control.txt59 mounts are triggered for each sub-directory key by the inode lookup
139 in the mount table. An operation to lookup the mount status of a mount
Dcoda.txt103 4.4 lookup
1429 The Coda FS Driver can cache results of lookup and access upcalls, to
1449 3. a list of CodaCred's for which the lookup is permitted.
1453 The lookup call in the Coda FS Driver may request the cnode of the
1653 one needs to be careful, since a few operations (lookup,
Dfiemap.txt59 extended attribute lookup tree, instead of its data tree.
Dlogfs.txt175 To satisfy efficient lookup(), directory entries are hashed and
DLocking41 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
75 lookup: yes
Df2fs.txt237 number of files, it can reduce the file lookup
513 1 to N in the same way as the lookup operation.
Dsysfs.txt293 quick way to lookup the sysfs interface for a device from the result of
/linux-4.1.27/include/linux/
Dof_platform.h73 const struct of_dev_auxdata *lookup,
79 const struct of_dev_auxdata *lookup, in of_platform_populate() argument
Dbtree-type.h37 static inline void *BTREE_FN(lookup)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in BTREE_FN() argument
81 static inline void *BTREE_FN(lookup)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in BTREE_FN() argument
Dirqdesc.h142 bool lookup, struct pt_regs *regs);
Dsysctl.h157 struct ctl_table_set *(*lookup)(struct ctl_table_root *root, member
Dtty_driver.h252 struct tty_struct * (*lookup)(struct tty_driver *driver, member
/linux-4.1.27/drivers/dma/sh/
Dshdma-of.c46 const struct of_dev_auxdata *lookup = dev_get_platdata(&pdev->dev); in shdma_of_probe() local
54 ret = of_platform_populate(pdev->dev.of_node, NULL, lookup, &pdev->dev); in shdma_of_probe()
/linux-4.1.27/Documentation/filesystems/nfs/
DExporting47 2/ The dcache must be prepared for a newly found (via ->lookup) directory
50 ->lookup). This is particularly needed for directories as
68 loose directory dentries at lookup time. They are:
79 convention of ->lookup.
89 when ->lookup finds an inode for a given parent and name.
97 Typically the ->lookup routine will simply end with a:
129 so any filehandle lookup that requires finding a parent will fail.
130 ->lookup("..") is *not* used as a default as it can leave ".." entries
Didmapper.txt45 program. If you would like to use your own program for a uid lookup then you
72 description string. For example, a uid lookup description will appear as
Drpc-cache.txt24 - general cache lookup with correct locking
150 lookup fails, or when it succeeds but finds an entry that may soon
183 failed lookup meant a definite 'no'.
Dnfs.txt69 do a DNS lookup in order to mount the new volume, and hence the need for an
/linux-4.1.27/Documentation/networking/
Dpolicy-routing.txt15 REJECT - abort route lookup and return an error value.
16 THROW - abort route lookup in this class.
41 RTP_ROUTE - lookup in attached class
42 RTP_NAT - lookup in attached class and if a match is found,
44 RTP_MASQUERADE - lookup in attached class and if a match is found,
Dfib_trie.txt64 straightforward trie lookup.
115 Main lookup mechanism
117 fn_trie_lookup() is the main lookup function.
119 The lookup is in its simplest form just like fib_find_node(). We descend the
Ddns_resolver.txt86 set lookup.
100 DNS lookup failed.
123 this type are used to transport and cache DNS lookup results from userspace.
Dtproxy.txt21 # ip rule add fwmark 1 lookup 100
Dipvs-sysctl.txt78 5 - service lookup
80 7 - connection new/expire, lookup and synchronization
Dscaling.txt238 but the hash is used as index into a flow lookup table. This table maps
385 of the running CPU as a key into the CPU-to-queue lookup table. If the
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Datmel-nand.txt9 The PMECC lookup table address and size in ROM is optional. If not
30 - atmel,pmecc-lookup-table-offset : includes two offsets of lookup table in ROM
83 atmel,pmecc-lookup-table-offset = <0x8000 0x10000>;
/linux-4.1.27/net/ipv6/
Dfib6_rules.c33 int flags, pol_lookup_t lookup) in fib6_rule_lookup() argument
36 .lookup_ptr = lookup, in fib6_rule_lookup()
57 pol_lookup_t lookup = arg->lookup_ptr; in fib6_rule_action() local
84 rt = lookup(net, table, flp6, flags); in fib6_rule_action()
Dip6_fib.c256 int flags, pol_lookup_t lookup) in fib6_rule_lookup() argument
258 return (struct dst_entry *) lookup(net, net->ipv6.fib6_main_tbl, fl6, flags); in fib6_rule_lookup()
/linux-4.1.27/Documentation/RCU/
Drculist_nulls.txt119 the lookup met the end of chain. If final 'nulls' value
120 is not the slot number, then we must restart the lookup at
126 1) lookup algo
142 * if the nulls value we got at the end of this lookup is
143 * not the expected one, we must restart lookup.
DRTFP.txt954 synchronization-free lookup. RCU is used to retain removed nodes
1146 ,Title="Subject: [RFC] Use RCU for tcp\_ehash lookup"
1153 Srivatsa's RCU patch for tcp_ehash lookup.
1159 ,Title="Subject: [patchset] Lockfree fd lookup 0 of 5"
1172 ,Title="Subject: Re: [patchset] Lockfree fd lookup 0 of 5"
2524 "The RCU-based name lookup is at the other end of the spectrum - the
2530 of the most expensive parts of path component lookup, which was the
2531 d_lock on every component lookup. So I'm seeing improvements of 30-50%
2532 on some seriously pathname-lookup intensive loads."
/linux-4.1.27/crypto/
Dapi.c503 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask) = in crypto_find_alg() local
512 if (frontend->lookup) in crypto_find_alg()
513 lookup = frontend->lookup; in crypto_find_alg()
516 return lookup(alg_name, type, mask); in crypto_find_alg()
/linux-4.1.27/drivers/md/
Ddm-cache-policy-internal.h27 BUG_ON(!p->lookup); in policy_lookup()
28 return p->lookup(p, oblock, cblock); in policy_lookup()
Ddm-cache-policy.h149 int (*lookup)(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t *cblock); member
Ddm-cache-metadata.c720 static struct dm_cache_metadata *lookup(struct block_device *bdev) in lookup() function
741 cmd = lookup(bdev); in lookup_or_open()
750 cmd2 = lookup(bdev); in lookup_or_open()
Ddm-cache-policy-cleaner.c393 p->policy.lookup = wb_lookup; in init_policy_functions()
/linux-4.1.27/Documentation/hwmon/
Dntc_thermistor24 that requires users to provide the resistance and lookup the corresponding
27 The NTC driver provides lookup tables with a linear approximation function
Dlm6369 but will return 'old' values. Values in the automatic fan control lookup table
/linux-4.1.27/tools/perf/config/
Dutilities.mak137 # lookup
139 # Usage: absolute-executable-path-or-empty = $(call lookup,path)
144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh))) macro
168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
/linux-4.1.27/fs/dlm/
Drcom.c551 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local
567 lookup = 1; in dlm_receive_rcom()
570 lookup = 1; in dlm_receive_rcom()
594 if (!(status & DLM_RS_NODES) && (names || lookup || lock)) in dlm_receive_rcom()
597 if (!(status & DLM_RS_DIR) && (lookup || lock)) in dlm_receive_rcom()
/linux-4.1.27/Documentation/fb/
Dinternals.txt61 The whole pixel value is fed through a programmable lookup table that has one
74 are looked up in separate red, green, and blue lookup tables.
Dapi.txt115 indexes a read-only lookup table for the corresponding value. Lookup tables
133 indexes a programmable lookup table for the corresponding value.
/linux-4.1.27/Documentation/arm64/
Dmemory.txt60 Translation table lookup with 4KB pages:
75 Translation table lookup with 64KB pages:
/linux-4.1.27/include/media/
Dsoc_mediabus.h100 const struct soc_mbus_lookup *lookup,
/linux-4.1.27/drivers/media/platform/soc_camera/
Dsoc_mediabus.c462 const struct soc_mbus_lookup *lookup, in soc_mbus_find_fmtdesc() argument
468 if (lookup[i].code == code) in soc_mbus_find_fmtdesc()
469 return &lookup[i].fmt; in soc_mbus_find_fmtdesc()
/linux-4.1.27/net/decnet/
Ddn_rules.c96 err = tbl->lookup(tbl, fld, (struct dn_fib_res *)arg->result); in dn_fib_rule_action()
190 if (!tb->lookup(tb, &fld, &res)) { in dnet_addr_type()
Ddn_table.c870 t->lookup = dn_fib_table_lookup; in dn_fib_get_table()
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt136 synchronous, journalled disk accesses (lookup, mkdir, create, setxattr,
179 The cache should call fscache_object_lookup_negative() to indicate lookup
183 At the completion of lookup, FS-Cache will let the netfs go ahead with
193 happens if the lookup failed to find the object, or if the object's
212 lookup data is freed.
237 The object comes here if it is dying because of a lookup or creation
Dbackend-api.txt242 multiple lookup calls to turn it into a more convenient form. FS-Cache
244 form once lookup is complete or aborted.
262 If a lookup error occurs, fscache_object_lookup_error() should be called
263 to abort the lookup of that object.
266 (*) Release lookup data [mandatory]:
271 using to perform a lookup.
638 (*) Indicate negative lookup on an object:
642 This is called to indicate to FS-Cache that a lookup process for an object
645 This changes the state of an object to permit reads pending on lookup
657 This is called to indicate to FS-Cache that a lookup process for an object
[all …]
Dfscache.txt234 Lookups n=N Number of lookup calls made on cache backends
237 crt=N Number of objects created by lookup
252 wt=N Number of alloc reqs that waited on lookup completion
260 wt=N Number of retr reqs that waited on lookup completion
286 rej=N Number of async ops rejected due to object lookup/create failure
323 RETRV DLY Time between an requesting a read and lookup completing
Doperations.txt163 undergoing lookup or creation. The operation will also be deferred if an
Dcachefiles.txt170 filename is part of the lookup key).
470 LOOKUPS Length of time to perform a lookup on the backing fs
/linux-4.1.27/drivers/clk/tegra/
Dclk.c212 dup_list->lookup.clk = clk; in tegra_init_dup_clks()
213 clkdev_add(&dup_list->lookup); in tegra_init_dup_clks()
Dclk.h571 struct clk_lookup lookup; member
577 .lookup = { \
/linux-4.1.27/net/ax25/
DTODO6 A device might be deleted after lookup in the SIOCADDRT ioctl but before it's
/linux-4.1.27/net/
Dsysctl_net.c63 .lookup = net_ctl_header_lookup,
/linux-4.1.27/fs/qnx4/
Ddir.c80 .lookup = qnx4_lookup,
/linux-4.1.27/fs/efs/
Ddir.c19 .lookup = efs_lookup,
/linux-4.1.27/scripts/kconfig/
Dzconf.gperf3 %define lookup-function-name kconf_id_lookup
/linux-4.1.27/scripts/genksyms/
Dkeywords.gperf3 %define lookup-function-name is_reserved_word
/linux-4.1.27/net/ceph/
DKconfig32 bool "Use in-kernel support for DNS lookup"
/linux-4.1.27/Documentation/laptops/
Dsony-laptop.txt98 (1) the SNC device uses an internal capability lookup table
99 (2) SN00 is used to find values in the lookup table
103 Some values in the capability lookup table are more or less known, see
/linux-4.1.27/lib/
DKconfig131 This is the fastest algorithm, but comes with a 8KiB lookup table.
142 This is a bit slower than slice by 8, but has a smaller 4KiB lookup
151 is not particularly fast, but has a small 256 byte lookup table.
159 no lookup table. This is provided as a debugging option.
511 Enable fast lookup object identifier registry.
DKconfig.kgdb87 0x0002 - allow arbitrary reads from memory and symbol lookup
/linux-4.1.27/fs/proc/
Dfd.c303 .lookup = proc_lookupfd,
349 .lookup = proc_lookupfdinfo,
Dnamespaces.c169 .lookup = proc_ns_dir_lookup,
Droot.c242 .lookup = proc_root_lookup,
Dproc_net.c161 .lookup = proc_tgid_net_lookup,
Dproc_sysctl.c325 if (root->lookup) in lookup_header_set()
326 set = root->lookup(root, namespaces); in lookup_header_set()
803 .lookup = proc_sys_lookup,
Dbase.c1842 .lookup = proc_map_files_lookup,
2245 .lookup = proc_attr_dir_lookup,
2662 .lookup = proc_tgid_base_lookup,
3004 .lookup = proc_tid_base_lookup,
3202 .lookup = proc_task_lookup,
Dgeneric.c328 .lookup = proc_lookup,
/linux-4.1.27/net/ipv4/
Dinetpeer.c182 #define lookup(_daddr, _stack, _base) \ macro
355 if (lookup(&p->daddr, stack, base) != p) in unlink_from_pool()
449 p = lookup(daddr, stack, base); in inet_getpeer()
/linux-4.1.27/drivers/gpu/drm/panel/
DKconfig5 Panel registration and lookup framework.
/linux-4.1.27/tools/perf/tests/
DBuild26 perf-y += mmap-thread-lookup.o
/linux-4.1.27/Documentation/
Dcrc32.txt118 a 256-entry lookup table indexed by the high 8 bits.
123 4-bit shifts followed by a lookup in a 16-entry table.
134 the parallelism. With the classic Sarwate algorithm, each table lookup
139 lookup in a 65536-entry table, the two high bytes are looked up in
Drbtree.txt19 (but still O(log n)) lookup time.
251 interval ranges like [lo:hi] and do a quick lookup for any overlap with a new
255 way making it possible to do efficient lookup and exact match.
260 and its immediate children. And this will be used in O(log n) lookup
DIRQ-domain.txt80 map are fixed time lookup for IRQ numbers, and irq_descs are only
91 hwirq is used as the lookup key for the radix tree.
95 hwirq number. The disadvantage is that hwirq to IRQ number lookup is
Dremoteproc.txt264 * lookup table, so please keep them sane. Moreover, @RSC_LAST is used to
265 * check the validity of an index before the lookup table is accessed, so
Dphy.txt140 bound to devices. A lookup can be made be made during runtime when a handle to
Dkref.txt250 section that finds the entry in the lookup table,
/linux-4.1.27/fs/
Dbad_inode.c129 .lookup = bad_inode_lookup,
Dlibfs.c204 .lookup = simple_lookup,
1142 .lookup = empty_dir_lookup,
/linux-4.1.27/fs/affs/
Ddir.c32 .lookup = affs_lookup,
DChanges208 now resolved only once in lookup(). The backside
/linux-4.1.27/include/net/
Ddn_fib.h86 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, member
Dact_api.h93 int (*lookup)(struct tc_action *, u32); member
Dip6_fib.h286 int flags, pol_lookup_t lookup);
/linux-4.1.27/net/netfilter/
Dnft_lookup.c36 if (set->ops->lookup(set, &regs->data[priv->sreg], &ext)) { in nft_lookup_eval()
Dnft_rbtree.c259 .lookup = nft_rbtree_lookup,
Dnft_hash.c372 .lookup = nft_hash_lookup,
/linux-4.1.27/Documentation/parisc/
Ddebugging10 address you can lookup in System.map, add __PAGE_OFFSET (0x10000000
/linux-4.1.27/fs/jffs2/
DTODO29 the full dirent, we only need to go to the flash in lookup() when we think we've
Ddir.c53 .lookup = jffs2_lookup,
/linux-4.1.27/fs/efivarfs/
Dinode.c167 .lookup = simple_lookup,
/linux-4.1.27/fs/squashfs/
Dnamei.c249 .lookup = squashfs_lookup,
/linux-4.1.27/kernel/irq/
Dirqdesc.c367 bool lookup, struct pt_regs *regs) in __handle_domain_irq() argument
376 if (lookup) in __handle_domain_irq()
/linux-4.1.27/fs/ocfs2/dlmfs/
Ddlmfs.c595 .lookup = simple_lookup,
601 .lookup = simple_lookup,
/linux-4.1.27/fs/isofs/
Ddir.c280 .lookup = isofs_lookup,
/linux-4.1.27/fs/ramfs/
Dinode.c141 .lookup = simple_lookup,
/linux-4.1.27/fs/afs/
Dmntpt.c35 .lookup = afs_mntpt_lookup,
Ddir.c53 .lookup = afs_lookup,
/linux-4.1.27/Documentation/timers/
Dtimer_stats.txt8 locking is per-CPU and lookup is hashed.
/linux-4.1.27/arch/frv/mm/
Dtlb-miss.S43 # handle a lookup failure of one sort or another in a kernel TLB handler
88 # handle a lookup failure of one sort or another in a user TLB handler
/linux-4.1.27/fs/nfs/
Dnamespace.c282 err = server->nfs_client->rpc_ops->lookup(d_inode(parent), &dentry->d_name, fh, fattr, NULL); in nfs_submount()
Dproc.c681 .lookup = nfs_lookup,
711 .lookup = nfs_proc_lookup,
Dnfs3proc.c889 .lookup = nfs_lookup,
935 .lookup = nfs3_proc_lookup,
Dnfs3xdr.c2509 PROC(LOOKUP, lookup, lookup, 2),
2519 PROC(RMDIR, lookup, setattr, 0),
Ddir.c1183 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label); in nfs_lookup_revalidate()
1399 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label); in nfs_lookup()
1659 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, NULL); in nfs_instantiate()
/linux-4.1.27/fs/adfs/
Ddir.c286 .lookup = adfs_lookup,
/linux-4.1.27/fs/freevxfs/
Dvxfs_lookup.c55 .lookup = vxfs_lookup,
/linux-4.1.27/fs/minix/
Dnamei.c260 .lookup = minix_lookup,
/linux-4.1.27/Documentation/block/
Ddeadline-iosched.txt70 rbtree front sector lookup when the io scheduler merge function is called.
Dqueue-sysfs.txt79 This enables the user to disable the lookup logic involved with IO
/linux-4.1.27/fs/cachefiles/
Dbind.c127 !d_backing_inode(root)->i_op->lookup || in cachefiles_daemon_add_cache()
Dnamei.c775 !d_backing_inode(subdir)->i_op->lookup || in cachefiles_get_directory()
/linux-4.1.27/Documentation/power/regulator/
Dconsumer.txt16 then finds the correct regulator by consulting a machine specific lookup table.
17 If the lookup is successful then this call will return a pointer to the struct
/linux-4.1.27/Documentation/frv/
Dmmu-layout.txt27 IAMR1, DAMR1 First-chance TLB lookup mapping
71 DD0C0000 DAMR4 -L-SC-V page Cached insn TLB Page Table lookup
72 DD100000 DAMR5 -L-SC-V page Cached data TLB Page Table lookup
/linux-4.1.27/Documentation/virtual/kvm/
Dhypercalls.txt59 based lookup ( which is also what EPAPR dictates) OR KVM specific enumeration
Dmmu.txt219 during hash table lookup, and used to skip invalidated shadow pages (see
367 it will simply be missed by the shadow page lookup code. A similar issue
/linux-4.1.27/fs/sysv/
Dnamei.c281 .lookup = sysv_lookup,
/linux-4.1.27/fs/hfs/
Ddir.c313 .lookup = hfs_lookup,
Dinode.c687 .lookup = hfs_file_lookup,
/linux-4.1.27/fs/exofs/
Dnamei.c307 .lookup = exofs_lookup,
/linux-4.1.27/fs/qnx6/
Ddir.c285 .lookup = qnx6_lookup,
/linux-4.1.27/fs/ntfs/
Dnamei.c280 .lookup = ntfs_lookup, /* VFS: Lookup directory. */
/linux-4.1.27/net/sched/
Dact_api.c295 if (!act->lookup) in tcf_register_action()
296 act->lookup = tcf_hash_search; in tcf_register_action()
734 if (a->ops->lookup(a, index) == 0) in tcf_action_get_1()
/linux-4.1.27/drivers/tty/
Dpty.c684 .lookup = ptm_unix98_lookup,
701 .lookup = pts_unix98_lookup,
/linux-4.1.27/net/irda/
DKconfig55 connection. Enabling this option will save a hash-lookup per frame.
/linux-4.1.27/Documentation/scsi/
DChangeLog.ips90 3.60.02 - Make DCDB direction based on lookup table.
/linux-4.1.27/arch/arm/crypto/
DKconfig108 This implementation does not rely on any lookup tables so it is
/linux-4.1.27/fs/ufs/
Dnamei.c348 .lookup = ufs_lookup,
/linux-4.1.27/include/crypto/
Dalgapi.h31 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask); member
/linux-4.1.27/fs/coda/
Dupcall.c138 offset = INSIZE(lookup); in venus_lookup()
139 insize = max_t(unsigned int, offset + length +1, OUTSIZE(lookup)); in venus_lookup()
Ddir.c559 .lookup = coda_lookup,
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dmvebu-gated-clock.txt8 lookup in datasheet.
/linux-4.1.27/fs/openpromfs/
Dinode.c176 .lookup = openpromfs_lookup,
/linux-4.1.27/arch/arm/boot/dts/
Dexynos4210-origen.dts215 * DT-based regulator lookup yet.
Dexynos4210-trats.dts308 * DT-based regulator lookup yet.
/linux-4.1.27/fs/pstore/
Dinode.c224 .lookup = simple_lookup,
/linux-4.1.27/fs/ext2/
Dnamei.c401 .lookup = ext2_lookup,
/linux-4.1.27/Documentation/gpio/
Dboard.txt123 A lookup table can then be defined as follows, with an empty entry defining its
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt29 * Read request (data read, directory listing, lookup requests) balancing between multiple servers.
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmmaster.c754 lookup: in dlm_get_lock_resource()
770 goto lookup; in dlm_get_lock_resource()
780 goto lookup; in dlm_get_lock_resource()
791 goto lookup; in dlm_get_lock_resource()
814 goto lookup; in dlm_get_lock_resource()
871 goto lookup; in dlm_get_lock_resource()
/linux-4.1.27/Documentation/kdump/
Dgdbmacros.txt176 Run info threads and lookup pid of thread #1
/linux-4.1.27/arch/arm/mm/
Dabort-lv4t.S161 add pc, pc, r7, lsr #10 @ lookup in table
/linux-4.1.27/fs/bfs/
Ddir.c270 .lookup = bfs_lookup,
/linux-4.1.27/fs/omfs/
Ddir.c445 .lookup = omfs_lookup,
/linux-4.1.27/fs/tracefs/
Dinode.c126 .lookup = simple_lookup,
/linux-4.1.27/arch/arc/mm/
Dtlbex.S176 ; This macro does the page-table lookup for the faulting address.
/linux-4.1.27/fs/romfs/
Dsuper.c288 .lookup = romfs_lookup,
/linux-4.1.27/fs/cramfs/
Dinode.c567 .lookup = cramfs_lookup,
/linux-4.1.27/fs/xfs/
Dxfs_iops.c1122 .lookup = xfs_vn_lookup,
1150 .lookup = xfs_vn_ci_lookup,
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt108 - Point-of-acquire tracking, symbolic lookup of function names,
/linux-4.1.27/Documentation/dvb/
Dfaq.txt127 lookup" is disabled:
/linux-4.1.27/fs/nilfs2/
Dnamei.c555 .lookup = nilfs_lookup,
/linux-4.1.27/fs/nfsd/
Dnfs4xdr.c750 nfsd4_decode_lookup(struct nfsd4_compoundargs *argp, struct nfsd4_lookup *lookup) in nfsd4_decode_lookup() argument
755 lookup->lo_len = be32_to_cpup(p++); in nfsd4_decode_lookup()
756 READ_BUF(lookup->lo_len); in nfsd4_decode_lookup()
757 SAVEMEM(lookup->lo_name, lookup->lo_len); in nfsd4_decode_lookup()
758 if ((status = check_filename(lookup->lo_name, lookup->lo_len))) in nfsd4_decode_lookup()
Dxdr4.h519 struct nfsd4_lookup lookup; member
Dnfs4proc.c750 struct nfsd4_lookup *lookup) in nfsd4_lookup() argument
753 lookup->lo_name, lookup->lo_len, in nfsd4_lookup()
Dvfs.c1217 if (!dirp->i_op->lookup) in nfsd_create()
1361 if (!dirp->i_op->lookup) in do_nfsd_create()
/linux-4.1.27/fs/9p/
Dvfs_inode.c1498 .lookup = v9fs_vfs_lookup,
1513 .lookup = v9fs_vfs_lookup,
Dvfs_inode_dotl.c978 .lookup = v9fs_vfs_lookup,
/linux-4.1.27/fs/configfs/
Ddir.c1432 .lookup = configfs_lookup,
1437 .lookup = configfs_lookup,
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES52 Performance of file create to Samba improved (posix create on lookup
403 consistently in readdir and lookup (when serverino mount option is
404 specified use the inode number that the server reports - for both lookup
431 Fixed path based calls (such as cifs lookup) to handle path names
674 by another client between the lookup and mkdir.
851 lookup information for directory inodes, improving performance,
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h239 bool (*lookup)(const struct nft_set *set, member
/linux-4.1.27/Documentation/driver-model/
Ddevres.txt204 lookup-and-add-if-not-found). Other than that, synchronizing
/linux-4.1.27/fs/hfsplus/
Ddir.c550 .lookup = hfsplus_lookup,
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt55 times. The actual register contents are copied from a lookup-table in the
426 taken from a lookup table in the firmware, and the procedure must be
/linux-4.1.27/fs/ceph/
Ddir.c1367 .lookup = ceph_lookup,
1389 .lookup = ceph_lookup,
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt6 performing tricks like table lookup removing superfluous code etc.
251 I also introduced the parity lookup. I expected this to be the fastest
659 Change the lookup using the parity array by using shift operators (e.g.
/linux-4.1.27/fs/fat/
Dnamei_msdos.c632 .lookup = msdos_lookup,
Dnamei_vfat.c1035 .lookup = vfat_lookup,
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt153 the fact that this guy was computing 2 sboxes per table lookup rather
173 and which necessarily produced different code and different lookup tables
/linux-4.1.27/arch/cris/arch-v10/
DREADME.mm198 The Page Table provides the final lookup by using bits 13 to 23 as index:
/linux-4.1.27/fs/logfs/
Ddir.c787 .lookup = logfs_lookup,
/linux-4.1.27/fs/hppfs/
Dhppfs.c662 .lookup = hppfs_lookup,
/linux-4.1.27/Documentation/acpi/
Denumeration.txt359 The ACPI id "XYZ0001" is then used to lookup an ACPI device directly under
/linux-4.1.27/fs/befs/
Dlinuxvfs.c75 .lookup = befs_lookup,
/linux-4.1.27/fs/f2fs/
Dnamei.c786 .lookup = f2fs_lookup,
/linux-4.1.27/fs/autofs4/
Droot.c61 .lookup = autofs4_lookup,
/linux-4.1.27/fs/hpfs/
Dnamei.c618 .lookup = hpfs_lookup,
/linux-4.1.27/fs/overlayfs/
Ddir.c943 .lookup = ovl_lookup,
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c737 CL_ENV_INC(lookup); in cl_env_peek()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc427 // lookup process structure by its name
/linux-4.1.27/fs/hostfs/
Dhostfs_kern.c881 .lookup = hostfs_lookup,
/linux-4.1.27/fs/kernfs/
Ddir.c924 .lookup = kernfs_iop_lookup,
/linux-4.1.27/fs/cifs/
Dcifsfs.c861 .lookup = cifs_lookup,

12