/linux-4.4.14/drivers/net/ |
D | tun.c | 158 struct tun_struct *detached; member 398 if (tun->numqueues == 1 || tfile->detached) in tun_flow_update() 488 tfile->detached = tun; in tun_disable_queue() 495 struct tun_struct *tun = tfile->detached; in tun_enable_queue() 497 tfile->detached = NULL; in tun_enable_queue() 516 if (tun && !tfile->detached) { in __tun_detach() 537 } else if (tfile->detached && clean) { in __tun_detach() 610 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach() 618 if (!tfile->detached && in tun_attach() 637 if (tfile->detached) in tun_attach() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/extcon/ |
D | extcon-sm5502.txt | 6 attached or detached and button is pressed or released. It is interfaced to
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 50 cables attached and HDMI and EAR_JACK cables detached. 78 device. The state value is either 0 (detached) or 1
|
D | sysfs-firmware-ofw | 10 Some device drivers use a separate detached device tree which
|
/linux-4.4.14/scripts/coccinelle/free/ |
D | devm_free.cocci | 3 /// the device is detached, and thus the use of the standard freeing
|
/linux-4.4.14/fs/btrfs/ |
D | relocation.c | 84 unsigned int detached:1; member 115 struct list_head detached; member 214 INIT_LIST_HEAD(&cache->detached); in backref_cache_init() 223 while (!list_empty(&cache->detached)) { in backref_cache_cleanup() 224 node = list_entry(cache->detached.next, in backref_cache_cleanup() 240 BUG_ON(!list_empty(&cache->detached)); in backref_cache_cleanup() 359 BUG_ON(node->detached); in walk_up_backref() 433 BUG_ON(!node->lowest && !node->detached); in remove_backref_node() 495 while (!list_empty(&cache->detached)) { in update_backref_cache() 496 node = list_entry(cache->detached.next, in update_backref_cache() [all …]
|
/linux-4.4.14/net/sched/ |
D | sch_fq.c | 116 static struct fq_flow detached, throttled; variable 120 f->next = &detached; in fq_flow_set_detached() 126 return f->next == &detached; in fq_flow_is_detached()
|
/linux-4.4.14/tools/usb/usbip/ |
D | README | 187 port 0 detached
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 72 When unbinding, the modular driver is detached first, and then the system
|
/linux-4.4.14/Documentation/devicetree/ |
D | of_unittest.txt | 191 detached and then moving up the parent nodes are removed, and eventually the
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha1-armv4-large.S | 25 @ small = detached Xload/update, loops are folded; 26 @ compact = detached Xload/update, 5x unroll;
|
/linux-4.4.14/Documentation/driver-model/ |
D | devres.txt | 99 detached. If most resources are acquired using managed interface, a
|
/linux-4.4.14/Documentation/video4linux/ |
D | soc-camera.txt | 74 .add and .remove methods are called when a sensor is attached to or detached
|
/linux-4.4.14/Documentation/hid/ |
D | hid-sensor.txt | 156 keyboard attached/detached or lid open/close.
|
/linux-4.4.14/Documentation/s390/ |
D | driver-model.txt | 164 * In online state, device detached (CIO_GONE) or last path gone
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 41 remote branches, the index, fast-forward merges, pushes and pulls, detached
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 314 This means that the object will have to be detached from the netfs's
|
/linux-4.4.14/Documentation/fb/ |
D | fbcon.txt | 191 If fbcon is detached from the console layer, your boot console driver (which is
|
/linux-4.4.14/Documentation/ |
D | vme_api.txt | 383 The following functions allow a callback to be attached and detached from each
|
D | parport-lowlevel.txt | 126 unloading. Ports will only be detached if they are not being used
|
D | md.txt | 125 Devices that have failed or are not yet active can be detached from an
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 5772 int detached = 0; in detach_tasks() local 5815 detached++; in detach_tasks() 5845 schedstat_add(env->sd, lb_gained[env->idle], detached); in detach_tasks() 5847 return detached; in detach_tasks()
|
/linux-4.4.14/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 25 because the point from which the path is constructed has been detached
|
D | xfs-delayed-logging-design.txt | 341 detached from the log items. That is, when the CIL is flushed the memory
|
/linux-4.4.14/Documentation/networking/ |
D | filter.txt | 141 and SO_LOCK_FILTER for preventing the filter to be detached, takes an
|
/linux-4.4.14/Documentation/power/ |
D | pci.txt | 972 verifying that the device is not used (like when the network cable is detached
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1138 The preferred method to load microcode from a detached initrd is described
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3083 process is being ptraced by the signal thread, so it must be detached
|