/linux-4.1.27/arch/arm/mach-omap2/ |
D | clkt2xxx_virt_prcm_set.c | 235 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/ |
D | gpiolib-acpi.c | 395 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/ |
D | platform.c | 295 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/ |
D | chromeos_laptop.c | 214 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/ |
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.1.27/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 | 1034 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 …]
|
D | namei.c | 82 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/ |
D | clk-s2mps11.c | 48 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/ |
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.1.27/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 | 73 Then whenever a lookup is requested in such a merged directory, the 74 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 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 "..",
|
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
|
D | Locking | 41 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int); 75 lookup: yes
|
D | f2fs.txt | 237 number of files, it can reduce the file lookup 513 1 to N in the same way as the lookup operation.
|
D | sysfs.txt | 293 quick way to lookup the sysfs interface for a device from the result of
|
/linux-4.1.27/include/linux/ |
D | of_platform.h | 73 const struct of_dev_auxdata *lookup, 79 const struct of_dev_auxdata *lookup, in of_platform_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 | irqdesc.h | 142 bool lookup, struct pt_regs *regs);
|
D | sysctl.h | 157 struct ctl_table_set *(*lookup)(struct ctl_table_root *root, member
|
D | tty_driver.h | 252 struct tty_struct * (*lookup)(struct tty_driver *driver, member
|
/linux-4.1.27/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.1.27/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.1.27/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
|
D | scaling.txt | 238 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/ |
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.1.27/net/ipv6/ |
D | fib6_rules.c | 33 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()
|
D | ip6_fib.c | 256 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/ |
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.1.27/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.1.27/drivers/md/ |
D | dm-cache-policy-internal.h | 27 BUG_ON(!p->lookup); in policy_lookup() 28 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-cache-metadata.c | 720 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()
|
D | dm-cache-policy-cleaner.c | 393 p->policy.lookup = wb_lookup; in init_policy_functions()
|
/linux-4.1.27/Documentation/hwmon/ |
D | ntc_thermistor | 24 that requires users to provide the resistance and lookup the corresponding 27 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.1.27/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.1.27/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.1.27/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.1.27/Documentation/arm64/ |
D | memory.txt | 60 Translation table lookup with 4KB pages: 75 Translation table lookup with 64KB pages:
|
/linux-4.1.27/include/media/ |
D | soc_mediabus.h | 100 const struct soc_mbus_lookup *lookup,
|
/linux-4.1.27/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.1.27/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()
|
D | dn_table.c | 870 t->lookup = dn_fib_table_lookup; in dn_fib_get_table()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
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 | 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 | 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 323 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.1.27/drivers/clk/tegra/ |
D | clk.c | 212 dup_list->lookup.clk = clk; in tegra_init_dup_clks() 213 clkdev_add(&dup_list->lookup); in tegra_init_dup_clks()
|
D | clk.h | 571 struct clk_lookup lookup; member 577 .lookup = { \
|
/linux-4.1.27/net/ax25/ |
D | TODO | 6 A device might be deleted after lookup in the SIOCADDRT ioctl but before it's
|
/linux-4.1.27/net/ |
D | sysctl_net.c | 63 .lookup = net_ctl_header_lookup,
|
/linux-4.1.27/fs/qnx4/ |
D | dir.c | 80 .lookup = qnx4_lookup,
|
/linux-4.1.27/fs/efs/ |
D | dir.c | 19 .lookup = efs_lookup,
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.gperf | 3 %define lookup-function-name kconf_id_lookup
|
/linux-4.1.27/scripts/genksyms/ |
D | keywords.gperf | 3 %define lookup-function-name is_reserved_word
|
/linux-4.1.27/net/ceph/ |
D | Kconfig | 32 bool "Use in-kernel support for DNS lookup"
|
/linux-4.1.27/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.1.27/lib/ |
D | Kconfig | 131 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.
|
D | Kconfig.kgdb | 87 0x0002 - allow arbitrary reads from memory and symbol lookup
|
/linux-4.1.27/fs/proc/ |
D | fd.c | 303 .lookup = proc_lookupfd, 349 .lookup = proc_lookupfdinfo,
|
D | namespaces.c | 169 .lookup = proc_ns_dir_lookup,
|
D | root.c | 242 .lookup = proc_root_lookup,
|
D | proc_net.c | 161 .lookup = proc_tgid_net_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 | 1842 .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,
|
D | generic.c | 328 .lookup = proc_lookup,
|
/linux-4.1.27/net/ipv4/ |
D | inetpeer.c | 182 #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/ |
D | Kconfig | 5 Panel registration and lookup framework.
|
/linux-4.1.27/tools/perf/tests/ |
D | Build | 26 perf-y += mmap-thread-lookup.o
|
/linux-4.1.27/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 | 264 * 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
|
D | phy.txt | 140 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.1.27/fs/ |
D | bad_inode.c | 129 .lookup = bad_inode_lookup,
|
D | libfs.c | 204 .lookup = simple_lookup, 1142 .lookup = empty_dir_lookup,
|
/linux-4.1.27/fs/affs/ |
D | dir.c | 32 .lookup = affs_lookup,
|
D | Changes | 208 now resolved only once in lookup(). The backside
|
/linux-4.1.27/include/net/ |
D | dn_fib.h | 86 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, member
|
D | act_api.h | 93 int (*lookup)(struct tc_action *, u32); member
|
D | ip6_fib.h | 286 int flags, pol_lookup_t lookup);
|
/linux-4.1.27/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.1.27/Documentation/parisc/ |
D | debugging | 10 address you can lookup in System.map, add __PAGE_OFFSET (0x10000000
|
/linux-4.1.27/fs/jffs2/ |
D | TODO | 29 the full dirent, we only need to go to the flash in lookup() when we think we've
|
D | dir.c | 53 .lookup = jffs2_lookup,
|
/linux-4.1.27/fs/efivarfs/ |
D | inode.c | 167 .lookup = simple_lookup,
|
/linux-4.1.27/fs/squashfs/ |
D | namei.c | 249 .lookup = squashfs_lookup,
|
/linux-4.1.27/kernel/irq/ |
D | irqdesc.c | 367 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/ |
D | dlmfs.c | 595 .lookup = simple_lookup, 601 .lookup = simple_lookup,
|
/linux-4.1.27/fs/isofs/ |
D | dir.c | 280 .lookup = isofs_lookup,
|
/linux-4.1.27/fs/ramfs/ |
D | inode.c | 141 .lookup = simple_lookup,
|
/linux-4.1.27/fs/afs/ |
D | mntpt.c | 35 .lookup = afs_mntpt_lookup,
|
D | dir.c | 53 .lookup = afs_lookup,
|
/linux-4.1.27/Documentation/timers/ |
D | timer_stats.txt | 8 locking is per-CPU and lookup is hashed.
|
/linux-4.1.27/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.1.27/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 | 2509 PROC(LOOKUP, lookup, lookup, 2), 2519 PROC(RMDIR, lookup, setattr, 0),
|
D | dir.c | 1183 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/ |
D | dir.c | 286 .lookup = adfs_lookup,
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_lookup.c | 55 .lookup = vxfs_lookup,
|
/linux-4.1.27/fs/minix/ |
D | namei.c | 260 .lookup = minix_lookup,
|
/linux-4.1.27/Documentation/block/ |
D | deadline-iosched.txt | 70 rbtree front sector lookup when the io scheduler merge function is called.
|
D | queue-sysfs.txt | 79 This enables the user to disable the lookup logic involved with IO
|
/linux-4.1.27/fs/cachefiles/ |
D | bind.c | 127 !d_backing_inode(root)->i_op->lookup || in cachefiles_daemon_add_cache()
|
D | namei.c | 775 !d_backing_inode(subdir)->i_op->lookup || in cachefiles_get_directory()
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/virtual/kvm/ |
D | hypercalls.txt | 59 based lookup ( which is also what EPAPR dictates) OR KVM specific enumeration
|
D | mmu.txt | 219 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/ |
D | namei.c | 281 .lookup = sysv_lookup,
|
/linux-4.1.27/fs/hfs/ |
D | dir.c | 313 .lookup = hfs_lookup,
|
D | inode.c | 687 .lookup = hfs_file_lookup,
|
/linux-4.1.27/fs/exofs/ |
D | namei.c | 307 .lookup = exofs_lookup,
|
/linux-4.1.27/fs/qnx6/ |
D | dir.c | 285 .lookup = qnx6_lookup,
|
/linux-4.1.27/fs/ntfs/ |
D | namei.c | 280 .lookup = ntfs_lookup, /* VFS: Lookup directory. */
|
/linux-4.1.27/net/sched/ |
D | act_api.c | 295 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/ |
D | pty.c | 684 .lookup = ptm_unix98_lookup, 701 .lookup = pts_unix98_lookup,
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 55 connection. Enabling this option will save a hash-lookup per frame.
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ips | 90 3.60.02 - Make DCDB direction based on lookup table.
|
/linux-4.1.27/arch/arm/crypto/ |
D | Kconfig | 108 This implementation does not rely on any lookup tables so it is
|
/linux-4.1.27/fs/ufs/ |
D | namei.c | 348 .lookup = ufs_lookup,
|
/linux-4.1.27/include/crypto/ |
D | algapi.h | 31 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask); member
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/clock/ |
D | mvebu-gated-clock.txt | 8 lookup in datasheet.
|
/linux-4.1.27/fs/openpromfs/ |
D | inode.c | 176 .lookup = openpromfs_lookup,
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos4210-origen.dts | 215 * DT-based regulator lookup yet.
|
D | exynos4210-trats.dts | 308 * DT-based regulator lookup yet.
|
/linux-4.1.27/fs/pstore/ |
D | inode.c | 224 .lookup = simple_lookup,
|
/linux-4.1.27/fs/ext2/ |
D | namei.c | 401 .lookup = ext2_lookup,
|
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 123 A lookup table can then be defined as follows, with an empty entry defining its
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 29 * Read request (data read, directory listing, lookup requests) balancing between multiple servers.
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmmaster.c | 754 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/ |
D | gdbmacros.txt | 176 Run info threads and lookup pid of thread #1
|
/linux-4.1.27/arch/arm/mm/ |
D | abort-lv4t.S | 161 add pc, pc, r7, lsr #10 @ lookup in table
|
/linux-4.1.27/fs/bfs/ |
D | dir.c | 270 .lookup = bfs_lookup,
|
/linux-4.1.27/fs/omfs/ |
D | dir.c | 445 .lookup = omfs_lookup,
|
/linux-4.1.27/fs/tracefs/ |
D | inode.c | 126 .lookup = simple_lookup,
|
/linux-4.1.27/arch/arc/mm/ |
D | tlbex.S | 176 ; This macro does the page-table lookup for the faulting address.
|
/linux-4.1.27/fs/romfs/ |
D | super.c | 288 .lookup = romfs_lookup,
|
/linux-4.1.27/fs/cramfs/ |
D | inode.c | 567 .lookup = cramfs_lookup,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 1122 .lookup = xfs_vn_lookup, 1150 .lookup = xfs_vn_ci_lookup,
|
/linux-4.1.27/Documentation/locking/ |
D | mutex-design.txt | 108 - Point-of-acquire tracking, symbolic lookup of function names,
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 127 lookup" is disabled:
|
/linux-4.1.27/fs/nilfs2/ |
D | namei.c | 555 .lookup = nilfs_lookup,
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4xdr.c | 750 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()
|
D | xdr4.h | 519 struct nfsd4_lookup lookup; member
|
D | nfs4proc.c | 750 struct nfsd4_lookup *lookup) in nfsd4_lookup() argument 753 lookup->lo_name, lookup->lo_len, in nfsd4_lookup()
|
D | vfs.c | 1217 if (!dirp->i_op->lookup) in nfsd_create() 1361 if (!dirp->i_op->lookup) in do_nfsd_create()
|
/linux-4.1.27/fs/9p/ |
D | vfs_inode.c | 1498 .lookup = v9fs_vfs_lookup, 1513 .lookup = v9fs_vfs_lookup,
|
D | vfs_inode_dotl.c | 978 .lookup = v9fs_vfs_lookup,
|
/linux-4.1.27/fs/configfs/ |
D | dir.c | 1432 .lookup = configfs_lookup, 1437 .lookup = configfs_lookup,
|
/linux-4.1.27/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.1.27/include/net/netfilter/ |
D | nf_tables.h | 239 bool (*lookup)(const struct nft_set *set, member
|
/linux-4.1.27/Documentation/driver-model/ |
D | devres.txt | 204 lookup-and-add-if-not-found). Other than that, synchronizing
|
/linux-4.1.27/fs/hfsplus/ |
D | dir.c | 550 .lookup = hfsplus_lookup,
|
/linux-4.1.27/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.1.27/fs/ceph/ |
D | dir.c | 1367 .lookup = ceph_lookup, 1389 .lookup = ceph_lookup,
|
/linux-4.1.27/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.1.27/fs/fat/ |
D | namei_msdos.c | 632 .lookup = msdos_lookup,
|
D | namei_vfat.c | 1035 .lookup = vfat_lookup,
|
/linux-4.1.27/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.1.27/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.1.27/fs/logfs/ |
D | dir.c | 787 .lookup = logfs_lookup,
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 662 .lookup = hppfs_lookup,
|
/linux-4.1.27/Documentation/acpi/ |
D | enumeration.txt | 359 The ACPI id "XYZ0001" is then used to lookup an ACPI device directly under
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 75 .lookup = befs_lookup,
|
/linux-4.1.27/fs/f2fs/ |
D | namei.c | 786 .lookup = f2fs_lookup,
|
/linux-4.1.27/fs/autofs4/ |
D | root.c | 61 .lookup = autofs4_lookup,
|
/linux-4.1.27/fs/hpfs/ |
D | namei.c | 618 .lookup = hpfs_lookup,
|
/linux-4.1.27/fs/overlayfs/ |
D | dir.c | 943 .lookup = ovl_lookup,
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 737 CL_ENV_INC(lookup); in cl_env_peek()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 427 // lookup process structure by its name
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 881 .lookup = hostfs_lookup,
|
/linux-4.1.27/fs/kernfs/ |
D | dir.c | 924 .lookup = kernfs_iop_lookup,
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.c | 861 .lookup = cifs_lookup,
|