| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | proc_sysctl.c | 197 head->unregistering = NULL; in init_header() 258 if (unlikely(p->unregistering)) in use_table() 268 if (unlikely(p->unregistering)) in unuse_table() 269 complete(p->unregistering); in unuse_table() 287 p->unregistering = &wait; in start_unregistering() 292 p->unregistering = ERR_PTR(-EINVAL); in start_unregistering() 448 if (unlikely(head->unregistering)) { in proc_sys_make_inode() 884 return !PROC_I(d_inode(dentry))->sysctl->unregistering; in proc_sys_revalidate() 889 return !!PROC_I(d_inode(dentry))->sysctl->unregistering; in proc_sys_delete() 897 if (p->unregistering) in sysctl_is_seen()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | tracepoint.rst | 30 unregistering probes with these callback sites is covered in the
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sysctl.h | 141 struct completion *unregistering; member
|
| H A D | usb.h | 251 unsigned unregistering:1; /* unregistration is in progress */ member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | typec.rst | 81 registration. The class offers the following API for registering/unregistering 115 registering/unregistering cables and their plugs:
|
| H A D | typec_bus.rst | 100 Alternate mode driver registering/unregistering
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | message.c | 1246 if (intf->ep_devs_created || intf->unregistering) in create_intf_ep_devs() 1404 dev->actconfig->interface[i]->unregistering = 1; in usb_disable_device() 1541 if (iface->unregistering) in usb_set_interface()
|
| H A D | sysfs.c | 1265 if (intf->sysfs_files_created || intf->unregistering) in usb_create_sysfs_intf_files()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/ |
| H A D | usb_intf.c | 495 if (!pusb_intf->unregistering) in rtw_dev_remove()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-block-bcache | 9 all associated backing devices before unregistering themselves.
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | devel-algos.rst | 157 The respective counterparts for unregistering the HASH transformation
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/ |
| H A D | pciebus-howto.rst | 151 Below is a sample code for registering/unregistering a service
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/phy/ |
| H A D | phy.rst | 185 The framework offers the following API for registering and unregistering the
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/ |
| H A D | slave-interface.rst | 149 powered on always to be able to detect its slave address. When unregistering,
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | userfaultfd.rst | 22 The ``userfaultfd`` (aside from registering and unregistering virtual
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | rtnetlink.c | 449 bool unregistering; in rtnl_lock_unregistering_all() local 454 unregistering = false; in rtnl_lock_unregistering_all() 461 unregistering = true; in rtnl_lock_unregistering_all() 465 if (!unregistering) in rtnl_lock_unregistering_all()
|
| H A D | dev.c | 11198 bool unregistering; in rtnl_lock_unregistering() local 11203 unregistering = false; in rtnl_lock_unregistering() 11207 unregistering = true; in rtnl_lock_unregistering() 11211 if (!unregistering) in rtnl_lock_unregistering()
|
| /OK3568_Linux_fs/kernel/Documentation/watchdog/ |
| H A D | watchdog-kernel-api.rst | 309 To disable the watchdog when unregistering the watchdog, the user must call
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | path-lookup.txt | 295 * synchronize_rcu is called when unregistering a filesystem, so we can
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | cxlflash.rst | 285 This ioctl is responsible for unregistering a context with the
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | libata.rst | 43 Called from :c:func:`ata_bus_probe` error path, as well as when unregistering
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1624 between unregistering the boot console and initializing
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 40308 If the JIT frees or recompiles code without unregistering it, then
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 40308 If the JIT frees or recompiles code without unregistering it, then
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 187219 Unregistering events in XSelectInput() when unregistering IM filter
|