Home
last modified time | relevance | path

Searched refs:view (Results 1 – 150 of 150) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_so.c128 struct vmw_view *view = vmw_view(res); in vmw_view_commit_notify() local
133 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_commit_notify()
135 list_add_tail(&view->srf_head, &srf->view_list); in vmw_view_commit_notify()
136 vmw_cotable_add_resource(view->cotable, &view->cotable_head); in vmw_view_commit_notify()
137 view->committed = true; in vmw_view_commit_notify()
138 res->id = view->view_id; in vmw_view_commit_notify()
141 list_del_init(&view->cotable_head); in vmw_view_commit_notify()
142 list_del_init(&view->srf_head); in vmw_view_commit_notify()
143 view->committed = false; in vmw_view_commit_notify()
159 struct vmw_view *view = vmw_view(res); in vmw_view_create() local
[all …]
Dvmwgfx_execbuf.c287 struct vmw_resource *view) in vmw_view_res_val_add() argument
295 ret = vmw_resource_val_add(sw_context, vmw_view_srf(view), NULL); in vmw_view_res_val_add()
299 return vmw_resource_val_add(sw_context, view, NULL); in vmw_view_res_val_add()
318 struct vmw_resource *view; in vmw_view_id_val_add() local
326 view = vmw_view_lookup(sw_context->man, view_type, id); in vmw_view_id_val_add()
327 if (IS_ERR(view)) in vmw_view_id_val_add()
328 return PTR_ERR(view); in vmw_view_id_val_add()
330 ret = vmw_view_res_val_add(sw_context, view); in vmw_view_id_val_add()
331 vmw_resource_unreference(&view); in vmw_view_id_val_add()
866 struct vmw_resource *view = NULL; in vmw_view_bindings_add() local
[all …]
/linux-4.4.14/drivers/s390/char/
Draw3270.c45 struct raw3270_view *view; /* Active view. */ member
259 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() argument
262 rq->view = view; in __raw3270_start()
263 raw3270_get_view(view); in __raw3270_start()
270 raw3270_put_view(view); in __raw3270_start()
279 raw3270_view_active(struct raw3270_view *view) in raw3270_view_active() argument
281 struct raw3270 *rp = view->dev; in raw3270_view_active()
283 return rp && rp->view == view && in raw3270_view_active()
288 raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start() argument
294 spin_lock_irqsave(get_ccwdev_lock(view->dev->cdev), flags); in raw3270_start()
[all …]
Dcon3270.c41 struct raw3270_view view; member
96 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7); in con3270_update_status()
112 raw3270_buffer_address(cp->view.dev, cp->status->string + 1, in con3270_create_status()
113 cp->view.cols * (cp->view.rows - 1)); in con3270_create_status()
114 raw3270_buffer_address(cp->view.dev, cp->status->string + 21, in con3270_create_status()
115 cp->view.cols * cp->view.rows - 8); in con3270_create_status()
117 codepage_convert(cp->view.ascebc, cp->status->string + 8, 12); in con3270_create_status()
118 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7); in con3270_create_status()
127 if (s->len >= cp->view.cols - 5) in con3270_update_string()
129 raw3270_buffer_address(cp->view.dev, s->string + s->len - 3, in con3270_update_string()
[all …]
Dtty3270.c63 struct raw3270_view view; member
145 if (count > tp->view.cols * 2 - 11) in tty3270_update_prompt()
146 count = tp->view.cols * 2 - 11; in tty3270_update_prompt()
150 if (count < tp->view.cols * 2 - 11) { in tty3270_update_prompt()
153 off = tp->view.cols * tp->view.rows - 9; in tty3270_update_prompt()
154 raw3270_buffer_address(tp->view.dev, line->string+count+8, off); in tty3270_update_prompt()
172 sizeof(blueprint) + tp->view.cols * 2 - 9); in tty3270_create_prompt()
179 offset = tp->view.cols * (tp->view.rows - 2); in tty3270_create_prompt()
180 raw3270_buffer_address(tp->view.dev, line->string + 1, offset); in tty3270_create_prompt()
181 offset = tp->view.cols * tp->view.rows - 9; in tty3270_create_prompt()
[all …]
Dfs3270.c32 struct raw3270_view view; member
63 fs3270_do_io(struct raw3270_view *view, struct raw3270_request *rq) in fs3270_do_io() argument
68 fp = (struct fs3270 *) view; in fs3270_do_io()
80 rc = raw3270_start(view, rq); in fs3270_do_io()
97 fp = (struct fs3270 *) rq->view; in fs3270_reset_callback()
107 fp = (struct fs3270 *) rq->view; in fs3270_restore_callback()
118 fs3270_activate(struct raw3270_view *view) in fs3270_activate() argument
124 fp = (struct fs3270 *) view; in fs3270_activate()
151 rc = fp->init->rc = raw3270_start_locked(view, fp->init); in fs3270_activate()
167 fp = (struct fs3270 *) rq->view; in fs3270_save_callback()
[all …]
Draw3270.h99 struct raw3270_view *view; /* view of this request */ member
180 raw3270_get_view(struct raw3270_view *view) in raw3270_get_view() argument
182 atomic_inc(&view->ref_count); in raw3270_get_view()
188 raw3270_put_view(struct raw3270_view *view) in raw3270_put_view() argument
190 if (atomic_dec_return(&view->ref_count) == 0) in raw3270_put_view()
/linux-4.4.14/drivers/usb/phy/
Dphy-ulpi-viewport.c30 static int ulpi_viewport_wait(void __iomem *view, u32 mask) in ulpi_viewport_wait() argument
35 if (!(readl(view) & mask)) in ulpi_viewport_wait()
47 void __iomem *view = otg->io_priv; in ulpi_viewport_read() local
49 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_read()
50 ret = ulpi_viewport_wait(view, ULPI_VIEW_WAKEUP); in ulpi_viewport_read()
54 writel(ULPI_VIEW_RUN | ULPI_VIEW_READ | ULPI_VIEW_ADDR(reg), view); in ulpi_viewport_read()
55 ret = ulpi_viewport_wait(view, ULPI_VIEW_RUN); in ulpi_viewport_read()
59 return ULPI_VIEW_DATA_READ(readl(view)); in ulpi_viewport_read()
65 void __iomem *view = otg->io_priv; in ulpi_viewport_write() local
67 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_write()
[all …]
/linux-4.4.14/arch/s390/kernel/
Ddebug.c50 struct debug_view *view; /* used view of debug info */ member
80 struct debug_view *view, char *out_buf);
81 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view,
85 struct debug_view *view, char *out_buf);
86 static int debug_input_pages_fn(debug_info_t * id, struct debug_view *view,
89 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view,
92 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view,
95 struct debug_view *view, char *out_buf,
97 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view,
100 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view,
[all …]
/linux-4.4.14/tools/perf/ui/gtk/
Dhists.c146 static void on_row_activated(GtkTreeView *view, GtkTreePath *path, in on_row_activated() argument
150 bool expanded = gtk_tree_view_row_expanded(view, path); in on_row_activated()
153 gtk_tree_view_collapse_row(view, path); in on_row_activated()
155 gtk_tree_view_expand_row(view, path, FALSE); in on_row_activated()
166 GtkWidget *view; in perf_gtk__show_hists() local
184 view = gtk_tree_view_new(); in perf_gtk__show_hists()
201 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view), in perf_gtk__show_hists()
210 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hists()
214 gtk_tree_view_set_expander_column(GTK_TREE_VIEW(view), in perf_gtk__show_hists()
219 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__show_hists()
[all …]
Dannotate.c97 GtkWidget *view; in perf_gtk__annotate_symbol() local
108 view = gtk_tree_view_new(); in perf_gtk__annotate_symbol()
112 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view), in perf_gtk__annotate_symbol()
117 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol()
147 gtk_container_add(GTK_CONTAINER(window), view); in perf_gtk__annotate_symbol()
/linux-4.4.14/scripts/kconfig/
Dgconf.c225 GtkTreeView *view = GTK_TREE_VIEW(tree1_w); in init_left_tree() local
230 gtk_tree_view_set_model(view, model1); in init_left_tree()
231 gtk_tree_view_set_headers_visible(view, TRUE); in init_left_tree()
232 gtk_tree_view_set_rules_hint(view, TRUE); in init_left_tree()
235 gtk_tree_view_append_column(view, column); in init_left_tree()
256 sel = gtk_tree_view_get_selection(view); in init_left_tree()
267 GtkTreeView *view = GTK_TREE_VIEW(tree2_w); in init_right_tree() local
273 gtk_tree_view_set_model(view, model2); in init_right_tree()
274 gtk_tree_view_set_headers_visible(view, TRUE); in init_right_tree()
275 gtk_tree_view_set_rules_hint(view, TRUE); in init_right_tree()
[all …]
/linux-4.4.14/arch/sparc/kernel/
Dptrace_32.c345 const struct user_regset_view *view; in arch_ptrace() local
350 view = task_user_regset_view(current); in arch_ptrace()
357 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace()
362 copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace()
370 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
375 copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
383 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace()
388 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace()
404 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
409 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
Dptrace_64.c866 const struct user_regset_view *view = task_user_regset_view(current); in compat_arch_ptrace() local
884 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
889 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
896 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
901 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
908 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace()
913 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace()
927 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
932 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
977 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local
[all …]
/linux-4.4.14/arch/s390/include/asm/
Ddebug.h53 struct debug_view* view,
59 struct debug_view* view, char* out_buf,
62 struct debug_view* view,
65 struct debug_view* view,
70 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
225 int debug_register_view(debug_info_t* id, struct debug_view* view);
226 int debug_unregister_view(debug_info_t* id, struct debug_view* view);
/linux-4.4.14/Documentation/s390/
Ds390dbf.txt66 a view can be inspected simply by reading the corresponding debugfs file.
299 int debug_register_view (debug_info_t * id, struct debug_view *view);
302 view: pointer to debug view struct
307 Description: registers new debug view and creates debugfs dir entry
310 int debug_unregister_view (debug_info_t * id, struct debug_view *view);
313 view: pointer to debug view struct
318 Description: unregisters debug view and removes debugfs dir entry
333 * hex_ascii- + raw-view Example
367 * sprintf-view Example
498 The hex_ascii view shows the data field in hex and ascii representation
[all …]
Dcds.txt109 provides a unified view of the devices physically attached to the systems.
/linux-4.4.14/include/linux/
Dregset.h332 const struct user_regset_view *view, in copy_regset_to_user() argument
337 const struct user_regset *regset = &view->regsets[setno]; in copy_regset_to_user()
358 const struct user_regset_view *view, in copy_regset_from_user() argument
363 const struct user_regset *regset = &view->regsets[setno]; in copy_regset_from_user()
/linux-4.4.14/Documentation/isdn/
DREADME.FAQ11 http://www.mhessler.de/i4lfaq/ (view + download)
13 http://www.isdn4linux.de/faq/ (view)
DREADME.HiSax351 At this point you can run a 'cat /dev/isdnctrl0' and view debugging messages.
/linux-4.4.14/security/apparmor/
Dpolicy.c230 bool aa_ns_visible(struct aa_namespace *curr, struct aa_namespace *view) in aa_ns_visible() argument
232 if (curr == view) in aa_ns_visible()
235 for ( ; view; view = view->parent) { in aa_ns_visible()
236 if (view->parent == curr) in aa_ns_visible()
249 const char *aa_ns_name(struct aa_namespace *curr, struct aa_namespace *view) in aa_ns_name() argument
252 if (curr == view) in aa_ns_name()
255 if (aa_ns_visible(curr, view)) { in aa_ns_name()
262 return view->base.hname + strlen(curr->base.hname) + 2; in aa_ns_name()
/linux-4.4.14/Documentation/mtd/nand/
Dpxa3xx-nand.txt85 data/OOB/data/OOB way, the controller has a view of the flash page that's
86 different from the specified (aka the manufacturer's) view. In other words,
88 Factory view:
94 Driver's view:
/linux-4.4.14/kernel/
Dptrace.c791 find_regset(const struct user_regset_view *view, unsigned int type) in find_regset() argument
796 for (n = 0; n < view->n; ++n) { in find_regset()
797 regset = view->regsets + n; in find_regset()
808 const struct user_regset_view *view = task_user_regset_view(task); in ptrace_regset() local
809 const struct user_regset *regset = find_regset(view, type); in ptrace_regset()
815 regset_no = regset - view->regsets; in ptrace_regset()
820 return copy_regset_to_user(task, view, regset_no, 0, in ptrace_regset()
823 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem.c1794 struct i915_ggtt_view view = i915_ggtt_view_normal; in i915_gem_fault() local
1832 memset(&view, 0, sizeof(view)); in i915_gem_fault()
1833 view.type = I915_GGTT_VIEW_PARTIAL; in i915_gem_fault()
1834 view.params.partial.offset = rounddown(page_offset, chunk_size); in i915_gem_fault()
1835 view.params.partial.size = in i915_gem_fault()
1839 view.params.partial.offset); in i915_gem_fault()
1843 ret = i915_gem_object_ggtt_pin(obj, &view, 0, PIN_MAPPABLE); in i915_gem_fault()
1857 i915_gem_obj_ggtt_offset_view(obj, &view); in i915_gem_fault()
1860 if (unlikely(view.type == I915_GGTT_VIEW_PARTIAL)) { in i915_gem_fault()
1867 (view.params.partial.offset << PAGE_SHIFT); in i915_gem_fault()
[all …]
Di915_gem_gtt.c3250 const struct i915_ggtt_view *view) in i915_gem_obj_lookup_or_create_ggtt_vma() argument
3255 if (WARN_ON(!view)) in i915_gem_obj_lookup_or_create_ggtt_vma()
3258 vma = i915_gem_obj_to_ggtt_view(obj, view); in i915_gem_obj_lookup_or_create_ggtt_vma()
3264 vma = __i915_gem_vma_create(obj, ggtt, view); in i915_gem_obj_lookup_or_create_ggtt_vma()
3392 intel_partial_pages(const struct i915_ggtt_view *view, in intel_partial_pages() argument
3404 ret = sg_alloc_table(st, view->params.partial.size, GFP_KERNEL); in intel_partial_pages()
3411 view->params.partial.offset) in intel_partial_pages()
3413 if (st->nents >= view->params.partial.size) in intel_partial_pages()
3533 const struct i915_ggtt_view *view) in i915_ggtt_view_size() argument
3535 if (view->type == I915_GGTT_VIEW_NORMAL) { in i915_ggtt_view_size()
[all …]
Di915_drv.h2846 const struct i915_ggtt_view *view,
3014 const struct i915_ggtt_view *view);
3016 const struct i915_ggtt_view *view);
3038 const struct i915_ggtt_view *view);
3049 const struct i915_ggtt_view *view);
3060 const struct i915_ggtt_view *view);
3067 const struct i915_ggtt_view *view);
3122 const struct i915_ggtt_view *view);
Di915_gem_gtt.h566 const struct i915_ggtt_view *view);
Dintel_display.c2274 intel_fill_fb_ggtt_view(struct i915_ggtt_view *view, struct drm_framebuffer *fb, in intel_fill_fb_ggtt_view() argument
2277 struct intel_rotation_info *info = &view->rotation_info; in intel_fill_fb_ggtt_view()
2280 *view = i915_ggtt_view_normal; in intel_fill_fb_ggtt_view()
2288 *view = i915_ggtt_view_rotated; in intel_fill_fb_ggtt_view()
2340 struct i915_ggtt_view view; in intel_pin_and_fence_fb_obj() local
2370 ret = intel_fill_fb_ggtt_view(&view, fb, plane_state); in intel_pin_and_fence_fb_obj()
2393 pipelined_request, &view); in intel_pin_and_fence_fb_obj()
2402 if (view.type == I915_GGTT_VIEW_NORMAL) { in intel_pin_and_fence_fb_obj()
2426 i915_gem_object_unpin_from_display_plane(obj, &view); in intel_pin_and_fence_fb_obj()
2437 struct i915_ggtt_view view; in intel_unpin_fb_obj() local
[all …]
/linux-4.4.14/tools/firewire/
Dnosy-dump.c912 int length, retval, view; in main() local
953 view = VIEW_TRANSACTION; in main()
955 view = VIEW_STATS; in main()
957 view = VIEW_PACKET; in main()
974 if (view == VIEW_STATS) in main()
1014 switch (view) { in main()
/linux-4.4.14/fs/configfs/
DKconfig7 view of kernel objects, configfs is a filesystem-based manager
/linux-4.4.14/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py287 self.view = QTreeView()
288 self.view.setModel(self.model)
290 self.setCentralWidget(self.view)
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Darch_timer.txt67 - reg : The first and second view base addresses in that order. The second view
/linux-4.4.14/fs/
Dbinfmt_elf.c1636 const struct user_regset_view *view, in fill_thread_core_info() argument
1648 (void) view->regsets[0].get(t->task, &view->regsets[0], in fill_thread_core_info()
1656 do_thread_regset_writeback(t->task, &view->regsets[0]); in fill_thread_core_info()
1663 for (i = 1; i < view->n; ++i) { in fill_thread_core_info()
1664 const struct user_regset *regset = &view->regsets[i]; in fill_thread_core_info()
1700 const struct user_regset_view *view = task_user_regset_view(dump_task); in fill_note_info() local
1721 for (i = 0; i < view->n; ++i) in fill_note_info()
1722 if (view->regsets[i].core_note_type != 0) in fill_note_info()
1730 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info()
1739 view->e_machine, view->e_flags); in fill_note_info()
[all …]
/linux-4.4.14/Documentation/usb/
Dfunctionfs.txt3 From kernel point of view it is just a composite function with some
13 From user space point of view it is a file system which when
Dgadget_configfs.txt308 The filesystem view would be like this:
375 4. Each USB function naturally has its own view of what it wants
Dmass-storage.txt202 point of view this distinction does not really matter, but from
203 kernel hacker's point of view, this means that (i) MSG does not
/linux-4.4.14/drivers/bcma/
DREADME2 however from programming point of view there is nothing AMBA specific we use.
/linux-4.4.14/Documentation/vm/
Dnuma6 hardware view and the Linux software view.
11 disambiguate the hardware view of these physical components/assemblies
42 This leads to the Linux software view of a NUMA system:
/linux-4.4.14/Documentation/namespaces/
Dcompatibility-list.txt29 should not be equal from the VFS point of view. In other
/linux-4.4.14/Documentation/
Ddebugging-via-ohci1394.txt61 be used to view the printk buffer of a remote machine, even with live update.
173 After having attached to the debug target, press Ctrl-D to view the
175 updated live view of recent kernel messages logged on the debug target.
Dcoccinelle.txt322 * TODO [[view:/home/user/linux/crypto/ctr.c::face=ovl-face1::linb=188::colb=9::cole=16][ERR_CAST ca…
323 * TODO [[view:/home/user/linux/crypto/authenc.c::face=ovl-face1::linb=619::colb=9::cole=16][ERR_CAS…
324 * TODO [[view:/home/user/linux/crypto/xts.c::face=ovl-face1::linb=227::colb=9::cole=16][ERR_CAST ca…
DSM501.txt34 Each peripheral has a view of the device which is implicitly narrowed to
Ddynamic-debug-howto.txt57 You can view the currently configured behaviour of all the debug
80 default value, with no flags enabled, is "=_". So you can view all
Dnommu-mmap.txt6 as are used in uClinux environments. From the userspace point of view, memory
8 call and the execve() system call. From the kernel's point of view, execve()
Dvfio.txt205 dma_map.iova = 0; /* 1MB starting at 0x0 from device view */
354 dma_map.iova = 0; /* 1MB starting at 0x0 from device view */
Dkernel-doc-nano-HOWTO.txt199 If you just want to view the documentation for one function in one
Dsvga.txt29 0..35 - Menu item number (when you have used the menu to view the list of
Dmemory-hotplug.txt76 available/unavailable for users. Amount of memory from user's view is
Dpinctrl.txt864 From a kernel point of view, however, these are different aspects of the
906 has to be handled by the <linux/gpio.h> interface. Instead view this as
DIPMI.txt243 view of the IPMI interfaces. It allows multiple SMI interfaces to be
DDMA-API-HOWTO.txt35 From a device's point of view, DMA uses the bus address space, but it may
Dmemory-barriers.txt2901 combination of elements combined or discarded, provided the program's view
Ddevices.txt450 233 = /dev/kmview View-OS A process with a view
/linux-4.4.14/arch/arm/boot/dts/
Ddm814x.dtsi42 * The soc node represents the soc top level view. It is used for IPs
43 * that are not memory mapped in the MPU view or for the MPU itself.
Ddm816x.dtsi42 * The soc node represents the soc top level view. It is used for IPs
43 * that are not memory mapped in the MPU view or for the MPU itself.
Domap3.dtsi54 * The soc node represents the soc top level view. It is used for IPs
55 * that are not memory mapped in the MPU view or for the MPU itself.
Dam33xx.dtsi75 * The soc node represents the soc top level view. It is used for IPs
76 * that are not memory mapped in the MPU view or for the MPU itself.
Domap4.dtsi86 * The soc node represents the soc top level view. It is used for IPs
87 * that are not memory mapped in the MPU view or for the MPU itself.
Domap5.dtsi111 * The soc node represents the soc top level view. It is used for IPs
112 * that are not memory mapped in the MPU view or for the MPU itself.
Ddra7.dtsi76 * The soc node represents the soc top level view. It is used for IPs
77 * that are not memory mapped in the MPU view or for the MPU itself.
/linux-4.4.14/Documentation/driver-model/
Doverview.txt77 By virtue of having a complete hierarchical view of all the devices in the
78 system, exporting a complete hierarchical view to userspace becomes relatively
/linux-4.4.14/Documentation/filesystems/
Dsysfs-tagging.txt31 through bind mounting and mounts propagation, a task can easily view
Dsharedsubtree.txt212 mount --rbind / /view/v1
213 mount --rbind / /view/v2
214 mount --rbind / /view/v3
215 mount --rbind / /view/v4
218 mount appears at /view/v1/usr, /view/v2/usr, /view/v3/usr and
219 /view/v4/usr too
222 by accessing /view/v3/usr/fs/namespace.c . The underlying
Dbtrfs.txt124 the committed state a fully consistent view of the file system from the
Dvfat.txt309 name. Here is a very abbreviated view of an 8.3 directory
Dramfs-rootfs-initramfs.txt241 http://www.linuxfromscratch.org/lfs/view/stable/
Dvfs.txt38 The dentry cache is meant to be a view into your entire filespace. As
169 point of view is a reference to dentry at the root of (sub)tree to
Dproc.txt196 information. But you get a more detailed view of the process by reading the
387 The /proc/PID/task/TID/maps is a view of the virtual memory from the viewpoint
Dxfs-delayed-logging-design.txt106 From a conceptual point of view, XFS is already doing relogging in memory (where
/linux-4.4.14/Documentation/video4linux/
DREADME.cpia210 gqcam application to view this stream.
115 We are providing a modified gqcam application to view the output. In
Dcpia2_overview.txt30 parameters. Looking at the file cpia2_registers.h, you can get a full view
/linux-4.4.14/security/apparmor/include/
Dpolicy.h232 bool aa_ns_visible(struct aa_namespace *curr, struct aa_namespace *view);
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dxics.txt18 point of view) in args[1] of the kvm_enable_cap struct. Each ICP has
/linux-4.4.14/drivers/hwtracing/coresight/
DKconfig10 a topological view of the CoreSight components based on a DT
/linux-4.4.14/net/atm/
DKconfig63 This device will act like an ethernet from the kernels point of view,
/linux-4.4.14/Documentation/prctl/
Dno_new_privs.txt12 /etc/passwd to be replaced from the point of view of a process that
/linux-4.4.14/Documentation/power/
Dswsusp-and-swap-files.txt9 holds it. From the swsusp's point of view (1) is not a problem, because it is
Dopp.txt343 Overall, in a simplistic view, the data structure operations is represented as
Druntime_pm.txt83 PM core's point of view it is not necessary to implement a ->runtime_suspend()
118 PM core's point of view it is not necessary to implement a ->runtime_resume()
/linux-4.4.14/Documentation/networking/mac80211_hwsim/
DREADME15 the normal case of using real WLAN hardware. From the mac80211 view
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-dma.txt37 use them since it has a different address space view to reach all
/linux-4.4.14/Documentation/arm/
DSetup88 is non-contiguous from the processors point of view.
Dcluster-pm-race-avoidance.txt9 needed. "Basic model" explains general concepts using a simplified view
205 In this discussion, the "outbound side" is the view of the cluster state
207 view of the cluster state as seen by a CPU setting the CPU up.
/linux-4.4.14/Documentation/development-process/
D7.AdvancedTopics80 view of the project history; if you rewrite history which other developers
163 Different developers will review code from different points of view. Some
/linux-4.4.14/Documentation/ia64/
Defirtc.txt24 to initialize the system view of the time during boot.
/linux-4.4.14/Documentation/networking/
Dspider_net.txt132 which, from the OS point of view, is empty; the OS will be waiting for
155 marked xa... which is "empty". Thus, from the OS point of view, there
Dcxgb.txt67 To view the status of the adaptive-rx and timer latency values:
91 To view the status of TSO:
Dbatman-adv.txt82 ing the mesh network. For example, you can view the table of
Dnetlink_mmap.txt82 The blocks are only visible to the kernel, from the point of view of user-space
DREADME.ipw2100239 You can view the current power level setting via:
Drds.txt26 The high-level semantics of RDS from the application's point of view are
DLICENSE.qlcnic119 these conditions, and telling the user how to view a copy of this
DLICENSE.qlge119 these conditions, and telling the user how to view a copy of this
Dfilter.txt1088 from safety point of view. The verifier will guarantee that the function is
Dbonding.txt1672 cause mayhem by joining (from the point of view of the switch) another
/linux-4.4.14/Documentation/gpio/
Dboard.txt124 - con_id is the name of the GPIO function from the device point of view. It
/linux-4.4.14/Documentation/scsi/
Dscsi_fc_transport.txt41 unique view of the fabric based on fabric zoning and array lun-masking
46 own unique view of endpoints and configuration parameters. NPIV may be
55 distinct N_Port_ID and view of fabric endpoints and storage entities.
Dosd.txt36 http://www.open-osd.org/bin/view/Main/OscOsdProject
Darcmsr_spec.txt5 ** (All In/Out is in IOP331's view)
DLICENSE.qla4xxx120 these conditions, and telling the user how to view a copy of this
DLICENSE.qla2xxx121 these conditions, and telling the user how to view a copy of this
DChangeLog.lpfc1085 CONFIG_PORT uses HBA's view of its BAR0.
/linux-4.4.14/Documentation/console/
Dconsole.txt20 Modular drivers, from the programmer's point of view, has to call:
/linux-4.4.14/Documentation/RCU/
Dtorture.txt280 entries is again two. The reason for this separate view is that
287 the second to the number that have been removed from reader view,
Drcu_dereference.txt259 But suppose that the reader needs a consistent view?
DRTFP.txt1435 David Miller's view on hashed arrays of locks: used to really
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddebug.c1441 int view = (TraceFilter[0] == 0); in diva_maint_state_change_notify() local
1454 view = 1; in diva_maint_state_change_notify()
1472 view = 1; in diva_maint_state_change_notify()
1475 if (view && (pC->hDbg->dbgMask & DIVA_MGT_DBG_LINE_EVENTS)) { in diva_maint_state_change_notify()
/linux-4.4.14/Documentation/locking/
Dlglock.txt146 currently prevent using RCU in place of view remaining lglocks.
Dww-mutex-design.txt63 From a simple semantics point-of-view the _slow functions are not strictly
/linux-4.4.14/Documentation/dvb/
Dfaq.txt98 or view dvb/mpeg/dsm-cc/mhp stream information (TS,
/linux-4.4.14/Documentation/connector/
Dconnector.txt13 From the userspace point of view it's quite straightforward:
/linux-4.4.14/Documentation/trace/
Dmmiotrace.txt78 to view your kernel log and look for "mmiotrace has lost events" warning. If
Dtracepoint-analysis.txt168 Using --repeat, it is also possible to view how events are fluctuating over
Dftrace.txt516 it replaces the old trace. It is best to view this
/linux-4.4.14/Documentation/thermal/
Dcpu-cooling-api.txt158 In one view, there are others, a static power consumption model can
/linux-4.4.14/drivers/s390/net/
Dqeth_core.h51 struct debug_view *view; member
Dqeth_core_main.c5406 ret = debug_register_view(qeth_dbf[x].id, qeth_dbf[x].view); in qeth_register_dbf_views()
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio440 This utility gives the user a quick view about all the MOXA ports'
447 on the port, that cursor stay, to view the port's communication
/linux-4.4.14/drivers/mtd/devices/
DKconfig17 will use a 1G memory map as its view of the device. As a module,
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt15 sysfs's functionality. Where sysfs is a filesystem-based view of
272 configfs has removed the item from the filesystem view but before the
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt104 From the point of view of an OS, a DPRC is bus-like. Like
/linux-4.4.14/Documentation/security/
Dkeys.txt187 The user can view information on this and other statistics through procfs
296 It is not possible to view the payload of the key this way, though some
302 the current process is not authorised to view.
547 A process must have view permission on the key for this function to be
786 A process must have view permission on the key for this function to be
/linux-4.4.14/Documentation/frv/
Dfeatures.txt249 It is possible to view and to change the data cache's write mode through
/linux-4.4.14/Documentation/sh/
Dnew-machine.txt19 companion chip type, and CPU type. Looking at a tree view of this directory
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt191 of used pages; not-on-LRU pages tend to be out-of-control from VM view.
232 an OS point of view.
350 admin a unified view of memory, and it is also useful for people who just
Dunified-hierarchy.txt48 are forced to have exactly the same view of the hierarchy. It isn't
/linux-4.4.14/Documentation/fb/
Dfbcon.txt89 contents that has already scrolled past your view. This is accessed
Dframebuffer.txt24 From the user's point of view, the frame buffer device looks just like any
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-2002109 * continuous view of the media - any mix of block sizes
/linux-4.4.14/tools/perf/Documentation/
Dperf-report.txt294 branch stacks and it will automatically switch to the branch view mode,
Dperf-record.txt76 "perf report" to view group events together.
/linux-4.4.14/Documentation/arm/OMAP/
DDSS120 From omapdss point of view the V4L2 drivers should be similar to framebuffer
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt14 'Write' and 'read' are from the user's point of view, just like the
/linux-4.4.14/Documentation/rapidio/
Drapidio.txt292 a complete view of the network. The discovery process can be performed
/linux-4.4.14/Documentation/kdump/
Dkdump.txt118 Building a relocatable kernel is advantageous from the point of view that
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying109 these conditions, and telling the user how to view a copy of this
/linux-4.4.14/tools/usb/usbip/
DCOPYING109 these conditions, and telling the user how to view a copy of this
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense112 telling the user how to view a copy of this License. (Exception: if
/linux-4.4.14/
DCOPYING125 these conditions, and telling the user how to view a copy of this
DMAINTAINERS6543 W: http://www.linux-ntfs.org/content/view/19/37/
/linux-4.4.14/drivers/char/
DKconfig260 on Ataris. /dev/nvram may be used to view settings there, or to
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db613 API-i915-ggtt-view-size
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt463 being studied from both theoretical and practical points of view, and
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt789 For the given example above, here is the view of the objects as seen by the
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt268 from using dmesg(8) to view messages from the kernel's log buffer.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES559 hashing. Fix overwrite of Linux user's view of file mode to Windows servers.
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex609 CDO_USE_FFLAGS \mathrel| CDO_LOCK$, reflecting my own view on user
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio1448 The emissivity ratio of the surface in the field of view of the
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt1040 For example, if you view the file /speakup/i18n/colors, you will see the
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt1337 guest's view on the INTx mask, see KVM_ASSIGN_SET_INTX_MASK for details.