Home
last modified time | relevance | path

Searched full:bind (Results 1 – 25 of 138) sorted by relevance

123456

/Documentation/driver-api/
Dconsole.rst25 do_take_over_console() - load and bind driver to console layer
45 . .. bind name uevent
49 1. bind - this is a read/write file. It shows the status of the driver if
50 read, or acts to bind or unbind the driver to the virtual consoles
59 bind
67 commanded to bind or unbind
75 directly commanded to bind or unbind.
81 hand, will bind the driver to the consoles that are currently occupied by a
126 bind to) the console.
Dconnector.rst18 - bind();
123 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) {
124 perror("bind");
/Documentation/gpu/
Ddrm-vm-bind-async.rst28 signals these when the bind operation is complete.
56 * ``bind context``: A context identifier used for the VM_BIND
57 operation. VM_BIND operations that use the same bind context can be
59 assumptions can be made for VM_BIND operations using separate bind contexts.
95 out-syncobjs and internally in KMD to signal bind completion, any
103 exec functions. For long-running workloads, such pipelining of a bind
138 the kernel mode driver to inject other operations into the bind /
141 the bind completion using the memory out-fence as the signal condition
160 bind operation, due to an error return, no additional action is needed
166 In the case an unexpected error happens during the asynchronous bind
[all …]
Dimplementation_guidelines.rst9 drm-vm-bind-async
10 drm-vm-bind-locking
/Documentation/ABI/testing/
Dsysfs-bus-fsl-mc1 What: /sys/bus/fsl-mc/drivers/.../bind
6 the driver to attempt to bind to the device found at
12 # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind
Dsysfs-bus-vdpa23 What: /sys/bus/vdpa/drivers/.../bind
28 attempt to bind to the device. This is useful for overriding
45 written to driver_override will have an opportunity to bind to
54 not bind to any driver. This also allows devices to opt-out of
Dsysfs-bus-amba8 written to driver_override will have an opportunity to bind to
17 not bind to any driver. This also allows devices to opt-out of
Dsysfs-bus-vmbus8 to driver_override will have an opportunity to bind to the
17 will not bind to any driver. This also allows devices to
Dsysfs-bus-platform8 written to driver_override will have an opportunity to bind
17 the device will not bind to any driver. This also allows
Dsysfs-bus-css40 to driver_override will have an opportunity to bind to the
49 will not bind to any driver. This also allows devices to
Dsysfs-bus-wmi8 written to driver_override will have an opportunity to bind
18 currently loaded in the kernel, the device will not bind to any
/Documentation/fb/
Dfbcon.rst160 This option causes fbcon to bind immediately to the fbdev device.
207 Echo a value to the bind file that represents the framebuffer console
210 echo 1 > /sys/class/vtconsole/vtcon1/bind - attach framebuffer console to
212 echo 0 > /sys/class/vtconsole/vtcon1/bind - detach framebuffer console from
242 echo 0 > /sys/class/vtconsole/vtcon1/bind
249 echo 1 > /sys/class/vtconsole/vtcon1/bind
254 automatically bind the console, fbcon and the drivers together. Unloading
256 console to bind fbcon.
280 echo 1 > /sys/class/vtconsole/vtcon1/bind
286 echo <ID> > /sys/class/tty/console/bind
[all …]
/Documentation/scsi/
DNinjaSCSI.rst94 bind "nsp_cs"
98 bind "nsp_cs"
103 bind "nsp_cs"
108 bind "nsp_cs"
111 bind "nsp_cs"
114 bind "nsp_cs"
117 bind "nsp_cs"
/Documentation/filesystems/
Dsharedsubtree.rst57 # mount --bind /mnt /tmp
96 Let's bind mount /mnt to /tmp
97 # mount --bind /mnt /tmp
140 Let's try to bind mount this mount somewhere else::
142 # mount --bind /mnt /tmp
171 mount --bind /cdrom /cdrom
243 bind, rbind, move, mount, umount and clone-namespace operations.
272 mount --bind /mnt /tmp
323 be bind mounted.
358 5b) Bind semantics
[all …]
/Documentation/gpu/rfc/
Di915_vm_bind.h86 * struct drm_i915_gem_vm_bind - VA to object mapping to bind.
111 /** @vm_id: VM (address space) id to bind */
117 /** @start: Virtual Address start to bind */
120 /** @offset: Offset in object to bind */
123 /** @length: Length of mapping to bind */
138 * @fence: Timeline fence for bind completion signaling.
176 /** @vm_id: VM (address space) id to bind */
/Documentation/networking/
Dj1939.rst184 After the successful creation of the socket, you would normally use the ``bind(2)``
185 and/or ``connect(2)`` system call to bind the socket to a CAN interface. After
191 In order to send data, a ``bind(2)`` must have been successful. ``bind(2)`` assigns a
196 to ``bind(2)``, ``connect(2)``, ``sendto(2)`` and ``recvfrom(2)``. A ``write(2)`` with size 4 will
230 The ``bind(2)`` system call assigns the local address, i.e. the source address when
231 sending packages. If a PGN during ``bind(2)`` is set, it's used as a RX filter.
244 Both ``write(2)`` and ``send(2)`` will send a packet with local address from ``bind(2)`` and the
258 - ``SO_J1939_PROMISC`` - disable filters set by ``bind(2)`` and ``connect(2)``
286 | bind() + connect() + | |
346 ``j1939.name`` member and provide it to ``bind(2)``. If the name had claimed an address
[all …]
Daf_xdp.rst53 The socket is then finally bound with a bind() call to a device and a
54 specific queue id on that device, and it is not until bind is
59 corresponding two rings, sets the XDP_SHARED_UMEM flag in the bind
112 system call. A UMEM is bound to a netdev and queue id, via the bind()
246 XDP_COPY and XDP_ZEROCOPY bind flags
249 When you bind to a socket, the kernel will first try to use zero-copy
253 pass the XDP_COPY flag to the bind call, the kernel will force the
254 socket into copy mode. If it cannot use copy mode, the bind call will
258 XDP_SHARED_UMEM bind flag
261 This flag enables you to bind multiple sockets to the same UMEM. It
[all …]
Dmctp.rst80 ``bind()`` : set local socket address
83 Sockets that receive incoming request packets will bind to a local address,
84 using the ``bind()`` syscall.
96 int rc = bind(sd, (struct sockaddr *)&addr, sizeof(addr));
114 The ``smctp_addr`` field specifies a local address to bind to. A value of
/Documentation/networking/device_drivers/ethernet/amd/
Dpds_vfio_pci.rst24 Shown below are the steps to bind the driver to a VF and also to the
47 # Bind the VF to the pds-vfio-pci driver
48 echo "$VF_BDF" > /sys/bus/pci/drivers/pds-vfio-pci/bind
/Documentation/PCI/endpoint/
Dpci-endpoint.rst7 interface to bind the function driver to the controller driver.
28 library, the Endpoint Function library, and the configfs layer to bind the
172 * bind: ops to perform when a EPC device has been bound to EPF device
217 This name will be used to bind the EPF device to a EPF driver.
/Documentation/admin-guide/blockdev/drbd/
Dconn-states-8.dot3 WFConnection -> Unconnected [ label = "unable to bind()" ]
/Documentation/bpf/
Dprog_sk_lookup.rst20 binding sockets to an address with ``bind()`` socket call is impractical, such
29 Such setups would require creating and ``bind()``'ing one socket to each of the
/Documentation/translations/zh_TW/filesystems/
Dtmpfs.rst79 mpol=bind:NodeList 只允許從指定的鏈表分配
104 例如,mpol=bind=staticNodeList相當於MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
/Documentation/translations/zh_CN/filesystems/
Dtmpfs.rst79 mpol=bind:NodeList 只允许从指定的链表分配
104 例如,mpol=bind=staticNodeList相当于MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
/Documentation/admin-guide/
Dkernel-per-CPU-kthreads.rst7 not listed here. To reduce OS jitter from non-per-CPU kthreads, bind
15 - Documentation/admin-guide/cgroup-v1: Using cgroups to bind tasks to sets of CPUs.
17 - man taskset: Using the taskset command to bind tasks to sets
21 call to bind tasks to sets of CPUs.
201 "nohz_full=" boot parameter. Bind the rcuo kthreads to

123456