Home
last modified time | relevance | path

Searched refs:unregistering (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/fs/proc/
Dproc_sysctl.c188 head->unregistering = NULL; in init_header()
248 if (unlikely(p->unregistering)) in use_table()
258 if (unlikely(p->unregistering)) in unuse_table()
259 complete(p->unregistering); in unuse_table()
272 p->unregistering = &wait; in start_unregistering()
278 p->unregistering = ERR_PTR(-EINVAL); in start_unregistering()
813 return !PROC_I(d_inode(dentry))->sysctl->unregistering; in proc_sys_revalidate()
818 return !!PROC_I(d_inode(dentry))->sysctl->unregistering; in proc_sys_delete()
826 if (p->unregistering) in sysctl_is_seen()
/linux-4.4.14/include/linux/
Dsysctl.h136 struct completion *unregistering; member
Dusb.h178 unsigned unregistering:1; /* unregistration is in progress */ member
/linux-4.4.14/Documentation/fmc/
DAPI.txt26 allocated by the caller, but must not be released after unregistering.
/linux-4.4.14/drivers/usb/core/
Dmessage.c1029 if (intf->ep_devs_created || intf->unregistering) in create_intf_ep_devs()
1160 dev->actconfig->interface[i]->unregistering = 1; in usb_disable_device()
1307 if (iface->unregistering) in usb_set_interface()
Dsysfs.c1068 if (intf->sysfs_files_created || intf->unregistering) in usb_create_sysfs_intf_files()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dusb_intf.c524 if (!pusb_intf->unregistering) in rtw_dev_remove()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block-bcache9 all associated backing devices before unregistering themselves.
/linux-4.4.14/Documentation/i2c/
Dslave-interface143 on always to be able to detect its slave address. When unregistering, do the
/linux-4.4.14/Documentation/
Dphy.txt148 The framework offers the following API for registering and unregistering the
Dmedia-framework.txt152 This function must be called during the cleanup phase after unregistering the
Dkernel-parameters.txt1347 between unregistering the boot console and initializing
/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt16 The userfaultfd (aside from registering and unregistering virtual
/linux-4.4.14/net/core/
Drtnetlink.c370 bool unregistering; in rtnl_lock_unregistering_all() local
375 unregistering = false; in rtnl_lock_unregistering_all()
379 unregistering = true; in rtnl_lock_unregistering_all()
383 if (!unregistering) in rtnl_lock_unregistering_all()
Ddev.c7672 bool unregistering; in rtnl_lock_unregistering() local
7677 unregistering = false; in rtnl_lock_unregistering()
7681 unregistering = true; in rtnl_lock_unregistering()
7685 if (!unregistering) in rtnl_lock_unregistering()
/linux-4.4.14/Documentation/PCI/
DPCIEBUS-HOWTO.txt134 Below is a sample code for registering/unregistering a service
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt251 This ioctl is responsible for unregistering a context with the
/linux-4.4.14/Documentation/filesystems/
Dpath-lookup.txt295 * synchronize_rcu is called when unregistering a filesystem, so we can
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-1997233 Restore interrupts after unregistering a host.