Home
last modified time | relevance | path

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

/include/trace/hooks/
Dfuse.h19 TP_PROTO(struct task_struct *self),
20 TP_ARGS(self));
/include/linux/
Duprobes.h42 int (*handler)(struct uprobe_consumer *self, struct pt_regs *regs);
43 int (*ret_handler)(struct uprobe_consumer *self,
46 bool (*filter)(struct uprobe_consumer *self, struct mm_struct *mm);
139 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.h354 css_get(&cgrp->self); in cgroup_get()
359 return css_tryget(&cgrp->self); in cgroup_tryget()
364 css_put(&cgrp->self); in cgroup_put()
498 struct cgroup_subsys_state *parent_css = cgrp->self.parent; in cgroup_parent()
501 return container_of(parent_css, struct cgroup, self); in cgroup_parent()
Dcgroup-defs.h454 struct cgroup_subsys_state self; member
Dkprobes.h439 int kprobe_exceptions_notify(struct notifier_block *self,
Dpci.h670 struct pci_dev *self; /* Bridge device as seen by parent */ member
774 return dev->bus->self; in pci_upstream_bridge()
2682 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.h74 struct usb_bus self; /* hcd is-a bus */ member
232 return &hcd->self; in hcd_to_bus()
237 return container_of(bus, struct usb_hcd, self); in bus_to_hcd()
/include/acpi/
Dacpi_bus.h153 struct acpi_device *self; member
585 hp->self = adev; in acpi_set_hp_context()