| /linux/tools/perf/util/ |
| H A D | tool.c | 335 struct perf_tool *delegate = del_tool->delegate; \ 336 return delegate->name(delegate, event, sample, evsel, machine); \ 348 struct perf_tool *delegate = del_tool->delegate; \ 349 return delegate->name(delegate, event, pevlist); \ 360 struct perf_tool *delegate = del_tool->delegate; \ 361 return delegate->name(delegate, event, oe); \ 372 struct perf_tool *delegate = del_tool->delegate; \ 373 return delegate->name(delegate, event, sample, machine); \ 400 struct perf_tool *delegate = del_tool->delegate; \ 401 return delegate->name(delegate, session, event); \ [all …]
|
| H A D | tool.h | 108 /** @tool: The actual tool that calls the delegate. */ 110 /** @delegate: The tool that is delegated to. */ 111 struct perf_tool *delegate; member 114 void delegate_tool__init(struct delegate_tool *tool, struct perf_tool *delegate);
|
| /linux/rust/kernel/debugfs/ |
| H A D | traits.rs | 69 // Delegate for `Mutex<T>`: Support a `T` with an outer mutex. 82 // Delegate for `Box<T, A>`: Support a `Box<T, A>` with no lock or an inner lock. 97 // Delegate for `Pin<Box<T, A>>`: Support a `Pin<Box<T, A>>` with no lock or an inner lock. 112 // Delegate for `Arc<T>`: Support a `Arc<T>` with no lock or an inner lock. 126 // Delegate for `Vec<T, A>`. 223 // Delegate for `Box<T, A>`: Support a `Box<T, A>` with an outer lock. 234 // Delegate for `Vec<T, A>`: Support a `Vec<T, A>` with an outer lock. 275 // Delegate for `Mutex<T>`: Support a `T` with an outer `Mutex`. 288 // Delegate for `Box<T, A>`: Support a `Box<T, A>` with an inner lock. 299 // Delegate for `Pin<Box<T, A>>`: Support a `Pin<Box<T, A>>` with an inner lock. [all …]
|
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 39 // 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.rs | 260 /// delegate the destruction to the pinned destructor [`PinnedDrop::drop`] of the same type.
|
| /linux/security/apparmor/include/ |
| H A D | path.h | 21 PATH_DELEGATE_DELETED = 0x10000, /* delegate deleted files */
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | renesas_usbf.c | 2251 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 D | omap_udc.c | 1532 /* 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()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_pwr.c | 322 * 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 D | intel_breadcrumbs_types.h | 21 * heavyweight seqno dance, we delegate the task (of being the
|
| /linux/drivers/leds/ |
| H A D | led-core.c | 283 /* 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 D | mtu3_gadget_ep0.c | 254 /* 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 D | rust_print_main.rs | 38 // `Arc` can be used to delegate dynamic dispatch and the following is an example. in arc_print()
|
| /linux/rust/kernel/ |
| H A D | init.rs | 158 // 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 D | bpf_devel_QA.rst | 92 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/firmware/ |
| H A D | sysfb.c | 88 * system framebuffer, or if they have to delegate this action to sysfb instead.
|
| /linux/drivers/usb/dwc3/ |
| H A D | glue.h | 69 * platform-specific work before or after calling these functions and delegate
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_irq.c | 503 * amdgpu_irq_delegate - delegate IV to soft IH ring 509 * Delegate the IV to the soft IH ring and schedule processing of it. Used
|
| /linux/drivers/usb/chipidea/ |
| H A D | udc.c | 1368 goto delegate; in isr_setup_packet_handler() 1376 goto delegate; in isr_setup_packet_handler() 1384 goto delegate; in isr_setup_packet_handler() 1452 goto delegate; in isr_setup_packet_handler() 1455 goto delegate; in isr_setup_packet_handler() 1459 delegate: in isr_setup_packet_handler()
|
| /linux/drivers/tty/ipwireless/ |
| H A D | main.c | 75 /* Delegate to process context. */ in signalled_reboot_callback()
|
| /linux/drivers/media/pci/smipcie/ |
| H A D | smipcie-main.c | 556 /* 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 D | polyval.c | 30 * This file provides a library API for POLYVAL. This API can delegate to
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | README.rst | 19 https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_actlog.c | 476 * @delegate: delegate activity log I/O to the worker thread
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | inode.c | 1459 goto delegate; in gadgetfs_setup() 1477 dev->usermode_setup ? "delegate" : "fail", in gadgetfs_setup() 1484 delegate: in gadgetfs_setup()
|