| /linux/tools/perf/util/ |
| H A D | tool.c | 403 struct perf_tool *delegate = del_tool->delegate; \ 404 return delegate->name(delegate, event, sample, machine); \ 416 struct perf_tool *delegate = del_tool->delegate; \ 417 return delegate->name(delegate, event, pevlist); \ 428 struct perf_tool *delegate = del_tool->delegate; \ 462 delegate_tool__init(struct delegate_tool * tool,struct perf_tool * delegate) delegate_tool__init() argument [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; 114 void delegate_tool__init(struct delegate_tool *tool, struct perf_tool *delegate); 113 struct perf_tool *delegate; global() member
|
| /linux/rust/kernel/debugfs/ |
| H A D | traits.rs | 88 // Delegate for `Mutex<T>`: Support a `T` with an outer mutex. in write_to_slice() 101 // Delegate for `Box<T, A>`: Support a `Box<T, A>` with no lock or an inner lock. 116 // Delegate for `Pin<Box<T, A>>`: Support a `Pin<Box<T, A>>` with no lock or an inner lock. 131 // Delegate for `Arc<T>`: Support a `Arc<T>` with no lock or an inner lock. 145 // Delegate for `Vec<T, A>`. in write_to_slice() 235 // Delegate for `Box<T, A>`: Support a `Box<T, A>` with an outer lock. 246 // Delegate for `Vec<T, A>`: Support a `Vec<T, A>` with an outer lock. in read_from_slice_mut() 277 // Delegate for `Mutex<T>`: Support a `T` with an outer `Mutex`. in read_from_slice() 290 // Delegate for `Box<T, A>`: Support a `Box<T, A>` with an inner lock. in read_from_slice() 301 // Delegate fo [all...] |
| /linux/rust/zerocopy-derive/derive/ |
| H A D | mod.rs | 33 // This doesn't delegate to `impl_block` because `impl_block` assumes it is in derive_hash() 61 // This doesn't delegate to `impl_block` because `impl_block` assumes it is in derive_eq()
|
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 40 // SAFETY: We delegate to `init` and only change the error type. in pin_init() 58 // SAFETY: We delegate to `init` and only change the error type. in init()
|
| H A D | __internal.rs | 373 /// 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/gpu/drm/i915/gt/ |
| H A D | intel_breadcrumbs_types.h | 21 * heavyweight seqno dance, we delegate the task (of being the
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | renesas_usbf.c | 2250 goto delegate; in usbf_req_get_status() 2263 goto delegate; in usbf_req_get_status() 2276 goto delegate; in usbf_req_get_status() 2281 goto delegate; in usbf_req_get_status() 2290 delegate: in usbf_req_get_status() 2310 goto delegate; in usbf_req_clear_set_feature() 2313 goto delegate; in usbf_req_clear_set_feature() 2320 goto delegate; in usbf_req_clear_set_feature() 2343 goto delegate; in usbf_req_clear_set_feature() 2348 delegate: in usbf_req_clear_set_feature() [all …]
|
| H A D | atmel_usba_udc.c | 1328 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 D | omap_udc.c | 1528 /* Delegate almost all control requests to the gadget driver, in ep0_irq() 1541 goto delegate; in ep0_irq() 1557 goto delegate; in ep0_irq() 1561 goto delegate; in ep0_irq() 1590 goto delegate; in ep0_irq() 1650 goto delegate; in ep0_irq() 1663 delegate: in ep0_irq()
|
| H A D | gr_udc.c | 935 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 D | panthor_pwr.c | 340 * delegate_domain() - Delegate control of a domain to MCU 342 * @domain: Domain to delegate the control 554 /* Delegate control of the shader and tiler power domains to the MCU as in panthor_pwr_l2_power_on()
|
| /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 | 159 // SAFETY: We delegate to `init` and only change the error type. in pin_init() 179 // 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/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_irq.c | 534 * amdgpu_irq_delegate - delegate IV to soft IH ring 540 * Delegate the IV to the soft IH ring and schedule processing of it. Used
|
| H A D | gmc_v12_1.c | 147 /* Delegate it to a different ring if the hardware hasn't in gmc_v12_1_process_interrupt() 169 /* Delegate it to a different ring if the hardware hasn't in gmc_v12_1_process_interrupt()
|
| /linux/drivers/tty/ipwireless/ |
| H A D | main.c | 75 /* Delegate to process context. */ in signalled_reboot_callback()
|
| /linux/Documentation/process/ |
| H A D | threat-model.rst | 40 their activities. Administrators may also delegate all or part of their own
|
| /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()
|
| /linux/rust/syn/ |
| H A D | lib.rs | 704 /// // Delegate to the default impl to visit any nested functions. 833 /// // Delegate to the default impl to visit nested expressions.
|