| /linux-4.4.14/drivers/gpio/ |
| D | gpiolib-acpi.c | 399 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/ |
| D | platform.c | 296 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/ |
| D | impd1.c | 389 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/ |
| D | chromeos_laptop.c | 216 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/ |
| D | dir.h | 59 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);
|
| D | dir.c | 1024 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 …]
|
| D | namei.c | 82 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/ |
| D | of_platform.h | 73 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
|
| D | btree-type.h | 37 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
|
| D | sysctl.h | 157 struct ctl_table_set *(*lookup)(struct ctl_table_root *root, member
|
| D | irqdesc.h | 153 bool lookup, struct pt_regs *regs);
|
| D | tty_driver.h | 252 struct tty_struct * (*lookup)(struct tty_driver *driver, member
|
| /linux-4.4.14/drivers/clk/ |
| D | clk-s2mps11.c | 48 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/ |
| D | stv0900_core.c | 605 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/ |
| D | path-lookup.txt | 1 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 …]
|
| D | squashfs.txt | 88 | 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 …]
|
| D | 00-INDEX | 108 path-lookup.txt 109 - info on path walking and name lookup locking.
|
| D | porting | 78 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.
|
| D | files.txt | 63 take care of barrier requirements due to lock-free lookup.
|
| D | overlayfs.txt | 74 Then whenever a lookup is requested in such a merged directory, the 75 lookup is performed in each actual directory and the combined result
|
| D | vfs.txt | 57 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 "..",
|
| D | autofs4-mount-control.txt | 59 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
|
| D | coda.txt | 103 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,
|
| D | fiemap.txt | 59 extended attribute lookup tree, instead of its data tree.
|
| D | logfs.txt | 175 To satisfy efficient lookup(), directory entries are hashed and
|
| /linux-4.4.14/drivers/misc/mic/scif/ |
| D | scif_rma.c | 384 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 …]
|
| D | scif_rma.h | 169 dma_addr_t *lookup; member
|
| /linux-4.4.14/drivers/dma/sh/ |
| D | shdma-of.c | 46 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/ |
| D | Exporting | 47 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
|
| D | idmapper.txt | 45 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
|
| D | rpc-cache.txt | 24 - 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'.
|
| D | nfs.txt | 69 do a DNS lookup in order to mount the new volume, and hence the need for an
|
| /linux-4.4.14/Documentation/networking/ |
| D | policy-routing.txt | 15 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,
|
| D | fib_trie.txt | 64 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
|
| D | dns_resolver.txt | 86 set lookup. 100 DNS lookup failed. 123 this type are used to transport and cache DNS lookup results from userspace.
|
| D | tproxy.txt | 21 # ip rule add fwmark 1 lookup 100
|
| D | ipvs-sysctl.txt | 78 5 - service lookup 80 7 - connection new/expire, lookup and synchronization
|
| /linux-4.4.14/Documentation/DocBook/ |
| D | scsi.xml.db | 12 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
|
| D | filesystems.xml.db | 21 API-d-lookup 22 API-d-hash-and-lookup 100 API-vfs-path-lookup 101 API-lookup-one-len 180 API-lookup-bdev
|
| D | gpu.xml.db | 29 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
|
| D | networking.xml.db | 91 API-sockfd-lookup 224 API-xprt-lookup-rqst
|
| D | device-drivers.xml.db | 595 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/ |
| D | atmel-nand.txt | 9 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/ |
| D | x509_public_key.c | 84 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/ |
| D | fib6_rules.c | 33 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/ |
| D | rculist_nulls.txt | 119 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.
|
| D | RTFP.txt | 954 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/ |
| D | api.c | 503 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/ |
| D | dm-cache-policy-internal.h | 28 BUG_ON(!p->lookup); in policy_lookup() 29 return p->lookup(p, oblock, cblock); in policy_lookup()
|
| D | dm-cache-policy.h | 149 int (*lookup)(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t *cblock); member
|
| D | dm-thin-metadata.c | 1443 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()
|
| D | dm-cache-metadata.c | 738 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()
|
| D | dm-cache-policy-cleaner.c | 394 p->policy.lookup = wb_lookup; in init_policy_functions()
|
| /linux-4.4.14/Documentation/hwmon/ |
| D | ntc_thermistor | 26 that requires users to provide the resistance and lookup the corresponding 29 The NTC driver provides lookup tables with a linear approximation function
|
| D | lm63 | 69 but will return 'old' values. Values in the automatic fan control lookup table
|
| /linux-4.4.14/tools/testing/nvdimm/test/ |
| D | nfit_test.h | 27 void nfit_test_setup(nfit_test_lookup_fn lookup);
|
| D | iomap.c | 30 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/ |
| D | brcm,bcm63138.txt | 11 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/ |
| D | rcom.c | 551 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/ |
| D | memory.txt | 60 Translation table lookup with 4KB pages: 75 Translation table lookup with 64KB pages:
|
| /linux-4.4.14/Documentation/fb/ |
| D | internals.txt | 61 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.
|
| D | api.txt | 115 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/ |
| D | utilities.mak | 137 # 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/ |
| D | soc_mediabus.c | 462 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/ |
| D | soc_mediabus.h | 100 const struct soc_mbus_lookup *lookup,
|
| /linux-4.4.14/net/decnet/ |
| D | dn_rules.c | 96 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/ |
| D | backend-api.txt | 242 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 …]
|
| D | object.txt | 136 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
|
| D | fscache.txt | 234 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
|
| D | operations.txt | 163 undergoing lookup or creation. The operation will also be deferred if an
|
| D | cachefiles.txt | 170 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/ |
| D | clk.c | 227 dup_list->lookup.clk = clk; in tegra_init_dup_clks() 228 clkdev_add(&dup_list->lookup); in tegra_init_dup_clks()
|
| D | clk.h | 598 struct clk_lookup lookup; member 604 .lookup = { \
|
| /linux-4.4.14/drivers/gpu/drm/bridge/ |
| D | Kconfig | 5 Bridge registration and lookup framework.
|
| /linux-4.4.14/net/ax25/ |
| D | TODO | 6 A device might be deleted after lookup in the SIOCADDRT ioctl but before it's
|
| /linux-4.4.14/fs/qnx4/ |
| D | dir.c | 80 .lookup = qnx4_lookup,
|
| /linux-4.4.14/fs/efs/ |
| D | dir.c | 19 .lookup = efs_lookup,
|
| /linux-4.4.14/net/ |
| D | sysctl_net.c | 63 .lookup = net_ctl_header_lookup,
|
| /linux-4.4.14/scripts/kconfig/ |
| D | zconf.gperf | 3 %define lookup-function-name kconf_id_lookup
|
| /linux-4.4.14/net/ceph/ |
| D | Kconfig | 32 bool "Use in-kernel support for DNS lookup"
|
| /linux-4.4.14/scripts/genksyms/ |
| D | keywords.gperf | 3 %define lookup-function-name is_reserved_word
|
| /linux-4.4.14/Documentation/laptops/ |
| D | sony-laptop.txt | 98 (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/ |
| D | inetpeer.c | 166 #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/ |
| D | fd.c | 311 .lookup = proc_lookupfd, 357 .lookup = proc_lookupfdinfo,
|
| D | namespaces.c | 169 .lookup = proc_ns_dir_lookup,
|
| D | proc_net.c | 161 .lookup = proc_tgid_net_lookup,
|
| D | root.c | 244 .lookup = proc_root_lookup,
|
| D | proc_sysctl.c | 325 if (root->lookup) in lookup_header_set() 326 set = root->lookup(root, namespaces); in lookup_header_set() 803 .lookup = proc_sys_lookup,
|
| D | base.c | 2042 .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,
|
| D | generic.c | 328 .lookup = proc_lookup,
|
| /linux-4.4.14/lib/ |
| D | Kconfig | 128 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.
|
| D | Kconfig.kgdb | 87 0x0002 - allow arbitrary reads from memory and symbol lookup
|
| /linux-4.4.14/drivers/i2c/ |
| D | i2c-core.c | 110 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/ |
| D | crc32.txt | 118 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
|
| D | rbtree.txt | 19 (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
|
| D | IRQ-domain.txt | 80 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
|
| D | remoteproc.txt | 270 * 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
|
| D | phy.txt | 145 bound to devices. A lookup can be made be made during runtime when a handle to
|
| D | kref.txt | 250 section that finds the entry in the lookup table,
|
| /linux-4.4.14/drivers/gpu/drm/panel/ |
| D | Kconfig | 5 Panel registration and lookup framework.
|
| /linux-4.4.14/fs/ |
| D | bad_inode.c | 129 .lookup = bad_inode_lookup,
|
| D | libfs.c | 199 .lookup = simple_lookup, 1151 .lookup = empty_dir_lookup,
|
| /linux-4.4.14/fs/affs/ |
| D | dir.c | 32 .lookup = affs_lookup,
|
| D | Changes | 208 now resolved only once in lookup(). The backside
|
| /linux-4.4.14/fs/f2fs/ |
| D | crypto_fname.c | 371 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/ |
| D | nft_lookup.c | 36 if (set->ops->lookup(set, ®s->data[priv->sreg], &ext)) { in nft_lookup_eval()
|
| D | nft_rbtree.c | 259 .lookup = nft_rbtree_lookup,
|
| D | nft_hash.c | 372 .lookup = nft_hash_lookup,
|
| /linux-4.4.14/include/net/ |
| D | dn_fib.h | 86 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, member
|
| D | act_api.h | 106 int (*lookup)(struct tc_action *, u32); member
|
| D | ip6_fib.h | 262 int flags, pol_lookup_t lookup);
|
| /linux-4.4.14/Documentation/parisc/ |
| D | debugging | 10 address you can lookup in System.map, add __PAGE_OFFSET (0x10000000
|
| /linux-4.4.14/fs/ext4/ |
| D | crypto_fname.c | 396 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/ |
| D | TODO | 29 the full dirent, we only need to go to the flash in lookup() when we think we've
|
| /linux-4.4.14/fs/squashfs/ |
| D | namei.c | 249 .lookup = squashfs_lookup,
|
| /linux-4.4.14/tools/perf/tests/ |
| D | Build | 25 perf-y += mmap-thread-lookup.o
|
| /linux-4.4.14/fs/efivarfs/ |
| D | inode.c | 167 .lookup = simple_lookup,
|
| /linux-4.4.14/kernel/irq/ |
| D | irqdesc.c | 366 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/ |
| D | dlmfs.c | 595 .lookup = simple_lookup, 601 .lookup = simple_lookup,
|
| /linux-4.4.14/Documentation/timers/ |
| D | timer_stats.txt | 8 locking is per-CPU and lookup is hashed.
|
| /linux-4.4.14/fs/afs/ |
| D | mntpt.c | 35 .lookup = afs_mntpt_lookup,
|
| /linux-4.4.14/fs/ramfs/ |
| D | inode.c | 141 .lookup = simple_lookup,
|
| /linux-4.4.14/fs/isofs/ |
| D | dir.c | 280 .lookup = isofs_lookup,
|
| /linux-4.4.14/arch/frv/mm/ |
| D | tlb-miss.S | 43 # 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/ |
| D | dir.c | 286 .lookup = adfs_lookup,
|
| /linux-4.4.14/fs/nfs/ |
| D | namespace.c | 282 err = server->nfs_client->rpc_ops->lookup(d_inode(parent), &dentry->d_name, fh, fattr, NULL); in nfs_submount()
|
| D | proc.c | 681 .lookup = nfs_lookup, 711 .lookup = nfs_proc_lookup,
|
| D | nfs3proc.c | 889 .lookup = nfs_lookup, 935 .lookup = nfs3_proc_lookup,
|
| D | nfs3xdr.c | 2510 PROC(LOOKUP, lookup, lookup, 2), 2520 PROC(RMDIR, lookup, setattr, 0),
|
| D | dir.c | 1175 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/ |
| D | vxfs_lookup.c | 55 .lookup = vxfs_lookup,
|
| /linux-4.4.14/fs/minix/ |
| D | namei.c | 260 .lookup = minix_lookup,
|
| /linux-4.4.14/fs/cachefiles/ |
| D | bind.c | 127 !d_backing_inode(root)->i_op->lookup || in cachefiles_daemon_add_cache()
|
| D | namei.c | 785 !d_backing_inode(subdir)->i_op->lookup || in cachefiles_get_directory()
|
| /linux-4.4.14/Documentation/block/ |
| D | deadline-iosched.txt | 70 rbtree front sector lookup when the io scheduler merge function is called.
|
| D | queue-sysfs.txt | 87 This enables the user to disable the lookup logic involved with IO
|
| /linux-4.4.14/Documentation/power/regulator/ |
| D | consumer.txt | 16 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/ |
| D | mmu-layout.txt | 27 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/ |
| D | namei.c | 281 .lookup = sysv_lookup,
|
| /linux-4.4.14/Documentation/virtual/kvm/ |
| D | hypercalls.txt | 59 based lookup ( which is also what EPAPR dictates) OR KVM specific enumeration
|
| /linux-4.4.14/fs/exofs/ |
| D | namei.c | 305 .lookup = exofs_lookup,
|
| /linux-4.4.14/fs/hfs/ |
| D | dir.c | 313 .lookup = hfs_lookup,
|
| D | inode.c | 687 .lookup = hfs_file_lookup,
|
| /linux-4.4.14/fs/qnx6/ |
| D | dir.c | 280 .lookup = qnx6_lookup,
|
| /linux-4.4.14/fs/ntfs/ |
| D | namei.c | 280 .lookup = ntfs_lookup, /* VFS: Lookup directory. */
|
| /linux-4.4.14/net/irda/ |
| D | Kconfig | 55 connection. Enabling this option will save a hash-lookup per frame.
|
| /linux-4.4.14/arch/arm/crypto/ |
| D | Kconfig | 101 This implementation does not rely on any lookup tables so it is
|
| /linux-4.4.14/fs/ufs/ |
| D | namei.c | 328 .lookup = ufs_lookup,
|
| /linux-4.4.14/net/sched/ |
| D | act_api.c | 318 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/ |
| D | inode.c | 191 .lookup = simple_lookup,
|
| /linux-4.4.14/Documentation/scsi/ |
| D | ChangeLog.ips | 90 3.60.02 - Make DCDB direction based on lookup table.
|
| /linux-4.4.14/drivers/tty/ |
| D | pty.c | 693 .lookup = ptm_unix98_lookup, 710 .lookup = pts_unix98_lookup,
|
| /linux-4.4.14/include/crypto/ |
| D | algapi.h | 33 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask); member
|
| /linux-4.4.14/fs/coda/ |
| D | upcall.c | 138 offset = INSIZE(lookup); in venus_lookup() 139 insize = max_t(unsigned int, offset + length +1, OUTSIZE(lookup)); in venus_lookup()
|
| D | dir.c | 559 .lookup = coda_lookup,
|
| /linux-4.4.14/fs/ext2/ |
| D | namei.c | 421 .lookup = ext2_lookup,
|
| /linux-4.4.14/fs/openpromfs/ |
| D | inode.c | 176 .lookup = openpromfs_lookup,
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | exynos4210-origen.dts | 253 * DT-based regulator lookup yet.
|
| D | exynos4210-trats.dts | 418 * DT-based regulator lookup yet.
|
| /linux-4.4.14/Documentation/filesystems/pohmelfs/ |
| D | design_notes.txt | 29 * Read request (data read, directory listing, lookup requests) balancing between multiple servers.
|
| /linux-4.4.14/fs/pstore/ |
| D | inode.c | 225 .lookup = simple_lookup,
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ |
| D | mvebu-gated-clock.txt | 8 lookup in datasheet.
|
| /linux-4.4.14/net/dccp/ |
| D | ipv4.c | 802 lookup: in dccp_v4_rcv() 830 goto lookup; in dccp_v4_rcv()
|
| D | ipv6.c | 670 lookup: in dccp_v6_rcv() 699 goto lookup; in dccp_v6_rcv()
|
| /linux-4.4.14/fs/ocfs2/dlm/ |
| D | dlmmaster.c | 744 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/ |
| D | dir.c | 270 .lookup = bfs_lookup,
|
| /linux-4.4.14/Documentation/kdump/ |
| D | gdbmacros.txt | 176 Run info threads and lookup pid of thread #1
|
| /linux-4.4.14/arch/arm/mm/ |
| D | abort-lv4t.S | 163 add pc, pc, r7, lsr #10 @ lookup in table
|
| /linux-4.4.14/fs/omfs/ |
| D | dir.c | 445 .lookup = omfs_lookup,
|
| /linux-4.4.14/fs/tracefs/ |
| D | inode.c | 126 .lookup = simple_lookup,
|
| /linux-4.4.14/Documentation/gpio/ |
| D | board.txt | 136 A lookup table can then be defined as follows, with an empty entry defining its
|
| /linux-4.4.14/arch/arc/mm/ |
| D | tlbex.S | 193 ; This macro does the page-table lookup for the faulting address.
|
| /linux-4.4.14/fs/romfs/ |
| D | super.c | 288 .lookup = romfs_lookup,
|
| /linux-4.4.14/fs/cramfs/ |
| D | inode.c | 567 .lookup = cramfs_lookup,
|
| /linux-4.4.14/fs/9p/ |
| D | vfs_inode.c | 1422 .lookup = v9fs_vfs_lookup, 1437 .lookup = v9fs_vfs_lookup,
|
| /linux-4.4.14/fs/xfs/ |
| D | xfs_iops.c | 1119 .lookup = xfs_vn_lookup, 1147 .lookup = xfs_vn_ci_lookup,
|
| /linux-4.4.14/fs/nilfs2/ |
| D | namei.c | 551 .lookup = nilfs_lookup,
|
| /linux-4.4.14/Documentation/locking/ |
| D | mutex-design.txt | 108 - Point-of-acquire tracking, symbolic lookup of function names,
|
| /linux-4.4.14/Documentation/dvb/ |
| D | faq.txt | 127 lookup" is disabled:
|
| /linux-4.4.14/fs/nfsd/ |
| D | nfs4xdr.c | 751 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()
|
| D | xdr4.h | 520 struct nfsd4_lookup lookup; member
|
| D | nfs4proc.c | 748 struct nfsd4_lookup *lookup) in nfsd4_lookup() argument 751 lookup->lo_name, lookup->lo_len, in nfsd4_lookup()
|
| /linux-4.4.14/fs/configfs/ |
| D | dir.c | 1432 .lookup = configfs_lookup, 1437 .lookup = configfs_lookup,
|
| /linux-4.4.14/arch/x86/kernel/cpu/ |
| D | perf_event_intel_uncore.c | 48 lookup: in __find_pci2phy_map() 62 goto lookup; in __find_pci2phy_map()
|
| /linux-4.4.14/Documentation/filesystems/cifs/ |
| D | CHANGES | 52 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/ |
| D | devres.txt | 204 lookup-and-add-if-not-found). Other than that, synchronizing
|
| /linux-4.4.14/fs/hfsplus/ |
| D | dir.c | 550 .lookup = hfsplus_lookup,
|
| /linux-4.4.14/Documentation/video4linux/cx2341x/ |
| D | fw-decoder-regs.txt | 55 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/ |
| D | dir.c | 1316 .lookup = ceph_lookup, 1338 .lookup = ceph_lookup,
|
| /linux-4.4.14/Documentation/mtd/ |
| D | nand_ecc.txt | 6 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/ |
| D | nf_tables.h | 240 bool (*lookup)(const struct nft_set *set, member
|
| /linux-4.4.14/fs/fat/ |
| D | namei_msdos.c | 632 .lookup = msdos_lookup,
|
| /linux-4.4.14/Documentation/crypto/ |
| D | descore-readme.txt | 153 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/ |
| D | root.c | 61 .lookup = autofs4_lookup,
|
| /linux-4.4.14/arch/cris/arch-v10/ |
| D | README.mm | 198 The Page Table provides the final lookup by using bits 13 to 23 as index:
|
| /linux-4.4.14/fs/logfs/ |
| D | dir.c | 788 .lookup = logfs_lookup,
|
| /linux-4.4.14/fs/befs/ |
| D | linuxvfs.c | 74 .lookup = befs_lookup,
|
| /linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
| D | cl_object.c | 712 CL_ENV_INC(lookup); in cl_env_peek()
|
| /linux-4.4.14/fs/hpfs/ |
| D | namei.c | 616 .lookup = hpfs_lookup,
|
| /linux-4.4.14/fs/overlayfs/ |
| D | dir.c | 943 .lookup = ovl_lookup,
|