Home
last modified time | relevance | path

Searched full:delegate (Results 1 – 25 of 72) sorted by relevance

123

/linux/tools/perf/util/
H A Dtool.c355 struct perf_tool *delegate = del_tool->delegate; \
356 return delegate->name(delegate, event, sample, evsel, machine); \
368 struct perf_tool *delegate = del_tool->delegate; \
369 return delegate->name(delegate, event, pevlist); \
380 struct perf_tool *delegate = del_tool->delegate; \
381 return delegate->name(delegate, event, oe); \
392 struct perf_tool *delegate = del_tool->delegate; \
393 return delegate->name(delegate, event, sample, machine); \
420 struct perf_tool *delegate = del_tool->delegate; \
421 return delegate->name(delegate, session, event); \
[all …]
H A Dtool.h110 /** @tool: The actual tool that calls the delegate. */
112 /** @delegate: The tool that is delegated to. */
113 struct perf_tool *delegate; member
116 void delegate_tool__init(struct delegate_tool *tool, struct perf_tool *delegate);
/linux/rust/kernel/debugfs/
H A Dtraits.rs90 // Delegate for `Mutex<T>`: Support a `T` with an outer mutex. in write_to_slice()
103 // Delegate for `Box<T, A>`: Support a `Box<T, A>` with no lock or an inner lock. in write_to_slice()
118 // Delegate for `Pin<Box<T, A>>`: Support a `Pin<Box<T, A>>` with no lock or an inner lock. in write_to_slice()
133 // Delegate for `Arc<T>`: Support a `Arc<T>` with no lock or an inner lock. in write_to_slice()
147 // Delegate for `Vec<T, A>`.
244 // Delegate for `Box<T, A>`: Support a `Box<T, A>` with an outer lock. in read_from_slice_mut()
255 // Delegate for `Vec<T, A>`: Support a `Vec<T, A>` with an outer lock. in read_from_slice_mut()
296 // Delegate for `Mutex<T>`: Support a `T` with an outer `Mutex`. in read_from_slice()
309 // Delegate for `Box<T, A>`: Support a `Box<T, A>` with an inner lock.
320 // Delegate fo
[all...]
/linux/rust/pin-init/src/
H A Dalloc.rs39 // SAFETY: We delegate to `init` and only change the error type. in pin_init()
56 // SAFETY: We delegate to `init` and only change the error type. in init()
H A D__internal.rs280 /// delegate the destruction to the pinned destructor [`PinnedDrop::drop`] of the same type.
/linux/security/apparmor/include/
H A Dpath.h21 PATH_DELEGATE_DELETED = 0x10000, /* delegate deleted files */
/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c2251 goto delegate; in usbf_req_get_status()
2264 goto delegate; in usbf_req_get_status()
2277 goto delegate; in usbf_req_get_status()
2282 goto delegate; in usbf_req_get_status()
2291 delegate: in usbf_req_get_status()
2311 goto delegate; in usbf_req_clear_set_feature()
2314 goto delegate; in usbf_req_clear_set_feature()
2321 goto delegate; in usbf_req_clear_set_feature()
2344 goto delegate; in usbf_req_clear_set_feature()
2349 delegate: in usbf_req_clear_set_feature()
[all …]
H A Domap_udc.c1532 /* Delegate almost all control requests to the gadget driver, in ep0_irq()
1545 goto delegate; in ep0_irq()
1561 goto delegate; in ep0_irq()
1565 goto delegate; in ep0_irq()
1594 goto delegate; in ep0_irq()
1654 goto delegate; in ep0_irq()
1667 delegate: in ep0_irq()
H A Datmel_usba_udc.c1328 goto delegate; in handle_ep0_setup()
1362 goto delegate; in handle_ep0_setup()
1394 goto delegate; in handle_ep0_setup()
1402 goto delegate; in handle_ep0_setup()
1410 delegate: in handle_ep0_setup()
H A Dgr_udc.c935 return 1; /* Delegate the rest */ in gr_device_request()
969 return 1; /* Delegate the rest */ in gr_interface_request()
1023 return 1; /* Delegate the rest */ in gr_endpoint_request()
1127 dev_vdbg(dev->dev, "DELEGATE\n"); in gr_ep0_setup()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_pwr.c322 * delegate_domain() - Delegate control of a domain to MCU
324 * @domain: Domain to delegate the control
525 /* Delegate control of the shader and tiler power domains to the MCU as in panthor_pwr_l2_power_on()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs_types.h21 * heavyweight seqno dance, we delegate the task (of being the
/linux/drivers/leds/
H A Dled-core.c283 /* If necessary delegate to a work queue task. */ in led_blink_set_nosleep()
313 * If we need to disable soft blinking delegate this to the in led_set_brightness()
339 * Brightness setting can sleep, delegate it to a work queue task. in led_set_brightness_nopm()
/linux/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c254 /* class, vendor, etc ... delegate */ in ep0_get_status()
426 /* class, vendor, etc ... delegate */ in ep0_handle_feature()
437 * zero - need delegate SETUP to gadget driver
501 /* delegate SET_CONFIGURATION, etc */ in handle_standard_request()
/linux/samples/rust/
H A Drust_print_main.rs38 // `Arc` can be used to delegate dynamic dispatch and the following is an example. in arc_print()
/linux/rust/kernel/
H A Dinit.rs158 // SAFETY: We delegate to `init` and only change the error type. in pin_init()
175 // SAFETY: We delegate to `init` and only change the error type. in init()
/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst92 Those patches which target BPF, are assigned to a 'bpf' delegate for
96 https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173
108 the 'bpf' delegate).
331 http://patchwork.ozlabs.org/project/netdev/list/?delegate=389
/linux/drivers/usb/dwc3/
H A Dglue.h69 * platform-specific work before or after calling these functions and delegate
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c536 * amdgpu_irq_delegate - delegate IV to soft IH ring
542 * Delegate the IV to the soft IH ring and schedule processing of it. Used
/linux/drivers/usb/chipidea/
H A Dudc.c1375 goto delegate; in isr_setup_packet_handler()
1383 goto delegate; in isr_setup_packet_handler()
1391 goto delegate; in isr_setup_packet_handler()
1459 goto delegate; in isr_setup_packet_handler()
1462 goto delegate; in isr_setup_packet_handler()
1466 delegate: in isr_setup_packet_handler()
/linux/drivers/tty/ipwireless/
H A Dmain.c75 /* Delegate to process context. */ in signalled_reboot_callback()
/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c556 /* delegate signal strength measurement to tuner */ in smi_dvbsky_m88ds3103_fe_attach()
612 /* delegate signal strength measurement to tuner */ in smi_dvbsky_m88rs6000_fe_attach()
/linux/lib/crypto/
H A Dpolyval.c30 * This file provides a library API for POLYVAL. This API can delegate to
/linux/drivers/gpu/drm/
H A Ddrm_auth.c203 * As some point systemd-logind was introduced to orchestrate and delegate
/linux/tools/testing/selftests/bpf/
H A DREADME.rst19 https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173

123