Home
last modified time | relevance | path

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

123

/linux/tools/perf/util/
H A Dtool.c403 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 Dtool.h108 /** @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 Dtraits.rs88 // 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 Dmod.rs33 // 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 Dalloc.rs40 // 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.rs373 /// 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/gpu/drm/i915/gt/
H A Dintel_breadcrumbs_types.h21 * heavyweight seqno dance, we delegate the task (of being the
/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c2250 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 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 Domap_udc.c1528 /* 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 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.c340 * 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 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.rs159 // 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 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/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c534 * 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 Dgmc_v12_1.c147 /* 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 Dmain.c75 /* Delegate to process context. */ in signalled_reboot_callback()
/linux/Documentation/process/
H A Dthreat-model.rst40 their activities. Administrators may also delegate all or part of their own
/linux/tools/testing/selftests/bpf/
H A DREADME.rst19 https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173
/linux/drivers/block/drbd/
H A Ddrbd_actlog.c476 * @delegate: delegate activity log I/O to the worker thread
/linux/drivers/usb/gadget/legacy/
H A Dinode.c1459 goto delegate; in gadgetfs_setup()
1477 dev->usermode_setup ? "delegate" : "fail", in gadgetfs_setup()
1484 delegate: in gadgetfs_setup()
/linux/rust/syn/
H A Dlib.rs704 /// // Delegate to the default impl to visit any nested functions.
833 /// // Delegate to the default impl to visit nested expressions.

123