Searched refs:self (Results 451 - 475 of 664) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/sparc/kernel/
H A Duprobes.c264 int arch_uprobe_exception_notify(struct notifier_block *self, argument
/linux-master/kernel/
H A Dexit.c417 struct core_thread self; local
419 self.task = current;
420 if (self.task->flags & PF_SIGNALED)
421 self.next = xchg(&core_state->dumper.next, &self);
423 self.task = NULL;
433 if (!self.task) /* see coredump_finish() */
/linux-master/kernel/bpf/
H A Dcgroup.c511 css_for_each_descendant_pre(css, &cgrp->self) {
512 struct cgroup *desc = container_of(css, struct cgroup, self);
523 css_for_each_descendant_pre(css, &cgrp->self) {
524 struct cgroup *desc = container_of(css, struct cgroup, self);
544 css_for_each_descendant_pre(css, &cgrp->self) {
545 struct cgroup *desc = container_of(css, struct cgroup, self);
753 css_for_each_descendant_pre(css, &cgrp->self) {
754 struct cgroup *desc = container_of(css, struct cgroup, self);
905 css_for_each_descendant_pre(css, &cgrp->self) {
906 struct cgroup *desc = container_of(css, struct cgroup, self);
[all...]
/linux-master/net/tipc/
H A Dname_table.c575 u32 self = tipc_own_addr(net); local
583 if (!tipc_in_scope(legacy, sk->node, self))
594 if (sk->node == self) {
632 u32 self = tipc_own_addr(net); local
654 if (p->sk.ref == exclude && p->sk.node == self)
/linux-master/drivers/usb/host/
H A Disp1362-hcd.c1862 hcd->self.root_hub->dev.power.power_state = PMSG_ON;
1906 hcd->self.root_hub->dev.power.power_state = PMSG_ON;
2226 dev_info(hcd->self.controller, "ISP1362 Memory usage:\n");
2227 dev_info(hcd->self.controller, " ISTL: 2 * %4d: %4d @ $%04x:$%04x\n",
2229 dev_info(hcd->self.controller, " INTL: %4d * (%3zu+8): %4d @ $%04x\n",
2232 dev_info(hcd->self.controller, " ATL : %4d * (%3zu+8): %4d @ $%04x\n",
2235 dev_info(hcd->self.controller, " USED/FREE: %4d %4d\n", total,
2239 dev_err(hcd->self.controller, "%s: Memory requested: %d, available %d\n",
2324 isp1362_hcd->board->reset(hcd->self.controller, 1);
2327 isp1362_hcd->board->clock(hcd->self
[all...]
H A Duhci-q.c669 uhci_to_hcd(uhci)->self.bandwidth_allocated =
673 ++uhci_to_hcd(uhci)->self.bandwidth_int_reqs;
677 ++uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs;
702 uhci_to_hcd(uhci)->self.bandwidth_allocated =
706 --uhci_to_hcd(uhci)->self.bandwidth_int_reqs;
710 --uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs;
H A Disp116x-hcd.c335 isp116x_to_hcd(isp116x)->self.bandwidth_allocated -=
811 hcd->self.bandwidth_allocated += ep->load / ep->period;
1357 if (!device_can_wakeup(hcd->self.controller))
1358 device_init_wakeup(hcd->self.controller, 1);
1408 if (hcd->self.root_hub->do_remote_wakeup)
1635 device_wakeup_enable(hcd->self.controller);
H A Duhci-debug.c406 uhci_to_hcd(uhci)->self.bandwidth_int_reqs,
407 uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs);
H A Dfhci-hcd.c591 hcd->self.controller = dev;
735 device_wakeup_enable(hcd->self.controller);
H A Dxhci-debugfs.c136 regset->dev = hcd->self.controller;
655 struct device *dev = xhci_to_hcd(xhci)->self.controller;
H A Dohci-st.c208 device_wakeup_enable(hcd->self.controller);
H A Dohci-platform.c217 device_wakeup_enable(hcd->self.controller);
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c792 ASSERT_EQ(0, test_open("/proc/self/ns/mnt", O_RDONLY));
802 ASSERT_EQ(EACCES, test_open("/proc/self", O_RDONLY));
803 ASSERT_EQ(EACCES, test_open("/proc/self/ns", O_RDONLY));
805 * Because nsfs is an internal filesystem, /proc/self/ns/mnt is a
809 ASSERT_EQ(0, test_open("/proc/self/ns/mnt", O_RDONLY));
817 path_beneath.parent_fd = open("/proc/self/ns/mnt", O_PATH | O_CLOEXEC);
3353 static const char path_template[] = "/proc/self/fd/%d";
3394 TH_LOG("Successfully opened /proc/self/fd/%d: %s", reg_fd,
3436 /* Checks write access to pipe through /proc/self/fd . */
3441 TH_LOG("Failed to write through /proc/self/f
5283 layer3_fs_tag_inode(struct __test_metadata *const _metadata, FIXTURE_DATA(layout3_fs) * self, const FIXTURE_VARIANT(layout3_fs) * variant, const char *const rule_path) argument
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c299 return dummy_hcd_to_hcd(dum)->self.controller;
2368 dev_dbg(&hcd->self.root_hub->dev, "%s\n", __func__);
2383 dev_dbg(&hcd->self.root_hub->dev, "%s\n", __func__);
2479 dummy_hcd_to_hcd(dum_hcd)->self.otg_port = 1;
2511 hcd->self.otg_port = 1;
2538 dum = *((void **)dev_get_platdata(hcd->self.controller));
2539 hcd->self.sg_tablesize = ~0;
2549 hcd->self.root_hub->speed = USB_SPEED_HIGH;
2554 hcd->self.root_hub->speed = USB_SPEED_SUPER;
/linux-master/fs/hpfs/
H A Dalloc.c450 d->self = cpu_to_le32(*dno);
482 a->self = cpu_to_le32(*ano);
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c159 static int vfp_notifier(struct notifier_block *self, unsigned long cmd, void *v) argument
481 static int vfp_cpu_pm_notifier(struct notifier_block *self, unsigned long cmd, argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c332 struct pci_dev *bridge = dev->pdev->bus->self;
447 struct pci_dev *bridge = bridge_bus->self;
/linux-master/drivers/video/backlight/
H A Dbacklight.c96 static int fb_notifier_callback(struct notifier_block *self, argument
110 bd = container_of(self, struct backlight_device, fb_notif);
/linux-master/arch/sh/kernel/
H A Dkgdb.c340 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr) argument
/linux-master/arch/mips/kernel/
H A Dkgdb.c286 static int kgdb_mips_notify(struct notifier_block *self, unsigned long cmd, argument
/linux-master/drivers/ata/
H A Dpata_pdc202xx_old.c352 struct pci_dev *bridge = dev->bus->self;
/linux-master/arch/alpha/kernel/
H A Dpci.c256 struct pci_dev *dev = bus->self;
/linux-master/arch/arm/probes/kprobes/
H A Dcore.c358 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, argument
/linux-master/drivers/parisc/
H A Dlba_pci.c696 if (bus->self)
697 pcibios_allocate_bridge_resources(bus->self);
846 (void) pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &control);
847 (void) pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, control | PCI_STATUS_FAST_BACK);
/linux-master/arch/s390/mm/
H A Dcmm.c126 static int cmm_oom_notify(struct notifier_block *self, argument

Completed in 223 milliseconds

<<11121314151617181920>>