Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/proc/
H A Dproc_sysctl.c200 head->unregistering = NULL; in init_header()
268 if (unlikely(p->unregistering)) in use_table()
278 if (unlikely(p->unregistering)) in unuse_table()
279 complete(p->unregistering); in unuse_table()
297 p->unregistering = &wait; in start_unregistering()
302 p->unregistering = ERR_PTR(-EINVAL); in start_unregistering()
458 if (unlikely(head->unregistering)) { in proc_sys_make_inode()
894 return !PROC_I(d_inode(dentry))->sysctl->unregistering; in proc_sys_revalidate()
899 return !!PROC_I(d_inode(dentry))->sysctl->unregistering; in proc_sys_delete()
907 if (p->unregistering) in sysctl_is_seen()
/openbmc/qemu/hw/remote/
H A Dtrace-events11 vfu_dma_unregister(uint64_t gpa) "vfu: unregistering GPA 0x%"PRIx64""
/openbmc/linux/Documentation/core-api/
H A Dtracepoint.rst30 unregistering probes with these callback sites is covered in the
/openbmc/linux/Documentation/networking/devlink/
H A Dnetdevsim.rst65 - registerging/unregistering leaf rate objects per VF devlink port;
/openbmc/linux/include/linux/
H A Dsysctl.h184 struct completion *unregistering; member
H A Dusb.h259 unsigned unregistering:1; /* unregistration is in progress */ member
/openbmc/linux/Documentation/driver-api/usb/
H A Dtypec.rst81 registration. The class offers the following API for registering/unregistering
115 registering/unregistering cables and their plugs:
H A Dtypec_bus.rst100 Alternate mode driver registering/unregistering
/openbmc/linux/drivers/usb/core/
H A Dmessage.c1246 if (intf->ep_devs_created || intf->unregistering) in create_intf_ep_devs()
1404 dev->actconfig->interface[i]->unregistering = 1; in usb_disable_device()
1542 if (iface->unregistering) in usb_set_interface()
H A Dsysfs.c1299 if (intf->sysfs_files_created || intf->unregistering) in usb_create_sysfs_intf_files()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-bcache9 all associated backing devices before unregistering themselves.
/openbmc/linux/Documentation/crypto/
H A Ddevel-algos.rst157 The respective counterparts for unregistering the HASH transformation
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A Dcdev.rst197 events from being received is unregistering all previously registered
/openbmc/qemu/docs/devel/
H A Dtcg-plugins.rst153 As a result registering/unregistering callbacks is "slow", since it
/openbmc/linux/Documentation/driver-api/phy/
H A Dphy.rst212 The framework offers the following API for registering and unregistering the
/openbmc/linux/Documentation/i2c/
H A Dslave-interface.rst152 powered on always to be able to detect its slave address. When unregistering,
/openbmc/linux/Documentation/PCI/
H A Dpciebus-howto.rst151 Below is a sample code for registering/unregistering a service
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-kernel-api.rst309 To disable the watchdog when unregistering the watchdog, the user must call
/openbmc/linux/net/core/
H A Drtnetlink.c492 bool unregistering; in rtnl_lock_unregistering_all() local
497 unregistering = false; in rtnl_lock_unregistering_all()
504 unregistering = true; in rtnl_lock_unregistering_all()
508 if (!unregistering) in rtnl_lock_unregistering_all()
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.txt295 * synchronize_rcu is called when unregistering a filesystem, so we can
/openbmc/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst23 The ``userfaultfd`` (aside from registering and unregistering virtual
/openbmc/linux/Documentation/powerpc/
H A Dcxlflash.rst285 This ioctl is responsible for unregistering a context with the
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dusage.rst630 These are very useful for unregistering things from global lists, closing
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-subdev.rst580 to release all the allocated resources before unregistering the sub-device.
/openbmc/linux/Documentation/networking/dsa/
H A Ddsa.rst639 such as registering and unregistering devlink port regions to be done from

12