Home
last modified time | relevance | path

Searched refs:links (Results 1 – 177 of 177) sorted by relevance

/linux-4.1.27/drivers/media/
Dmedia-device.c113 u_ent.links = ent->num_links - ent->num_backlinks; in media_device_enum_entities()
129 struct media_links_enum *links) in __media_device_enum_links() argument
133 entity = find_entity(mdev, links->entity); in __media_device_enum_links()
137 if (links->pads) { in __media_device_enum_links()
145 if (copy_to_user(&links->pads[p], &pad, sizeof(pad))) in __media_device_enum_links()
150 if (links->links) { in __media_device_enum_links()
154 for (l = 0, ulink = links->links; l < entity->num_links; l++) { in __media_device_enum_links()
158 if (entity->links[l].source->entity != entity) in __media_device_enum_links()
162 media_device_kpad_to_upad(entity->links[l].source, in __media_device_enum_links()
164 media_device_kpad_to_upad(entity->links[l].sink, in __media_device_enum_links()
[all …]
Dmedia-entity.c57 struct media_link *links; in media_entity_init() local
61 links = kzalloc(max_links * sizeof(links[0]), GFP_KERNEL); in media_entity_init()
62 if (links == NULL) in media_entity_init()
71 entity->links = links; in media_entity_init()
85 kfree(entity->links); in media_entity_cleanup()
178 struct media_link *link = &entity->links[link_top(graph)]; in media_entity_graph_walk_next()
257 struct media_link *link = &entity->links[i]; in media_entity_pipeline_start()
419 struct media_link *links = entity->links; in media_entity_add_link() local
423 links = krealloc(links, max_links * sizeof(*links), GFP_KERNEL); in media_entity_add_link()
424 if (links == NULL) in media_entity_add_link()
[all …]
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c220 curnode = SLIST_NEXT(curnode, links); in symlist_search()
267 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
272 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add()
274 links); in symlist_add()
279 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add()
289 links); in symlist_add()
293 curnode = SLIST_NEXT(curnode, links); in symlist_add()
296 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
307 node2 = SLIST_NEXT(node1, links); in symlist_free()
322 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge()
[all …]
Daicasm.c67 STAILQ_ENTRY(patch) links;
222 links)) in main()
243 links); in main()
326 cur_instr = STAILQ_NEXT(cur_instr, links)) { in back_patch()
368 cur_instr = STAILQ_NEXT(cur_instr, links)) { in output_code()
399 cur_node = SLIST_NEXT(cur_node,links)) { in output_code()
427 cur_patch = STAILQ_NEXT(cur_patch,links)) { in output_code()
445 cs = TAILQ_NEXT(cs, links)) { in output_code()
516 STAILQ_INSERT_TAIL(&patches, new_patch, links); in emit_patch()
548 cur_func = SLIST_NEXT(cur_func, links)) in output_listing()
[all …]
Daicasm_symbol.h111 STAILQ_ENTRY(macro_arg) links;
150 SLIST_ENTRY(symbol_node) links;
155 TAILQ_ENTRY(critical_section) links;
Daicasm_scan.l458 SLIST_ENTRY(include) links;
478 include_dir = include_dir->links.sle_next) {
509 SLIST_INSERT_HEAD(&include_stack, include, links);
563 STAILQ_FOREACH(marg, &macro_symbol->info.macroinfo->args, links) {
587 STAILQ_FOREACH(marg, &mac_symbol->info.macroinfo->args, links) {
617 SLIST_REMOVE_HEAD(&include_stack, links);
Daicasm.h62 SLIST_ENTRY(path_entry) links;
Daicasm_macro_gram.y145 STAILQ_FOREACH(marg, &macro_symbol->info.macroinfo->args, links) {
Daicasm_insformat.h171 STAILQ_ENTRY(instruction) links;
Daicasm_gram.y1609 STAILQ_INSERT_TAIL(&cur_symbol->info.macroinfo->args, marg, links); in add_macro_arg()
1898 node = node->links.sle_next) { in type_check()
/linux-4.1.27/kernel/gcov/
Dfs.c58 struct dentry **links; member
375 node->links = kcalloc(num, sizeof(struct dentry *), GFP_KERNEL); in add_links()
376 if (!node->links) in add_links()
387 node->links[i] = debugfs_create_symlink(deskew(basename), in add_links()
389 if (!node->links[i]) in add_links()
398 debugfs_remove(node->links[i]); in add_links()
399 kfree(node->links); in add_links()
400 node->links = NULL; in add_links()
475 if (!node->links) in remove_links()
478 debugfs_remove(node->links[i]); in remove_links()
[all …]
/linux-4.1.27/Documentation/sound/alsa/soc/
DDPCM.txt115 1) Define the FE and BE DAI links.
122 1 FE and BE DAI links
141 For the example above we have to define 4 FE DAI links and 6 BE DAI links. The
142 FE DAI links are defined as follows :-
156 .....< other FE and BE DAI links here >
173 .....< FE DAI links here >
188 .....< other BE DAI links here >
254 The other PCM operation are the same as for regular DAI links. Use as necessary.
260 The BE DAI links will normally be connected to the graph at initialisation time
330 2) Hostless FE. This FE has a virtual connection to the BE DAI links on the DAPM
[all …]
Dmachine.txt31 /* CPU <--> Codec DAI links */
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dps.c244 struct wl1271_link *lnk = &wl->links[hlid]; in wl1271_ps_filter_frames()
287 "clean_queues %d", hlid, wl->links[hlid].allocated_pkts, in wl12xx_ps_link_start()
291 sta = ieee80211_find_sta(vif, wl->links[hlid].addr); in wl12xx_ps_link_start()
294 wl->links[hlid].addr); in wl12xx_ps_link_start()
322 sta = ieee80211_find_sta(vif, wl->links[hlid].addr); in wl12xx_ps_link_end()
325 wl->links[hlid].addr); in wl12xx_ps_link_end()
Devent.c62 if (!wl->links[hlid].ba_bitmap) in wl1271_stop_ba_event()
64 ieee80211_stop_rx_ba_session(vif, wl->links[hlid].ba_bitmap, in wl1271_stop_ba_event()
71 lnk = &wl->links[hlid]; in wl1271_stop_ba_event()
198 addr = wl->links[h].addr; in wlcore_disconnect_sta()
Dcmd.c337 wl->links[link].prev_freed_pkts = in wl12xx_allocate_link()
339 wl->links[link].wlvif = wlvif; in wl12xx_allocate_link()
346 wl->links[link].total_freed_pkts = wlvif->total_freed_pkts; in wl12xx_allocate_link()
367 wl->links[*hlid].allocated_pkts = 0; in wl12xx_free_link()
368 wl->links[*hlid].prev_freed_pkts = 0; in wl12xx_free_link()
369 wl->links[*hlid].ba_bitmap = 0; in wl12xx_free_link()
370 eth_zero_addr(wl->links[*hlid].addr); in wl12xx_free_link()
377 wl->links[*hlid].wlvif = NULL; in wl12xx_free_link()
386 wlvif->total_freed_pkts = wl->links[*hlid].total_freed_pkts; in wl12xx_free_link()
399 wl->links[*hlid].total_freed_pkts = 0; in wl12xx_free_link()
[all …]
Dtx.c130 tx_pkts = wl->links[hlid].allocated_pkts; in wl1271_tx_regulate_link()
250 wl->links[hlid].allocated_pkts++; in wl1271_tx_allocate()
548 struct wl1271_link *lnk = &wl->links[hlid]; in wlcore_lnk_dequeue_high_prio()
658 struct wl1271_link *lnk = &wl->links[low_prio_hlid]; in wl1271_skb_dequeue()
697 skb_queue_head(&wl->links[hlid].tx_queue[q], skb); in wl1271_skb_queue_head()
1038 struct wl1271_link *lnk = &wl->links[hlid]; in wl1271_tx_reset_link_queues()
Dmain.c391 wl->links[hlid].allocated_pkts); in wl12xx_irq_update_links_status()
431 lnk = &wl->links[i]; in wlcore_fw_status()
922 wl_sta->total_freed_pkts = wl->links[hlid].total_freed_pkts; in wlcore_save_freed_pkts()
1295 skb_queue_tail(&wl->links[hlid].tx_queue[q], skb); in wl1271_op_tx()
2023 wl->links[WL12XX_SYSTEM_HLID].allocated_pkts = 0; in wlcore_op_stop_locked()
2024 wl->links[WL12XX_SYSTEM_HLID].prev_freed_pkts = 0; in wlcore_op_stop_locked()
3488 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key()
4948 wl->links[wl_sta->hlid].total_freed_pkts = wl_sta->total_freed_pkts; in wl1271_allocate_sta()
4951 memcpy(wl->links[wl_sta->hlid].addr, sta->addr, ETH_ALEN); in wl1271_allocate_sta()
4969 wlcore_save_freed_pkts_addr(wl, wlvif, hlid, wl->links[hlid].addr); in wl1271_free_sta()
[all …]
Dwlcore.h392 struct wl1271_link links[WLCORE_MAX_LINKS]; member
/linux-4.1.27/tools/perf/
Dperf-with-kcore.sh122 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
127 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
141 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit)
145 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -group "$GROUPS" -print -quit)
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Darm-mhu.txt5 3 independent channels/links to communicate with remote processor(s).
6 MHU links are hardwired on a platform. A link raises interrupt for any
23 each of the 3 links of MHU.
/linux-4.1.27/net/irda/
Dirlmp.c95 irlmp->links = hashbin_new(HB_LOCK); in irlmp_init()
101 (irlmp->links == NULL) || in irlmp_init()
136 hashbin_delete(irlmp->links, (FREE_FUNC) kfree); in irlmp_cleanup()
319 hashbin_insert(irlmp->links, (irda_queue_t *) lap, lap->saddr, NULL); in irlmp_register_link()
342 link = hashbin_remove(irlmp->links, saddr, NULL); in irlmp_unregister_link()
436 lap = hashbin_lock_find(irlmp->links, saddr, NULL); in irlmp_connect_request()
815 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_expiry()
824 lap = (struct lap_cb *) hashbin_get_next(irlmp->links); in irlmp_do_expiry()
865 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_discovery()
874 lap = (struct lap_cb *) hashbin_get_next(irlmp->links); in irlmp_do_discovery()
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-power_resources_D09 If present, it contains symbolic links to device directories
12 of the links are the same as the names of the directories they
Dsysfs-devices-power_resources_wakeup9 If present, it contains symbolic links to device directories
12 the links are the same as the names of the directories they
Dsysfs-devices-power_resources_D3hot10 If present, it contains symbolic links to device directories
13 names of the links are the same as the names of the directories
Dsysfs-devices-power_resources_D110 If present, it contains symbolic links to device directories
13 of the links are the same as the names of the directories they
Dsysfs-devices-power_resources_D210 If present, it contains symbolic links to device directories
13 of the links are the same as the names of the directories they
Dsysfs-dev8 beneath /sys/dev containing symbolic links with names of
9 the form "<major>:<minor>". These links point to the
Dsysfs-kernel-iommu_groups10 links to the sysfs devices contained in this group.
/linux-4.1.27/Documentation/
Dmedia-framework.txt94 Entities, pads and links
121 Unlike the number of pads, the total number of links isn't always known in
123 pre-allocates a number of links equal to the number of pads plus an optional
124 number of extra links. The links array will be reallocated if it grows beyond
196 include/media/media-entity.h. Each entity stores all links originating at or
197 targeting any of its pads in a links array. A given link is thus stored
201 Drivers create links by calling
213 to transfer media data. When two or more links target a sink pad, only
237 reached only through enabled links starting at a given entity. The media
306 links.
[all …]
Dsysfs-rules.txt127 /sys/subsystem/block will contain the links for disks and partitions
132 - "device"-link and <subsystem>:<kernel name>-links
143 Never depend on the class-specific links back to the /sys/class
144 directory. These links are also a workaround for the design mistake
146 directory does not contain directories for child devices, these links
148 valid use of these links; they must never appear in any path as an
149 element. Assuming the existence of these links for devices which are
153 It is planned to remove all these links when all class device
Dgcov.txt155 - all links to directories
169 - all links to .gcno files
198 Solution: Use 'cat' to read .gcda files and 'cp -d' to copy links.
Djava.txt113 # Go down one more level of symbolic links
118 echo " Too many symbolic links encountered"
Ddevices.txt743 Additionally, iBCS-2 requires the following links:
1156 IRDA / parallel links.
3171 the /dev directory. It is preferred that symbolic links use the same
3177 Compulsory links
3179 These links should exist on all systems:
3190 Recommended links
3192 It is recommended that these links exist on all systems:
3202 Locally defined links
3204 The following links may be established locally to conform to the
3312 It is common practice to install links such as /dev/modem
[all …]
Dkernel-docs.txt685 users. It has about 4000 links to external pages in 150 major
686 categories. This link is for kernel-specific links, documents,
696 Memory related patches, HOWTOs, links, mm developers... Don't miss
Drobust-futex-ABI.txt106 other links between the locks, such as the reverse side of a double
Dmemory-hotplug.txt188 via symbolic links located in the /sys/devices/system/node/node* directories.
Dvfio.txt86 the sysfs links described in the example below. By unbinding the
DSubmittingPatches163 redirector with a Message-Id, to ensure that the links cannot become
333 6) No MIME, no links, no compression, no attachments. Just plain text.
Dmd.txt478 These are symbolic links to the appropriate 'dev-XXX' entry.
Dkernel-parameters.txt1766 configuration applies to all ports, links and devices.
1769 the port and all links and devices behind it. DEVICE
/linux-4.1.27/include/uapi/linux/
Dmedia.h81 __u16 links; member
166 struct media_link_desc __user *links; member
/linux-4.1.27/net/tipc/
Dnode.c273 struct tipc_link *l_ptr = n_ptr->links[i]; in node_select_active_links()
345 n_ptr->links[l_ptr->bearer_id] = l_ptr; in tipc_node_attach_link()
354 if (l_ptr != n_ptr->links[i]) in tipc_node_detach_link()
356 n_ptr->links[i] = NULL; in tipc_node_detach_link()
398 struct tipc_link *l_ptr = n_ptr->links[i]; in node_lost_contact()
455 link = node->links[bearer_id]; in tipc_node_get_linkname()
Dlink.c241 if (n_ptr->links[b_ptr->identity]) { in tipc_link_create()
324 link = node->links[bearer_id]; in tipc_link_delete_list()
488 l_ptr = n_ptr->links[bearer_id]; in tipc_link_reset_list()
908 if (node->links[i]) { in tipc_link_reset_all()
909 link_print(node->links[i], "Resetting link\n"); in tipc_link_reset_all()
910 tipc_link_reset(node->links[i]); in tipc_link_reset_all()
1079 l_ptr = n_ptr->links[b_ptr->identity]; in tipc_rcv()
1700 pl = link->owner->links[bearer_id]; in tipc_link_failover_rcv()
1783 l_ptr = n_ptr->links[i]; in tipc_link_find_owner()
1902 link = node->links[bearer_id]; in tipc_nl_link_set()
[all …]
Dnode.h127 struct tipc_link *links[MAX_BEARERS]; member
Ddiscover.c173 link = node->links[bearer->identity]; in tipc_disc_rcv()
/linux-4.1.27/fs/proc/
Dproc_sysctl.c1061 struct ctl_table_header *links; in new_links() local
1073 links = kzalloc(sizeof(struct ctl_table_header) + in new_links()
1079 if (!links) in new_links()
1082 node = (struct ctl_node *)(links + 1); in new_links()
1094 init_header(links, dir->header.root, dir->header.set, node, link_table); in new_links()
1095 links->nreg = nr_entries; in new_links()
1097 return links; in new_links()
1132 struct ctl_table_header *links; in insert_links() local
1148 links = new_links(core_parent, head->ctl_table, head->root); in insert_links()
1152 if (!links) in insert_links()
[all …]
/linux-4.1.27/drivers/clk/bcm/
Dclk-kona.h483 struct list_head links; /* for ccu_list */ member
495 .links = LIST_HEAD_INIT(_name ## _ccu_data.links), \
Dclk-kona-setup.c776 list_del(&ccu->links); in kona_ccu_teardown()
850 list_add_tail(&ccu->links, &ccu_list); in kona_dt_ccu_setup()
/linux-4.1.27/net/sunrpc/
Dsched.c144 INIT_LIST_HEAD(&task->u.tk_wait.links); in __rpc_add_wait_queue_priority()
152 list_add_tail(&task->u.tk_wait.list, &t->u.tk_wait.links); in __rpc_add_wait_queue_priority()
198 if (!list_empty(&task->u.tk_wait.links)) { in __rpc_remove_wait_queue_priority()
199 t = list_entry(task->u.tk_wait.links.next, struct rpc_task, u.tk_wait.list); in __rpc_remove_wait_queue_priority()
201 list_splice_init(&task->u.tk_wait.links, &t->u.tk_wait.links); in __rpc_remove_wait_queue_priority()
/linux-4.1.27/Documentation/early-userspace/
Dbuffer-format.txt45 not ignored; see "handling of hard links" below.
58 c_nlink 8 bytes Number of links
85 *** Handling of hard links
/linux-4.1.27/Documentation/filesystems/
Daffs.txt79 symbolic links on an AFFS partition. Default = "/".
82 volume=name When symbolic links with an absolute path are created
126 Symbolic links
131 with symbolic links. While Linux has a file system with exactly one
135 can be used to access them. Thus, symbolic links can point to a
Dsharedsubtree.txt648 Q1. Why is bind mount needed? How is it different from symbolic links?
649 symbolic links can get stale if the destination mount gets
810 ->mnt_share links together all the mount to/from which this vfsmount
813 ->mnt_slave_list links all the mounts to which this vfsmount propagates
816 ->mnt_slave links together all the slaves that its master vfsmount
862 A's ->mnt_share links with the ->mnt_share of 'B' 'C' and 'D'
864 A's ->mnt_slave_list links with ->mnt_slave of 'E', 'K', 'F' and 'G'
866 E's ->mnt_share links with ->mnt_share of K
870 K's ->mnt_slave_list links with ->mnt_slave of 'M', 'L' and 'N'
872 C's ->mnt_slave_list links with ->mnt_slave of 'J' and 'K'
[all …]
Dsysv-fs.txt65 * Maximum number of hard links to a file:
189 * How to implement symbolic links such that the host fsck doesn't scream:
Dromfs.txt94 4 | spec.info | Info for directories/hard links/devices
127 Note that hard links are specifically marked in this filesystem, but
130 loops, and creating all the . and .. links for directories. This is
Dcramfs.txt28 Hard links are supported, but hard linked files
Dqnx6.txt112 Symbolic links are also filesystem objects with inodes. They got a specific
116 Hard links got an inode, a directory entry, but a specific mode bit set,
Ddnotify.txt48 the problem of hard links to files has been ignored. So if a file (x)
Ddebugfs.txt165 Symbolic links can be created with debugfs_create_symlink().
Dext3.txt214 useful links: http://www.ibm.com/developerworks/library/l-fs7/index.html
Dafs.txt112 symbolic links (of the same form as the "device name" passed to mount). kAFS
Dporting297 remaining links or not. Caller does *not* evict the pagecache or inode-associated
457 /proc/<pid> style links.
Dpath-lookup.txt319 * Following links
321 It may be possible eventually to make following links rcu-walk aware.
Dext2.txt141 modification time, deletion time, number of links, fragments, version
193 Symbolic links are also filesystem objects with inodes. They deserve
Doverlayfs.txt192 If a file with multiple hard links is copied up, then this will
Dvfs.txt55 dentries (hard links, for example, do this).
394 to support hard links. You will probably need to call
435 you want to support reading symbolic links
439 symbolic links. This method returns a void pointer cookie
Dramfs-rootfs-initramfs.txt134 archive and links it into the resulting kernel binary. By default, this
Dntfs.txt217 supporting directory hard links. This may well confuse some user space
Dext4.txt626 useful links: http://fedoraproject.org/wiki/ext3-devel
Dcoda.txt854 does not support cross directory hard links. Only the return value is
1435 The kernel code generally has to maintain a structure which links the
Dproc.txt1816 This directory contains symbolic links which represent memory mapped files
/linux-4.1.27/net/bluetooth/
DKconfig26 SCO audio links
28 SMP (Security Manager Protocol) on LE (Low Energy) links
/linux-4.1.27/fs/cramfs/
DKconfig10 16/32 bits uid/gid, hard links and timestamps.
/linux-4.1.27/sound/pci/cs46xx/
Dcs46xx_dsp_task_types.h245 struct dsp_tree_link links; member
Ddsp_spos.c1256 fg_task_tree_hdr.links.entry_point = fg_task_tree_header_code->address; in cs46xx_dsp_scb_and_task_init()
1332 bg_task_tree_hdr.links.entry_point = task_tree_header_code->address; in cs46xx_dsp_scb_and_task_init()
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcoresight.txt6 sinks, links and sources. Trace data produced by one or more sources flows
7 through the intermediate links connecting the source to the currently selected
/linux-4.1.27/Documentation/networking/
Dip_dynaddr.txt14 This is specially helpful for auto dialup links (diald), where the
Deql.txt6 that lets you load-balance IP serial links (SLIP or uncompressed PPP)
68 like say /usr/src/linux-1.1.92.eql. Use symbolic links to point
252 28800 and 14400 connections, but when the priorities on the links were
266 to boot the kernel and enslave a couple of ISDN PPP links.
Dphonet.txt52 Phonet links are always point-to-point links. The link layer header
Dcdc_mbim.txt177 VLAN links prior to establishing MBIM IP sessions where the SessionId
178 is greater than 0. These links can be added by using the normal VLAN
232 Note that adding VLAN links for DSS sessions is entirely optional. A
Dieee802154.txt131 [RFC4944] was specified to carry IPv6 datagrams over such constrained links,
Dbonding.txt33 who to ask for help, please follow the links at the end of this file.
251 that evenly distributes packets across all links. If the
335 ARP monitor into considering the links as still up. Use of
354 ARP monitor into considering the links as still up. Use of
493 Specifies the minimum number of links that must be active before
494 asserting carrier. It is similar to the Cisco EtherChannel min-links
499 links are active before switchover. This option only affect 802.3ad
504 number of available links in that aggregator. Note that, because an
1945 With use_carrier enabled, bonding will always see these links as up,
2043 links or switches between the host and the rest of the world. The
[all …]
Dppp_generic.txt13 * PPP multilink: splitting datagrams between multiple links, and
269 represent the individual physical links. Thus, a PPP frame sent by a
272 across the individual links (if multilink is in use). In contrast, a
Dfib_trie.txt39 contain an arbitrarily large array of links to several children.
Dde4x5.txt150 duplex links except through autonegotiation. When I include the
D00-INDEX112 - IP dynamic address hack e.g. for auto-dialup links
De1000.txt346 fiber interface board only links at 1000 Mbps full-duplex.
351 supported speed and duplex combinations, and it links at the highest
Dudplite.txt222 performance over wireless (or generally noisy) links and thus smaller
Dlapb-module.txt110 For multiple LAPB links in a single device driver, multiple calls to
DREADME.ipw210087 potential fixes and patches, as well as links to the development mailing list
Dz8530drv.txt12 A new version of the documentation, along with links to other important
Dpacket_mmap.txt572 on idle links
/linux-4.1.27/include/media/
Dmedia-entity.h81 struct media_link *links; /* Links array (max_links elements)*/ member
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DEB2410ITX.txt27 Useful links:
/linux-4.1.27/fs/ocfs2/
Docfs2.h577 u32 links = ocfs2_read_links_count(di); in ocfs2_add_links_count() local
579 links += n; in ocfs2_add_links_count()
581 ocfs2_set_links_count(di, links); in ocfs2_add_links_count()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dfixed-link.txt26 fixed-links, from 0 to 31
/linux-4.1.27/Documentation/blockdev/drbd/
Ddata-structure-v9.txt36 counted. The peer_device objects only serve to establish the links between
/linux-4.1.27/Documentation/security/
Dapparmor.txt28 and tools links).
Dkeys-request-key.txt60 The userspace interface links the key to a keyring associated with the process
Dkeys.txt9 Keyrings are permitted; these are a special type of key that can hold links to
80 the keyring links; in the case of a user-defined key, it's an arbitrary
590 Any links within the keyring to keys that match the new key in terms of
600 specified key, and removes it if found. Subsequent links to that key are
DSmack.txt445 File system objects including files, directories, named pipes, symbolic links,
/linux-4.1.27/net/ceph/
Dmessenger.c1122 data = list_first_entry(&msg->data, struct ceph_msg_data, links); in ceph_msg_data_cursor_init()
1196 BUG_ON(list_is_last(&cursor->data->links, cursor->data_head)); in ceph_msg_data_advance()
1197 cursor->data = list_entry_next(cursor->data, links); in ceph_msg_data_advance()
3154 INIT_LIST_HEAD(&data->links); in ceph_msg_data_create()
3164 WARN_ON(!list_empty(&data->links)); in ceph_msg_data_destroy()
3184 list_add_tail(&data->links, &msg->data); in ceph_msg_data_add_pages()
3201 list_add_tail(&data->links, &msg->data); in ceph_msg_data_add_pagelist()
3219 list_add_tail(&data->links, &msg->data); in ceph_msg_data_add_bio()
3378 struct list_head *links; in ceph_msg_release() local
3391 list_for_each_safe(links, next, &data) { in ceph_msg_release()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/media/xilinx/
Dvideo.txt5 sources. They are connected by links through their input and output ports,
/linux-4.1.27/fs/ncpfs/
DKconfig99 bool "Enable symbolic links and execute flags"
102 This enables the use of symbolic links and an execute permission
/linux-4.1.27/drivers/usb/
DKconfig56 flash memory, network links, and printers to the PC.
71 in <file:Documentation/usb/> and especially the links given in
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dpamu.txt51 that links to the corresponding specific child PAMU controller.
74 Devices that have LIODNs need to specify links to the parent PAMU controller
/linux-4.1.27/Documentation/mn10300/
Dcompartmentalisation.txt50 When the kernel is compiled, symbolic links will be made in the asm header file
/linux-4.1.27/tools/thermal/tmon/
DREADME16 links, trip point bindings, and device instances. To traverse such
/linux-4.1.27/Documentation/arm/sunxi/
DREADME6 provide links to documentation and/or datasheet for these SoCs.
/linux-4.1.27/fs/isofs/
DKconfig7 long Unix filenames and symbolic links are also supported by this
/linux-4.1.27/fs/affs/
DChanges206 - Handling of hard links rewritten. To the VFS
207 they appear now as normal Unix links. They are
330 - Support for hard and symbolic links.
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.h544 SLIST_ENTRY(map_node) links;
598 } links; member
1172 TAILQ_ENTRY(ahd_softc) links;
Daic7xxx.h516 SLIST_ENTRY(sg_map_node) links;
566 } links; member
Daic79xx_core.c6523 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_find_scb_by_tag()
6537 LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) { in ahd_find_scb_by_tag()
6561 SLIST_REMOVE_HEAD(&scb_data->sense_maps, links); in ahd_fini_scbdata()
6576 SLIST_REMOVE_HEAD(&scb_data->sg_maps, links); in ahd_fini_scbdata()
6591 SLIST_REMOVE_HEAD(&scb_data->hscb_maps, links); in ahd_fini_scbdata()
6679 TAILQ_INSERT_TAIL(free_tailq, scb, links.tqe); in ahd_add_col_list()
6707 next_scb, links.tqe); in ahd_rem_col_list()
6709 TAILQ_REMOVE(free_tailq, scb, links.tqe); in ahd_rem_col_list()
6725 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_get_scb()
6738 LIST_REMOVE(scb, links.le); in ahd_get_scb()
[all …]
Daic79xx_osm.h248 TAILQ_ENTRY(ahd_linux_device) links;
Daic7xxx_core.c537 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle); in ahc_get_scb()
555 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle); in ahc_free_scb()
4126 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject()
4926 SLIST_REMOVE_HEAD(&scb_data->sg_maps, links); in ahc_fini_scbdata()
4995 SLIST_INSERT_HEAD(&scb_data->sg_maps, sg_map, links); in ahc_alloc_scbs()
5033 next_scb, links.sle); in ahc_alloc_scbs()
6113 next_scb = TAILQ_NEXT(scb, links.tqe); in ahc_search_untagged_queues()
6155 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues()
7321 SLIST_FOREACH(scb, &ahc->scb_data->free_scbs, links.sle) { in ahc_dump_card_state()
7335 TAILQ_FOREACH(scb, untagged_q, links.tqe) { in ahc_dump_card_state()
Daic7xxx_osm.c1577 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_linux_run_command()
1706 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done()
Daic79xx.seq317 * NULL out the SCB links since these fields
/linux-4.1.27/drivers/net/usb/
DKconfig113 This driver supports several kinds of network links over USB,
135 two-node links are most easily managed with Ethernet Bridging
375 This option enables hosting "Remote NDIS" USB networking links,
425 bool "Embedded ARM Linux links (iPaq, ...)"
445 Choose this option to support the usb networking links used
462 Choose this option to support the usb networking links used by
/linux-4.1.27/include/linux/ceph/
Dmessenger.h98 struct list_head links; /* ceph_msg->data */ member
/linux-4.1.27/include/linux/sunrpc/
Dsched.h35 struct list_head links; /* Links to related tasks */ member
/linux-4.1.27/include/net/irda/
Dirlmp.h182 hashbin_t *links; /* IrLAP connection table */ member
/linux-4.1.27/Documentation/video4linux/
Dfimc.txt71 Reconfiguration is done by enabling/disabling media links created by the driver
73 through media entity and links enumeration.
Dzr364xx.txt30 links :
Dsi470x.txt127 Other useful information and links
Dv4l2-framework.txt322 every link in the pipeline where both of the ends of the links are V4L2
/linux-4.1.27/Documentation/isdn/
DREADME.syncppp50 To increase the number of links, you must use the
DREADME.concap23 point-to-point links are frequently chosen upon bilateral agreement.
223 This might no longer hold for certain high speed WAN links (like
/linux-4.1.27/Documentation/vm/
Dzsmalloc.txt13 and links them together using various 'struct page' fields. These linked
Dfrontswap.txt19 links itself to frontswap by calling frontswap_register_ops to set the
/linux-4.1.27/fs/reiserfs/
DKconfig14 <https://reiser4.wiki.kernel.org/index.php/Main_Page> for links.
/linux-4.1.27/Documentation/devicetree/bindings/
Dgraph.txt23 Here the ports describe data interfaces, and the links between them are
/linux-4.1.27/Documentation/usb/
Dgadget_configfs.txt152 creating symbolic links:
363 creates symbolic links to functions. This information is used when the
Dusb-serial.txt253 It will be fine with null modem links, as long as you do not try to link two
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dsimple-card.txt127 Example 2 - many DAI links:
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO84 1) existing symbolic links (Windows reparse points) are recognized but
DREADME680 as support symbolic links. If you use servers
DCHANGES990 files now return the correct number of links on fstat as they are repeatedly linked and unlinked.
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class118 as symbolic links to /sys/class/extcon/*.
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt364 These links are only allowed between configfs config_items. Any
370 reject a link if it only wants links to a certain type of object (say,
378 A config_item cannot be removed while it links to any other item, nor
379 can it be removed while an item links to it. Dangling symlinks are not
/linux-4.1.27/drivers/net/appletalk/
DKconfig16 network using serial links. EtherTalk and LocalTalk are fully
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt16 links, and rename events.
/linux-4.1.27/Documentation/i2c/busses/
Di2c-parport150 Useful links:
/linux-4.1.27/kernel/
Dfork.c1649 static inline void init_idle_pids(struct pid_link *links) in init_idle_pids() argument
1654 INIT_HLIST_NODE(&links[type].node); /* not really needed */ in init_idle_pids()
1655 links[type].pid = &init_struct_pid; in init_idle_pids()
Dcgroup.c3785 struct list_head links; member
3820 list_for_each_entry_safe(l, tmp_l, &cgrp->pidlists, links) in cgroup_pidlist_destroy_all()
3842 list_del(&l->links); in cgroup_pidlist_destroy_work_fn()
3935 list_for_each_entry(l, &cgrp->pidlists, links) in cgroup_pidlist_find()
3968 list_add(&l->links, &cgrp->pidlists); in cgroup_pidlist_find_create()
/linux-4.1.27/net/ax25/
DKconfig26 radio. It is either used by itself for point-to-point links, or to
/linux-4.1.27/fs/jffs2/
DKconfig8 levelling, compression and support for hard links. You cannot use
/linux-4.1.27/Documentation/dvb/
Dfaq.txt69 links and docs
/linux-4.1.27/drivers/block/
Drbd.c257 struct list_head links; member
319 list_for_each_entry(oreq, &(ireq)->obj_requests, links)
321 list_for_each_entry_from(oreq, &(ireq)->obj_requests, links)
323 list_for_each_entry_safe_reverse(oreq, n, &(ireq)->obj_requests, links)
1517 list_add_tail(&obj_request->links, &img_request->obj_requests); in rbd_img_obj_request_add()
1529 list_del(&obj_request->links); in rbd_img_obj_request_del()
2035 INIT_LIST_HEAD(&obj_request->links); in rbd_obj_request_create()
/linux-4.1.27/net/ipv4/
DKconfig500 wired networks and throughput over wireless links.
508 congestion control for high speed network links. It uses a
590 high speed long delay links. It uses round-trip-time to
/linux-4.1.27/fs/squashfs/
DKconfig12 and files (larger than 4GB), full uid/gid information, hard links and
/linux-4.1.27/Documentation/scsi/
Dosd.txt38 links.
Dst.txt142 file 'dev' contains the device numbers corresponding to this device. The links
/linux-4.1.27/Documentation/trace/
Dmmiotrace.txt4 Home page and links to optional user space tools:
Dcoresight.txt23 flows through the coresight system (via ATB bus) using links that are connecting
Dftrace.txt2079 The recordmcount program re-links this section back into the
/linux-4.1.27/tools/perf/Documentation/
Dperf-script.txt70 See the 'SEE ALSO' section for links to language-specific
/linux-4.1.27/arch/microblaze/boot/dts/
Dsystem.dts92 xlnx,fsl-links = <0x0>;
/linux-4.1.27/Documentation/PCI/
DPCIEBUS-HOWTO.txt18 Root Complex and the Switch Port connects PCI Express links to
Dpcieaer-howto.txt122 hierarchy and links. These errors do not include any device specific
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c2270 u32 links2, anlp1_reg, autoc_reg, links; in ixgbe_fc_autoneg_backplane() local
2278 links = IXGBE_READ_REG(hw, IXGBE_LINKS); in ixgbe_fc_autoneg_backplane()
2279 if ((links & IXGBE_LINKS_KX_AN_COMP) == 0) in ixgbe_fc_autoneg_backplane()
/linux-4.1.27/Documentation/fb/
Dframebuffer.txt37 links:
/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx-video.c131 link = &decoder->links[i]; in cx231xx_enable_analog_tuner()
148 link = &source->links[i]; in cx231xx_enable_analog_tuner()
/linux-4.1.27/drivers/net/
DKconfig17 AX.25/KISS for sending Internet traffic over amateur radio links.
/linux-4.1.27/drivers/usb/gadget/
DKconfig232 appropriate symbolic links.
/linux-4.1.27/drivers/net/wan/
DKconfig31 operates on low speed synchronous serial links at up to
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_frontend.c635 link = &entity->links[i]; in dvb_enable_media_tuner()
665 link = &source->links[i]; in dvb_enable_media_tuner()
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt20 - cooling maps: used to describe links between trip points and cooling devices;
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt22 links from one node to another outside of the natural tree structure.
/linux-4.1.27/Documentation/spi/
Dspi-summary82 Some provide SPI links on expansion connectors; in cases where no
/linux-4.1.27/Documentation/development-process/
D2.Process236 exceeds two or three links. Since each maintainer in the chain trusts
/linux-4.1.27/Documentation/power/
Ddevices.txt251 To ensure that bridges and similar links needing to talk to a device are
/linux-4.1.27/net/netfilter/
DKconfig1048 internet links or tunnels.
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1187 all network connections are simple point to point links.
2757 is at module_list. If it's not, walk down the next links, looking at
/linux-4.1.27/lib/
DKconfig.debug174 This creates the required links to GDB helper scripts in the
/linux-4.1.27/Documentation/RCU/
DRTFP.txt1585 form, with links to corresponding cscope databases.
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1374 IOP's can use one or more links ( known as channel paths ) to talk to each