Searched refs:self (Results 1 – 9 of 9) sorted by relevance
| /include/linux/ |
| A D | uprobes.h | 53 int (*handler)(struct uprobe_consumer *self, struct pt_regs *regs, __u64 *data); 54 int (*ret_handler)(struct uprobe_consumer *self, 57 bool (*filter)(struct uprobe_consumer *self, struct mm_struct *mm); 219 extern int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, void *data…
|
| A D | pci-acpi.h | 51 if (!pbus->self) in acpi_pci_get_bridge_handle() 54 dev = &pbus->self->dev; in acpi_pci_get_bridge_handle()
|
| A D | cgroup.h | 359 if (css == &css->cgroup->self) { in css_is_self() 370 css_get(&cgrp->self); in cgroup_get() 375 return css_tryget(&cgrp->self); in cgroup_tryget() 380 css_put(&cgrp->self); in cgroup_put() 514 struct cgroup_subsys_state *parent_css = cgrp->self.parent; in cgroup_parent() 517 return container_of(parent_css, struct cgroup, self); in cgroup_parent()
|
| A D | cgroup-defs.h | 440 struct cgroup_subsys_state self; member
|
| A D | kprobes.h | 439 int kprobe_exceptions_notify(struct notifier_block *self,
|
| A D | pci.h | 663 struct pci_dev *self; /* Bridge device as seen by parent */ member 778 return dev->bus->self; in pci_upstream_bridge() 2742 return bus->self && bus->self->ari_enabled; in pci_ari_enabled()
|
| /include/uapi/linux/ |
| A D | scif_ioctl.h | 80 struct scif_port_id self; member 194 __u64 self; member
|
| /include/linux/usb/ |
| A D | hcd.h | 73 struct usb_bus self; /* hcd is-a bus */ member 226 return &hcd->self; in hcd_to_bus() 231 return container_of(bus, struct usb_hcd, self); in bus_to_hcd()
|
| /include/acpi/ |
| A D | acpi_bus.h | 153 struct acpi_device *self; member 585 hp->self = adev; in acpi_set_hp_context()
|
Completed in 797 milliseconds