Home
last modified time | relevance | path

Searched refs:self (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Duprobes.h37 int (*handler)(struct uprobe_consumer *self, struct pt_regs *regs);
38 int (*ret_handler)(struct uprobe_consumer *self,
41 bool (*filter)(struct uprobe_consumer *self,
134 extern int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, void *data…
Dpci-acpi.h51 if (!pbus->self) in acpi_pci_get_bridge_handle()
54 dev = &pbus->self->dev; in acpi_pci_get_bridge_handle()
Dcgroup.h426 css_get(&cgrp->self); in cgroup_get()
431 return css_tryget(&cgrp->self); in cgroup_tryget()
436 css_put(&cgrp->self); in cgroup_put()
571 struct cgroup_subsys_state *parent_css = cgrp->self.parent; in cgroup_parent()
574 return container_of(parent_css, struct cgroup, self); in cgroup_parent()
Dcgroup-defs.h363 struct cgroup_subsys_state self; member
Dpci.h641 struct pci_dev *self; /* Bridge device as seen by parent */ member
720 return dev->bus->self; in pci_upstream_bridge()
2449 return bus->self && bus->self->ari_enabled; in pci_ari_enabled()
/include/uapi/linux/
Dscif_ioctl.h80 struct scif_port_id self; member
194 __u64 self; member
/include/linux/usb/
Dhcd.h87 struct usb_bus self; /* hcd is-a bus */ member
246 return &hcd->self; in hcd_to_bus()
251 return container_of(bus, struct usb_hcd, self); in bus_to_hcd()
/include/acpi/
Dacpi_bus.h141 struct acpi_device *self; member
468 hp->self = adev; in acpi_set_hp_context()