| /linux/include/net/libeth/ |
| H A D | xsk.h | 290 void (*finalize)(void *xdpsq, bool sent, bool flush)) in libeth_xsk_xmit_do_bulk() 306 finalize(xdpsq, n, true); in libeth_xsk_xmit_do_bulk() 513 #define libeth_xsk_finalize_rx(bq, flush, finalize) \ argument 514 __libeth_xdp_finalize_rx(bq, LIBETH_XDP_TX_XSK, flush, finalize) 584 #define LIBETH_XSK_DEFINE_FINALIZE(name, flush, finalize) \ argument 585 __LIBETH_XDP_DEFINE_FINALIZE(name, flush, finalize, xsk)
|
| H A D | xdp.h | 1056 void (*finalize)(void *xdpsq, bool sent, bool flush)) in __libeth_xdp_xmit_do_bulk() 1083 finalize(bq->xdpsq, nxmit, flags & XDP_XMIT_FLUSH); in __libeth_xdp_xmit_do_bulk() 1546 #define libeth_xdp_finalize_rx(bq, flush, finalize) \ argument 1547 __libeth_xdp_finalize_rx(bq, 0, flush, finalize) 1553 void (*finalize)(void *xdpsq, bool sent, bool flush)) in __libeth_xdp_finalize_rx() 1558 finalize(bq->xdpsq, true, true); in __libeth_xdp_finalize_rx() 1686 #define LIBETH_XDP_DEFINE_FINALIZE(name, flush, finalize) \ argument 1687 __LIBETH_XDP_DEFINE_FINALIZE(name, flush, finalize, xdp) 1689 #define __LIBETH_XDP_DEFINE_FINALIZE(name, flush, finalize, pfx) \ argument 1692 libeth_##pfx##_finalize_rx(bq, flush, finalize); \
|
| /linux/arch/powerpc/boot/ |
| H A D | main.c | 261 if (dt_ops.finalize) in start() 262 ft_addr = dt_ops.finalize(); in start()
|
| H A D | ps3.c | 130 ft_addr = dt_ops.finalize(); in platform_init()
|
| H A D | libfdt-wrapper.c | 170 dt_ops.finalize = fdt_wrapper_finalize; in fdt_init()
|
| H A D | ops.h | 51 unsigned long (*finalize)(void); member
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | ocs-hcu.c | 445 bool finalize) in ocs_hcu_ll_dma_start() argument 465 if (finalize) in ocs_hcu_ll_dma_start() 479 if (finalize) in ocs_hcu_ll_dma_start()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | kho.rst | 34 $ echo 1 > /sys/kernel/debug/kho/out/finalize 72 ``/sys/kernel/debug/kho/out/finalize``
|
| /linux/kernel/liveupdate/ |
| H A D | Kconfig | 36 interface, i.e. finalize the state or aborting the finalization.
|
| /linux/Documentation/driver-api/pldmfw/ |
| H A D | index.rst | 71 actions to finalize the update.
|
| /linux/kernel/bpf/ |
| H A D | offload.c | 337 if (offload->offdev->ops->finalize) in bpf_prog_offload_finalize() 338 ret = offload->offdev->ops->finalize(env); in bpf_prog_offload_finalize()
|
| H A D | core.c | 2522 goto finalize; in bpf_prog_select_runtime() 2554 finalize: in bpf_prog_array_alloc()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | get-reg-list.c | 122 if (s->finalize) { in finalize_vcpu() 787 { "sve", .capability = KVM_CAP_ARM_SVE, .feature = KVM_ARM_VCPU_SVE, .finalize = true, \
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | suspend-flows.rst | 207 and often do, trap into the platform firmware in order to finalize the 230 to finalize the suspend transition as needed.
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | offload.c | 614 .finalize = nfp_bpf_finalize,
|
| /linux/drivers/net/netdevsim/ |
| H A D | bpf.c | 287 .finalize = nsim_bpf_finalize,
|
| /linux/Documentation/filesystems/ |
| H A D | relay.rst | 333 initialize the next sub-buffer if appropriate 2) finalize the previous 449 to finalize and process the last sub-buffers before the channel is
|
| H A D | porting.rst | 202 I_NEW flag set and will still be locked. The filesystem then needs to finalize
|
| /linux/sound/soc/intel/avs/ |
| H A D | pcm.c | 1009 goto finalize; in avs_component_probe() 1051 finalize: in avs_component_probe()
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel.c | 843 goto finalize; in safexcel_dequeue() 874 finalize: in safexcel_dequeue()
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core.h | 624 void (*finalize)(struct qeth_card *card, struct qeth_cmd_buffer *iob); member
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 131 bool finalize; member
|
| /linux/scripts/ |
| H A D | spelling.txt | 725 finanize||finalize
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 378 The hook must finalize hardware shutdown, release DMA and other
|