Searched refs:unregistering (Results 1 – 23 of 23) sorted by relevance
192 head->unregistering = NULL; in init_header()253 if (unlikely(p->unregistering)) in use_table()263 if (unlikely(p->unregistering)) in unuse_table()264 complete(p->unregistering); in unuse_table()282 p->unregistering = &wait; in start_unregistering()287 p->unregistering = ERR_PTR(-EINVAL); in start_unregistering()443 if (unlikely(head->unregistering)) { in proc_sys_make_inode()882 return !PROC_I(d_inode(dentry))->sysctl->unregistering; in proc_sys_revalidate()887 return !!PROC_I(d_inode(dentry))->sysctl->unregistering; in proc_sys_delete()895 if (p->unregistering) in sysctl_is_seen()
30 unregistering probes with these callback sites is covered in the
145 struct completion *unregistering; member
250 unsigned unregistering:1; /* unregistration is in progress */ member
65 - registerging/unregistering leaf rate objects per VF devlink port;
81 registration. The class offers the following API for registering/unregistering115 registering/unregistering cables and their plugs:
100 Alternate mode driver registering/unregistering
1249 if (intf->ep_devs_created || intf->unregistering) in create_intf_ep_devs()1407 dev->actconfig->interface[i]->unregistering = 1; in usb_disable_device()1545 if (iface->unregistering) in usb_set_interface()
1244 if (intf->sysfs_files_created || intf->unregistering) in usb_create_sysfs_intf_files()
9 all associated backing devices before unregistering themselves.
157 The respective counterparts for unregistering the HASH transformation
197 events from being received is unregistering all previously registered
151 Below is a sample code for registering/unregistering a service
185 The framework offers the following API for registering and unregistering the
149 powered on always to be able to detect its slave address. When unregistering,
22 The ``userfaultfd`` (aside from registering and unregistering virtual
451 bool unregistering; in rtnl_lock_unregistering_all() local456 unregistering = false; in rtnl_lock_unregistering_all()463 unregistering = true; in rtnl_lock_unregistering_all()467 if (!unregistering) in rtnl_lock_unregistering_all()
11557 bool unregistering; in rtnl_lock_unregistering() local11562 unregistering = false; in rtnl_lock_unregistering()11566 unregistering = true; in rtnl_lock_unregistering()11570 if (!unregistering) in rtnl_lock_unregistering()
309 To disable the watchdog when unregistering the watchdog, the user must call
295 * synchronize_rcu is called when unregistering a filesystem, so we can
285 This ioctl is responsible for unregistering a context with the
43 Called from :c:func:`ata_bus_probe` error path, as well as when unregistering
1655 between unregistering the boot console and initializing
Completed in 62 milliseconds