Searched refs:self (Results 201 - 225 of 645) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/
H A Dscif_ioctl.h76 * @self: used to read back the assigned port_id
80 struct scif_port_id self; member in struct:scifioctl_connect
189 * @self: ID of the current node
194 __u64 self; member in struct:scifioctl_node_ids
/linux-master/tools/testing/selftests/ftrace/test.d/event/
H A Devent-pid.tc33 read mypid rest < /proc/self/stat
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-pid.tc17 read PID _ < /proc/self/stat
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen2_hw_data.c8 u32 adf_gen2_get_num_accels(struct adf_hw_device_data *self) argument
10 if (!self || !self->accel_mask)
13 return hweight16(self->accel_mask);
17 u32 adf_gen2_get_num_aes(struct adf_hw_device_data *self) argument
19 if (!self || !self->ae_mask)
22 return hweight32(self->ae_mask);
H A Dadf_accel_devices.h212 u32 (*get_accel_mask)(struct adf_hw_device_data *self);
213 u32 (*get_ae_mask)(struct adf_hw_device_data *self);
215 u32 (*get_sram_bar_id)(struct adf_hw_device_data *self);
216 u32 (*get_misc_bar_id)(struct adf_hw_device_data *self);
217 u32 (*get_etr_bar_id)(struct adf_hw_device_data *self);
218 u32 (*get_num_aes)(struct adf_hw_device_data *self);
219 u32 (*get_num_accels)(struct adf_hw_device_data *self);
222 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self);
233 uint32_t (*get_hb_clock)(struct adf_hw_device_data *self);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcgrp_kfunc_common.h35 status = bpf_probe_read_kernel(&id, sizeof(id), &cgrp->self.id);
49 status = bpf_probe_read_kernel(&id, sizeof(id), &cgrp->self.id);
/linux-master/drivers/usb/host/
H A Dohci-omap.c73 const unsigned port = hcd->self.otg_port - 1;
93 struct omap_usb_config *config = dev_get_platdata(hcd->self.controller);
98 dev_dbg(hcd->self.controller, "starting USB Controller\n");
101 hcd->self.otg_port = config->otg;
114 &ohci_to_hcd(ohci)->self);
115 dev_dbg(hcd->self.controller, "init %s phy, status %d\n",
164 /* We require a self-powered hub, which should have
292 device_wakeup_enable(hcd->self.controller);
329 dev_dbg(hcd->self.controller, "stopping USB Controller\n");
H A Dehci-mem.c127 dma_free_coherent(ehci_to_hcd(ehci)->self.sysdev,
144 ehci_to_hcd(ehci)->self.sysdev,
154 ehci_to_hcd(ehci)->self.sysdev,
168 ehci_to_hcd(ehci)->self.sysdev,
178 ehci_to_hcd(ehci)->self.sysdev,
188 dma_alloc_coherent(ehci_to_hcd(ehci)->self.sysdev,
H A Dohci-at91.c236 board = hcd->self.controller->platform_data;
249 device_wakeup_enable(hcd->self.controller);
305 struct at91_usbh_data *pdata = hcd->self.controller->platform_data;
354 struct at91_usbh_data *pdata = dev_get_platdata(hcd->self.controller);
360 dev_dbg(hcd->self.controller,
370 dev_dbg(hcd->self.controller, "SetPortFeat: POWER\n");
379 dev_dbg(hcd->self.controller, "SetPortFeat: SUSPEND\n");
391 dev_dbg(hcd->self.controller,
402 dev_dbg(hcd->self.controller,
411 dev_dbg(hcd->self
[all...]
/linux-master/arch/arm/kernel/
H A Dxscale-cp0.c33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) argument
58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) argument
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan.sh483 bridge fdb append 00:00:00:00:00:00 dev vxlan0 self dst $LOCAL_IP_2
489 bridge fdb del 00:00:00:00:00:00 dev vxlan0 self
498 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 self master static \
502 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
505 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
516 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
527 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
530 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
539 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 self
541 de:ad:be:ef:13:37 self
[all...]
/linux-master/drivers/usb/core/
H A Dhcd-pci.c72 if (!companion_hcd || !companion_hcd->self.root_hub)
90 udev = companion_hcd->self.root_hub;
110 companion_hcd->self.hs_companion = &hcd->self;
112 udev = companion_hcd->self.root_hub;
128 hcd->self.hs_companion = &companion_hcd->self;
137 companion_hcd->self.hs_companion = NULL;
276 device_wakeup_enable(hcd->self.controller);
342 hcd->self
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_asymmetric_ipv6.sh213 bridge vlan add vid 10 dev br1 self
214 bridge vlan add vid 20 dev br1 self
216 bridge fdb add 00:00:5e:00:01:01 dev br1 self local vlan 10
217 bridge fdb add 00:00:5e:00:01:01 dev br1 self local vlan 20
223 bridge fdb del 00:00:5e:00:01:01 dev br1 self local vlan 20
224 bridge fdb del 00:00:5e:00:01:01 dev br1 self local vlan 10
226 bridge vlan del vid 20 dev br1 self
227 bridge vlan del vid 10 dev br1 self
362 bridge vlan add vid 10 dev br1 self
363 bridge vlan add vid 20 dev br1 self
[all...]
H A Dvxlan_asymmetric.sh213 bridge vlan add vid 10 dev br1 self
214 bridge vlan add vid 20 dev br1 self
216 bridge fdb add 00:00:5e:00:01:01 dev br1 self local vlan 10
217 bridge fdb add 00:00:5e:00:01:01 dev br1 self local vlan 20
228 bridge fdb del 00:00:5e:00:01:01 dev br1 self local vlan 20
229 bridge fdb del 00:00:5e:00:01:01 dev br1 self local vlan 10
231 bridge vlan del vid 20 dev br1 self
232 bridge vlan del vid 10 dev br1 self
363 bridge vlan add vid 10 dev br1 self
364 bridge vlan add vid 20 dev br1 self
[all...]
H A Dvxlan_bridge_1q_ipv6.sh205 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:4::1 self
206 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:5::1 self
208 bridge fdb append dev vx20 00:00:00:00:00:00 dst 2001:db8:4::1 self
209 bridge fdb append dev vx20 00:00:00:00:00:00 dst 2001:db8:5::1 self
214 bridge fdb del dev vx20 00:00:00:00:00:00 dst 2001:db8:5::1 self
215 bridge fdb del dev vx20 00:00:00:00:00:00 dst 2001:db8:4::1 self
217 bridge fdb del dev vx10 00:00:00:00:00:00 dst 2001:db8:5::1 self
218 bridge fdb del dev vx10 00:00:00:00:00:00 dst 2001:db8:4::1 self
296 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:3::1 self
297 bridge fdb append dev vx10 00:00:00:00:00:00 dst $other_in_addr self
[all...]
H A Dvxlan_bridge_1d.sh148 bridge fdb append dev vx1 00:00:00:00:00:00 dst 192.0.2.34 self
149 bridge fdb append dev vx1 00:00:00:00:00:00 dst 192.0.2.50 self
157 bridge fdb del dev vx1 00:00:00:00:00:00 dst 192.0.2.50 self
158 bridge fdb del dev vx1 00:00:00:00:00:00 dst 192.0.2.34 self
212 bridge fdb append dev vx2 00:00:00:00:00:00 dst 192.0.2.17 self
213 bridge fdb append dev vx2 00:00:00:00:00:00 dst $other_in_addr self
308 bridge fdb del dev vx1 00:00:00:00:00:00 dst 192.0.2.50 self
309 bridge fdb del dev vx1 00:00:00:00:00:00 dst 192.0.2.34 self
315 bridge fdb append dev vx1 00:00:00:00:00:00 dst 192.0.2.34 self
316 bridge fdb append dev vx1 00:00:00:00:00:00 dst 192.0.2.50 self
[all...]
/linux-master/net/tipc/
H A Ddiscover.c151 u32 self = tipc_own_addr(net); local
152 bool trial = time_before(jiffies, tn->addr_trial_end) && !self;
170 if (!trial && !self) {
183 self, sugg_addr, maddr, b);
211 u32 self; local
239 self = tipc_own_addr(net);
243 disc_dupl_alert(b, self, &maddr);
246 if (!tipc_in_scope(legacy, dst, self))
258 tipc_disc_msg_xmit(net, DSC_RESP_MSG, src, self, 0, &maddr, b);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c149 void (*fill_helper)(struct bpf_test *self);
190 static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self) argument
196 struct bpf_insn *insn = self->fill_insns;
234 self->prog_len = len;
237 static void bpf_fill_jump_around_ld_abs(struct bpf_test *self) argument
239 struct bpf_insn *insn = self->fill_insns;
256 self->prog_len = i + 1;
259 static void bpf_fill_rand_ld_dw(struct bpf_test *self) argument
261 struct bpf_insn *insn = self->fill_insns;
266 while (i < self
287 bpf_fill_scale1(struct bpf_test *self) argument
313 bpf_fill_scale2(struct bpf_test *self) argument
341 bpf_fill_scale(struct bpf_test *self) argument
392 bpf_fill_torturous_jumps(struct bpf_test *self) argument
426 bpf_fill_big_prog_with_loop_1(struct bpf_test *self) argument
[all...]
/linux-master/drivers/pci/hotplug/
H A Drpadlpar_core.c371 bus->self ? pci_name(bus->self) : "<!PHB!>");
399 BUG_ON(!bus->self);
400 pr_debug("PCI: Now removing bridge device %s\n", pci_name(bus->self));
401 pci_stop_and_remove_bus_device(bus->self);
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S59 @ enable SDRAM self-refresh mode
100 @ enable SDRAM self-refresh mode
160 @ external accesses after SDRAM is put in self-refresh mode
161 @ (see Errata 38 ...hangs when entering self-refresh mode)
166 @ put SDRAM into self-refresh
/linux-master/fs/btrfs/
H A Dasync-thread.c211 struct btrfs_work *self)
252 if (work == self) {
288 self->ordered_func(self, true);
289 /* NB: self must not be dereferenced past this point. */
290 trace_btrfs_all_work_done(wq->fs_info, self);
210 run_ordered_work(struct btrfs_workqueue *wq, struct btrfs_work *self) argument
/linux-master/arch/alpha/kernel/
H A Dsys_takara.c183 unsigned int busslot = PCI_SLOT(dev->bus->self->devfn);
221 if (!dev->bus->self)
224 busslot = PCI_SLOT(dev->bus->self->devfn);
H A Dsys_eiger.c181 while (dev->bus->self) {
184 && (PCI_SLOT(dev->bus->self->devfn)
193 dev = dev->bus->self;
/linux-master/scripts/gdb/linux/
H A Ddmesg.py29 def __init__(self):
30 super(LxDmesg, self).__init__("lx-dmesg", gdb.COMMAND_DATA)
32 def invoke(self, arg, from_tty):
/linux-master/arch/powerpc/sysdev/
H A Dmpic_u3msi.c66 for (bus = pdev->bus; bus && bus->self; bus = bus->parent) {
67 pos = pci_find_ht_capability(bus->self, HT_CAPTYPE_MSI_MAPPING);
69 return read_ht_magic_addr(bus->self, pos);

Completed in 328 milliseconds

1234567891011>>