Home
last modified time | relevance | path

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

12

/linux-4.4.14/drivers/gpio/
Dgpiolib-acpi.c399 struct acpi_gpio_lookup *lookup = data; in acpi_find_gpio() local
404 if (lookup->n++ == lookup->index && !lookup->desc) { in acpi_find_gpio()
406 int pin_index = lookup->pin_index; in acpi_find_gpio()
411 lookup->desc = acpi_get_gpiod(agpio->resource_source.string_ptr, in acpi_find_gpio()
413 lookup->info.gpioint = in acpi_find_gpio()
421 if (lookup->info.gpioint) in acpi_find_gpio()
422 lookup->info.active_low = in acpi_find_gpio()
429 static int acpi_gpio_resource_lookup(struct acpi_gpio_lookup *lookup, in acpi_gpio_resource_lookup() argument
437 ret = acpi_dev_get_resources(lookup->adev, &res_list, acpi_find_gpio, in acpi_gpio_resource_lookup()
438 lookup); in acpi_gpio_resource_lookup()
[all …]
/linux-4.4.14/drivers/of/
Dplatform.c296 static const struct of_dev_auxdata *of_dev_lookup(const struct of_dev_auxdata *lookup, in of_dev_lookup() argument
301 if (!lookup) in of_dev_lookup()
304 for(; lookup->compatible != NULL; lookup++) { in of_dev_lookup()
305 if (!of_device_is_compatible(np, lookup->compatible)) in of_dev_lookup()
308 if (res.start != lookup->phys_addr) in of_dev_lookup()
310 pr_debug("%s: devname=%s\n", np->full_name, lookup->name); in of_dev_lookup()
311 return lookup; in of_dev_lookup()
330 const struct of_dev_auxdata *lookup, in of_platform_bus_create() argument
347 auxdata = of_dev_lookup(lookup, bus); in of_platform_bus_create()
368 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create()
[all …]
/linux-4.4.14/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.4.14/drivers/platform/chrome/
Dchromeos_laptop.c216 struct i2c_lookup *lookup = data; in __find_i2c_adap() local
223 if (strncmp(adapter->name, lookup->name, strlen(lookup->name)) == 0 && in __find_i2c_adap()
224 lookup->n++ == lookup->instance) in __find_i2c_adap()
233 struct i2c_lookup lookup; in find_i2c_adapter_num() local
235 memset(&lookup, 0, sizeof(lookup)); in find_i2c_adapter_num()
236 lookup.name = i2c_adapter_names[type]; in find_i2c_adapter_num()
237 lookup.instance = (type == I2C_ADAPTER_DESIGNWARE_1) ? 1 : 0; in find_i2c_adapter_num()
240 dev = bus_find_device(&i2c_bus_type, NULL, &lookup, __find_i2c_adap); in find_i2c_adapter_num()
244 lookup.name); in find_i2c_adapter_num()
/linux-4.4.14/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.c1024 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() argument
1047 ret = ocfs2_dx_dir_search(name, namelen, dir, dx_root, lookup); in ocfs2_find_entry_dx()
1054 lookup->dl_dx_root_bh = dx_root_bh; in ocfs2_find_entry_dx()
1077 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() argument
1083 return ocfs2_find_entry_dx(name, namelen, dir, lookup); in ocfs2_find_entry()
1098 lookup->dl_leaf_bh = bh; in ocfs2_find_entry()
1099 lookup->dl_entry = res_dir; in ocfs2_find_entry()
1249 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() argument
1252 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; in ocfs2_delete_entry_dx()
1253 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,
259 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local
304 dentry->d_name.len, &lookup); in ocfs2_mknod()
450 &lookup); in ocfs2_mknod()
473 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mknod()
697 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local
763 dentry->d_name.len, &lookup); in ocfs2_link()
809 parent_fe_bh, &lookup); in ocfs2_link()
839 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_link()
[all …]
/linux-4.4.14/include/linux/
Dof_platform.h73 const struct of_dev_auxdata *lookup,
76 const struct of_dev_auxdata *lookup,
82 const struct of_dev_auxdata *lookup, in of_platform_populate() argument
88 const struct of_dev_auxdata *lookup, in of_platform_default_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
Dsysctl.h157 struct ctl_table_set *(*lookup)(struct ctl_table_root *root, member
Dirqdesc.h153 bool lookup, struct pt_regs *regs);
Dtty_driver.h252 struct tty_struct * (*lookup)(struct tty_driver *driver, member
/linux-4.4.14/drivers/clk/
Dclk-s2mps11.c48 struct clk_lookup *lookup; member
241 s2mps11_clk->lookup = clkdev_create(s2mps11_clk->clk, in s2mps11_clk_probe()
243 if (!s2mps11_clk->lookup) { in s2mps11_clk_probe()
267 clkdev_drop(s2mps11_clks[i].lookup); in s2mps11_clk_probe()
283 if (!s2mps11_clks[i].lookup) in s2mps11_clk_remove()
285 clkdev_drop(s2mps11_clks[i].lookup); in s2mps11_clk_remove()
/linux-4.4.14/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.4.14/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.txt74 Then whenever a lookup is requested in such a merged directory, the
75 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
491 negative or needs lookup. Cached positive dentries are still handled by
509 pressure, page lookup by address, and keeping track of pages tagged as
782 space if necessary and pin the block lookup information in
965 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
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_rma.c384 window->dma_addr_lookup.lookup = in scif_create_remote_lookup()
387 sizeof(*window->dma_addr_lookup.lookup), in scif_create_remote_lookup()
389 if (!window->dma_addr_lookup.lookup) { in scif_create_remote_lookup()
394 window->num_pages_lookup.lookup = in scif_create_remote_lookup()
397 sizeof(*window->num_pages_lookup.lookup), in scif_create_remote_lookup()
399 if (!window->num_pages_lookup.lookup) { in scif_create_remote_lookup()
409 err = scif_map_page(&window->dma_addr_lookup.lookup[j], in scif_create_remote_lookup()
416 err = scif_map_page(&window->num_pages_lookup.lookup[j], in scif_create_remote_lookup()
448 if (lup->lookup && lup->lookup[j]) in scif_destroy_remote_lookup()
449 scif_unmap_single(lup->lookup[j], in scif_destroy_remote_lookup()
[all …]
Dscif_rma.h169 dma_addr_t *lookup; member
/linux-4.4.14/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.4.14/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.4.14/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
/linux-4.4.14/Documentation/DocBook/
Dscsi.xml.db12 API---scsi-device-lookup-by-target
13 API-scsi-device-lookup-by-target
14 API---scsi-device-lookup
15 API-scsi-device-lookup
87 API-scsi-host-lookup
Dfilesystems.xml.db21 API-d-lookup
22 API-d-hash-and-lookup
100 API-vfs-path-lookup
101 API-lookup-one-len
180 API-lookup-bdev
Dgpu.xml.db29 API-drm-vma-offset-lookup-locked
35 API-drm-vma-offset-exact-lookup-locked
36 API-drm-vma-offset-lock-lookup
37 API-drm-vma-offset-unlock-lookup
143 API-drm-framebuffer-lookup
192 API-drm-property-lookup-blob
Dnetworking.xml.db91 API-sockfd-lookup
224 API-xprt-lookup-rqst
Ddevice-drivers.xml.db595 API-mptscsih-get-scsi-lookup
597 API-mptscsih-getclear-scsi-lookup
598 API-mptscsih-set-scsi-lookup
697 API-snd-lookup-minor-data
/linux-4.4.14/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.4.14/crypto/asymmetric_keys/
Dx509_public_key.c84 const char *lookup; in x509_request_asymmetric_key() local
89 lookup = id->data; in x509_request_asymmetric_key()
92 lookup = skid->data; in x509_request_asymmetric_key()
109 p = bin2hex(p, lookup, len); in x509_request_asymmetric_key()
/linux-4.4.14/net/ipv6/
Dfib6_rules.c33 int flags, pol_lookup_t lookup) in fib6_rule_lookup() argument
37 .lookup_ptr = lookup, in fib6_rule_lookup()
68 pol_lookup_t lookup = arg->lookup_ptr; in fib6_rule_action() local
95 rt = lookup(net, table, flp6, flags); in fib6_rule_action()
/linux-4.4.14/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.4.14/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.4.14/drivers/md/
Ddm-cache-policy-internal.h28 BUG_ON(!p->lookup); in policy_lookup()
29 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-thin-metadata.c1443 struct dm_thin_lookup_result lookup; in dm_thin_find_mapped_range() local
1452 r = dm_thin_find_block(td, begin, true, &lookup); in dm_thin_find_mapped_range()
1466 *pool_begin = lookup.block; in dm_thin_find_mapped_range()
1467 *maybe_shared = lookup.shared; in dm_thin_find_mapped_range()
1472 r = dm_thin_find_block(td, begin, true, &lookup); in dm_thin_find_mapped_range()
1480 if ((lookup.block != pool_end) || in dm_thin_find_mapped_range()
1481 (lookup.shared != *maybe_shared)) in dm_thin_find_mapped_range()
Ddm-cache-metadata.c738 static struct dm_cache_metadata *lookup(struct block_device *bdev) in lookup() function
759 cmd = lookup(bdev); in lookup_or_open()
768 cmd2 = lookup(bdev); in lookup_or_open()
Ddm-cache-policy-cleaner.c394 p->policy.lookup = wb_lookup; in init_policy_functions()
/linux-4.4.14/Documentation/hwmon/
Dntc_thermistor26 that requires users to provide the resistance and lookup the corresponding
29 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.4.14/tools/testing/nvdimm/test/
Dnfit_test.h27 void nfit_test_setup(nfit_test_lookup_fn lookup);
Diomap.c30 void nfit_test_setup(nfit_test_lookup_fn lookup) in nfit_test_setup() argument
32 iomap_ops.nfit_test_lookup = lookup; in nfit_test_setup()
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,bcm63138.txt11 An optional Boot lookup table Device Tree node is required for secondary CPU
16 Required properties for the Boot lookup table node:
/linux-4.4.14/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.4.14/Documentation/arm64/
Dmemory.txt60 Translation table lookup with 4KB pages:
75 Translation table lookup with 64KB pages:
/linux-4.4.14/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.4.14/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.4.14/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.4.14/include/media/
Dsoc_mediabus.h100 const struct soc_mbus_lookup *lookup,
/linux-4.4.14/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()
/linux-4.4.14/Documentation/filesystems/caching/
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 …]
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
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
328 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.4.14/drivers/clk/tegra/
Dclk.c227 dup_list->lookup.clk = clk; in tegra_init_dup_clks()
228 clkdev_add(&dup_list->lookup); in tegra_init_dup_clks()
Dclk.h598 struct clk_lookup lookup; member
604 .lookup = { \
/linux-4.4.14/drivers/gpu/drm/bridge/
DKconfig5 Bridge registration and lookup framework.
/linux-4.4.14/net/ax25/
DTODO6 A device might be deleted after lookup in the SIOCADDRT ioctl but before it's
/linux-4.4.14/fs/qnx4/
Ddir.c80 .lookup = qnx4_lookup,
/linux-4.4.14/fs/efs/
Ddir.c19 .lookup = efs_lookup,
/linux-4.4.14/net/
Dsysctl_net.c63 .lookup = net_ctl_header_lookup,
/linux-4.4.14/scripts/kconfig/
Dzconf.gperf3 %define lookup-function-name kconf_id_lookup
/linux-4.4.14/net/ceph/
DKconfig32 bool "Use in-kernel support for DNS lookup"
/linux-4.4.14/scripts/genksyms/
Dkeywords.gperf3 %define lookup-function-name is_reserved_word
/linux-4.4.14/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.4.14/net/ipv4/
Dinetpeer.c166 #define lookup(_daddr, _stack, _base) \ macro
339 if (lookup(&p->daddr, stack, base) != p) in unlink_from_pool()
433 p = lookup(daddr, stack, base); in inet_getpeer()
/linux-4.4.14/fs/proc/
Dfd.c311 .lookup = proc_lookupfd,
357 .lookup = proc_lookupfdinfo,
Dnamespaces.c169 .lookup = proc_ns_dir_lookup,
Dproc_net.c161 .lookup = proc_tgid_net_lookup,
Droot.c244 .lookup = proc_root_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.c2042 .lookup = proc_map_files_lookup,
2440 .lookup = proc_attr_dir_lookup,
2846 .lookup = proc_tgid_base_lookup,
3188 .lookup = proc_tid_base_lookup,
3386 .lookup = proc_task_lookup,
Dgeneric.c328 .lookup = proc_lookup,
/linux-4.4.14/lib/
DKconfig128 This is the fastest algorithm, but comes with a 8KiB lookup table.
139 This is a bit slower than slice by 8, but has a smaller 4KiB lookup
148 is not particularly fast, but has a small 256 byte lookup table.
156 no lookup table. This is provided as a debugging option.
507 Enable fast lookup object identifier registry.
DKconfig.kgdb87 0x0002 - allow arbitrary reads from memory and symbol lookup
/linux-4.4.14/drivers/i2c/
Di2c-core.c110 struct acpi_i2c_lookup *lookup = data; in acpi_i2c_find_address() local
111 struct i2c_board_info *info = lookup->info; in acpi_i2c_find_address()
127 status = acpi_get_handle(lookup->device_handle, in acpi_i2c_find_address()
130 if (ACPI_SUCCESS(status) && adapter_handle == lookup->adapter_handle) { in acpi_i2c_find_address()
144 struct acpi_i2c_lookup lookup; in acpi_i2c_add_device() local
158 memset(&lookup, 0, sizeof(lookup)); in acpi_i2c_add_device()
159 lookup.adapter_handle = ACPI_HANDLE(&adapter->dev); in acpi_i2c_add_device()
160 lookup.device_handle = handle; in acpi_i2c_add_device()
161 lookup.info = &info; in acpi_i2c_add_device()
169 acpi_i2c_find_address, &lookup); in acpi_i2c_add_device()
/linux-4.4.14/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.txt270 * lookup table, so please keep them sane. Moreover, @RSC_LAST is used to
271 * check the validity of an index before the lookup table is accessed, so
Dphy.txt145 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.4.14/drivers/gpu/drm/panel/
DKconfig5 Panel registration and lookup framework.
/linux-4.4.14/fs/
Dbad_inode.c129 .lookup = bad_inode_lookup,
Dlibfs.c199 .lookup = simple_lookup,
1151 .lookup = empty_dir_lookup,
/linux-4.4.14/fs/affs/
Ddir.c32 .lookup = affs_lookup,
DChanges208 now resolved only once in lookup(). The backside
/linux-4.4.14/fs/f2fs/
Dcrypto_fname.c371 int lookup, struct f2fs_filename *fname) in f2fs_fname_setup_filename() argument
400 if (!lookup) in f2fs_fname_setup_filename()
/linux-4.4.14/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.4.14/include/net/
Ddn_fib.h86 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, member
Dact_api.h106 int (*lookup)(struct tc_action *, u32); member
Dip6_fib.h262 int flags, pol_lookup_t lookup);
/linux-4.4.14/Documentation/parisc/
Ddebugging10 address you can lookup in System.map, add __PAGE_OFFSET (0x10000000
/linux-4.4.14/fs/ext4/
Dcrypto_fname.c396 int lookup, struct ext4_filename *fname) in ext4_fname_setup_filename() argument
428 if (!lookup) in ext4_fname_setup_filename()
/linux-4.4.14/fs/jffs2/
DTODO29 the full dirent, we only need to go to the flash in lookup() when we think we've
/linux-4.4.14/fs/squashfs/
Dnamei.c249 .lookup = squashfs_lookup,
/linux-4.4.14/tools/perf/tests/
DBuild25 perf-y += mmap-thread-lookup.o
/linux-4.4.14/fs/efivarfs/
Dinode.c167 .lookup = simple_lookup,
/linux-4.4.14/kernel/irq/
Dirqdesc.c366 bool lookup, struct pt_regs *regs) in __handle_domain_irq() argument
375 if (lookup) in __handle_domain_irq()
/linux-4.4.14/fs/ocfs2/dlmfs/
Ddlmfs.c595 .lookup = simple_lookup,
601 .lookup = simple_lookup,
/linux-4.4.14/Documentation/timers/
Dtimer_stats.txt8 locking is per-CPU and lookup is hashed.
/linux-4.4.14/fs/afs/
Dmntpt.c35 .lookup = afs_mntpt_lookup,
/linux-4.4.14/fs/ramfs/
Dinode.c141 .lookup = simple_lookup,
/linux-4.4.14/fs/isofs/
Ddir.c280 .lookup = isofs_lookup,
/linux-4.4.14/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.4.14/fs/adfs/
Ddir.c286 .lookup = adfs_lookup,
/linux-4.4.14/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.c2510 PROC(LOOKUP, lookup, lookup, 2),
2520 PROC(RMDIR, lookup, setattr, 0),
Ddir.c1175 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label); in nfs_lookup_revalidate()
1391 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label); in nfs_lookup()
1648 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, NULL); in nfs_instantiate()
/linux-4.4.14/fs/freevxfs/
Dvxfs_lookup.c55 .lookup = vxfs_lookup,
/linux-4.4.14/fs/minix/
Dnamei.c260 .lookup = minix_lookup,
/linux-4.4.14/fs/cachefiles/
Dbind.c127 !d_backing_inode(root)->i_op->lookup || in cachefiles_daemon_add_cache()
Dnamei.c785 !d_backing_inode(subdir)->i_op->lookup || in cachefiles_get_directory()
/linux-4.4.14/Documentation/block/
Ddeadline-iosched.txt70 rbtree front sector lookup when the io scheduler merge function is called.
Dqueue-sysfs.txt87 This enables the user to disable the lookup logic involved with IO
/linux-4.4.14/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.4.14/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.4.14/fs/sysv/
Dnamei.c281 .lookup = sysv_lookup,
/linux-4.4.14/Documentation/virtual/kvm/
Dhypercalls.txt59 based lookup ( which is also what EPAPR dictates) OR KVM specific enumeration
/linux-4.4.14/fs/exofs/
Dnamei.c305 .lookup = exofs_lookup,
/linux-4.4.14/fs/hfs/
Ddir.c313 .lookup = hfs_lookup,
Dinode.c687 .lookup = hfs_file_lookup,
/linux-4.4.14/fs/qnx6/
Ddir.c280 .lookup = qnx6_lookup,
/linux-4.4.14/fs/ntfs/
Dnamei.c280 .lookup = ntfs_lookup, /* VFS: Lookup directory. */
/linux-4.4.14/net/irda/
DKconfig55 connection. Enabling this option will save a hash-lookup per frame.
/linux-4.4.14/arch/arm/crypto/
DKconfig101 This implementation does not rely on any lookup tables so it is
/linux-4.4.14/fs/ufs/
Dnamei.c328 .lookup = ufs_lookup,
/linux-4.4.14/net/sched/
Dact_api.c318 if (!act->lookup) in tcf_register_action()
319 act->lookup = tcf_hash_search; in tcf_register_action()
752 if (a->ops->lookup(a, index) == 0) in tcf_action_get_1()
/linux-4.4.14/kernel/bpf/
Dinode.c191 .lookup = simple_lookup,
/linux-4.4.14/Documentation/scsi/
DChangeLog.ips90 3.60.02 - Make DCDB direction based on lookup table.
/linux-4.4.14/drivers/tty/
Dpty.c693 .lookup = ptm_unix98_lookup,
710 .lookup = pts_unix98_lookup,
/linux-4.4.14/include/crypto/
Dalgapi.h33 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask); member
/linux-4.4.14/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.4.14/fs/ext2/
Dnamei.c421 .lookup = ext2_lookup,
/linux-4.4.14/fs/openpromfs/
Dinode.c176 .lookup = openpromfs_lookup,
/linux-4.4.14/arch/arm/boot/dts/
Dexynos4210-origen.dts253 * DT-based regulator lookup yet.
Dexynos4210-trats.dts418 * DT-based regulator lookup yet.
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt29 * Read request (data read, directory listing, lookup requests) balancing between multiple servers.
/linux-4.4.14/fs/pstore/
Dinode.c225 .lookup = simple_lookup,
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmvebu-gated-clock.txt8 lookup in datasheet.
/linux-4.4.14/net/dccp/
Dipv4.c802 lookup: in dccp_v4_rcv()
830 goto lookup; in dccp_v4_rcv()
Dipv6.c670 lookup: in dccp_v6_rcv()
699 goto lookup; in dccp_v6_rcv()
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmmaster.c744 lookup: in dlm_get_lock_resource()
760 goto lookup; in dlm_get_lock_resource()
770 goto lookup; in dlm_get_lock_resource()
781 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.4.14/fs/bfs/
Ddir.c270 .lookup = bfs_lookup,
/linux-4.4.14/Documentation/kdump/
Dgdbmacros.txt176 Run info threads and lookup pid of thread #1
/linux-4.4.14/arch/arm/mm/
Dabort-lv4t.S163 add pc, pc, r7, lsr #10 @ lookup in table
/linux-4.4.14/fs/omfs/
Ddir.c445 .lookup = omfs_lookup,
/linux-4.4.14/fs/tracefs/
Dinode.c126 .lookup = simple_lookup,
/linux-4.4.14/Documentation/gpio/
Dboard.txt136 A lookup table can then be defined as follows, with an empty entry defining its
/linux-4.4.14/arch/arc/mm/
Dtlbex.S193 ; This macro does the page-table lookup for the faulting address.
/linux-4.4.14/fs/romfs/
Dsuper.c288 .lookup = romfs_lookup,
/linux-4.4.14/fs/cramfs/
Dinode.c567 .lookup = cramfs_lookup,
/linux-4.4.14/fs/9p/
Dvfs_inode.c1422 .lookup = v9fs_vfs_lookup,
1437 .lookup = v9fs_vfs_lookup,
/linux-4.4.14/fs/xfs/
Dxfs_iops.c1119 .lookup = xfs_vn_lookup,
1147 .lookup = xfs_vn_ci_lookup,
/linux-4.4.14/fs/nilfs2/
Dnamei.c551 .lookup = nilfs_lookup,
/linux-4.4.14/Documentation/locking/
Dmutex-design.txt108 - Point-of-acquire tracking, symbolic lookup of function names,
/linux-4.4.14/Documentation/dvb/
Dfaq.txt127 lookup" is disabled:
/linux-4.4.14/fs/nfsd/
Dnfs4xdr.c751 nfsd4_decode_lookup(struct nfsd4_compoundargs *argp, struct nfsd4_lookup *lookup) in nfsd4_decode_lookup() argument
756 lookup->lo_len = be32_to_cpup(p++); in nfsd4_decode_lookup()
757 READ_BUF(lookup->lo_len); in nfsd4_decode_lookup()
758 SAVEMEM(lookup->lo_name, lookup->lo_len); in nfsd4_decode_lookup()
759 if ((status = check_filename(lookup->lo_name, lookup->lo_len))) in nfsd4_decode_lookup()
Dxdr4.h520 struct nfsd4_lookup lookup; member
Dnfs4proc.c748 struct nfsd4_lookup *lookup) in nfsd4_lookup() argument
751 lookup->lo_name, lookup->lo_len, in nfsd4_lookup()
/linux-4.4.14/fs/configfs/
Ddir.c1432 .lookup = configfs_lookup,
1437 .lookup = configfs_lookup,
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.c48 lookup: in __find_pci2phy_map()
62 goto lookup; in __find_pci2phy_map()
/linux-4.4.14/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.4.14/Documentation/driver-model/
Ddevres.txt204 lookup-and-add-if-not-found). Other than that, synchronizing
/linux-4.4.14/fs/hfsplus/
Ddir.c550 .lookup = hfsplus_lookup,
/linux-4.4.14/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.4.14/fs/ceph/
Ddir.c1316 .lookup = ceph_lookup,
1338 .lookup = ceph_lookup,
/linux-4.4.14/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.4.14/include/net/netfilter/
Dnf_tables.h240 bool (*lookup)(const struct nft_set *set, member
/linux-4.4.14/fs/fat/
Dnamei_msdos.c632 .lookup = msdos_lookup,
/linux-4.4.14/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.4.14/fs/autofs4/
Droot.c61 .lookup = autofs4_lookup,
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm198 The Page Table provides the final lookup by using bits 13 to 23 as index:
/linux-4.4.14/fs/logfs/
Ddir.c788 .lookup = logfs_lookup,
/linux-4.4.14/fs/befs/
Dlinuxvfs.c74 .lookup = befs_lookup,
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c712 CL_ENV_INC(lookup); in cl_env_peek()
/linux-4.4.14/fs/hpfs/
Dnamei.c616 .lookup = hpfs_lookup,
/linux-4.4.14/fs/overlayfs/
Ddir.c943 .lookup = ovl_lookup,

12