Searched refs:cleanup (Results 126 - 150 of 1181) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Darena_atomics.c162 goto cleanup;
184 cleanup:
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c377 goto cleanup;
391 cleanup:
H A Dlibbpf.c11328 goto cleanup;
11336 goto cleanup;
11341 goto cleanup;
11350 goto cleanup;
11364 cleanup:
11402 goto cleanup;
11411 goto cleanup;
11419 cleanup:
13587 goto cleanup;
13595 goto cleanup;
[all...]
H A Dbpf_helpers.h351 * extension: __attribute__((cleanup(<func>))), supported by both GCC and
357 cleanup(bpf_iter_##type##_destroy))), \
362 /* for bpf_iter_##type##_destroy() when used from cleanup() attribute */ \
381 * loop bound variables and cleanup attribute, supported by GCC and Clang.
386 cleanup(bpf_iter_num_destroy))), \
391 /* for bpf_iter_num_destroy() when used from cleanup() attribute */ \
406 * loop bound variables and cleanup attribute, supported by GCC and Clang.
411 cleanup(bpf_iter_num_destroy))), \
416 /* for bpf_iter_num_destroy() when used from cleanup() attribute */ \
/linux-master/net/sctp/
H A Dsm_statefuns.c1580 goto cleanup;
1686 cleanup:
/linux-master/net/sched/
H A Dact_tunnel_key.c841 .cleanup = tunnel_key_release,
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c67 static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup);
1243 bool cleanup)
1256 if (list_empty(&ipvs->dest_trash) && !cleanup)
1267 if (!cleanup)
1607 static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup) argument
1642 __ip_vs_del_dest(svc->ipvs, dest, cleanup);
1665 static void ip_vs_unlink_service(struct ip_vs_service *svc, bool cleanup) argument
1675 __ip_vs_del_service(svc, cleanup);
1694 static int ip_vs_flush(struct netns_ipvs *ipvs, bool cleanup) argument
1707 ip_vs_unlink_service(svc, cleanup);
1242 __ip_vs_del_dest(struct netns_ipvs *ipvs, struct ip_vs_dest *dest, bool cleanup) argument
[all...]
/linux-master/net/mptcp/
H A Dprotocol.c558 bool cleanup, rx_empty; local
560 cleanup = (space > 0) && (space >= (old_space << 1));
566 if (cleanup || mptcp_subflow_could_cleanup(ssk, rx_empty))
3062 goto cleanup;
3077 cleanup:
3163 * subflows cleanup code due to lock nesting (we are already under
3942 /* Do late cleanup for the first subflow as necessary. Also
/linux-master/net/ipv6/
H A Droute.c5285 goto cleanup;
5304 goto cleanup;
5311 goto cleanup;
5320 goto cleanup;
5401 goto cleanup;
5418 cleanup:
/linux-master/net/ipv4/
H A Droute.c1801 goto cleanup;
1826 goto cleanup;
1849 goto cleanup;
1863 cleanup:
/linux-master/net/core/
H A Dnet_namespace.c135 goto cleanup;
149 cleanup:
251 * its cleanup. Check whether it's alive, and this guarantees
591 /* Atomically snapshot the list of namespaces to cleanup */
1182 /* Create workqueue for cleanup */
1256 /* If I have an error cleanup all namespaces I initialized */
/linux-master/net/bluetooth/
H A Dhci_conn.c158 if (conn->cleanup)
159 conn->cleanup(conn);
979 /* set proper cleanup function */
981 conn->cleanup = bis_cleanup;
983 conn->cleanup = cis_cleanup;
1087 * and links don't need to be cleanup as all connections
1088 * would be cleanup.
1149 /* Remove the connection from the list and cleanup its remaining
1151 * BT_CONNECT_SCAN we *only* want the cleanup part without the
1399 * existing disabled params, those will stay after cleanup
[all...]
/linux-master/kernel/rcu/
H A Drcutorture.c345 void (*cleanup)(void); member in struct:rcu_torture_ops
770 .cleanup = srcu_torture_cleanup,
796 .cleanup = srcu_torture_cleanup,
2177 * kthread full control (or the init/cleanup functions when rcu_torture_stats
3406 * cleanup operations.
3412 if (cur_ops->cleanup != NULL)
3413 cur_ops->cleanup();
/linux-master/kernel/bpf/
H A Dcgroup.c486 goto cleanup;
492 cleanup:
519 goto cleanup;
540 cleanup:
690 goto cleanup;
711 cleanup:
/linux-master/io_uring/
H A Dopdef.c506 .cleanup = io_readv_writev_cleanup,
511 .cleanup = io_readv_writev_cleanup,
537 .cleanup = io_sendmsg_recvmsg_cleanup,
544 .cleanup = io_sendmsg_recvmsg_cleanup,
571 .cleanup = io_open_cleanup,
581 .cleanup = io_statx_cleanup,
600 .cleanup = io_sendmsg_recvmsg_cleanup,
607 .cleanup = io_sendmsg_recvmsg_cleanup,
613 .cleanup = io_open_cleanup,
635 .cleanup
[all...]
H A Dopdef.h43 void (*cleanup)(struct io_kiocb *); member in struct:io_cold_def
H A Dio_uring.c391 if (def->cleanup)
392 def->cleanup(req);
/linux-master/include/net/
H A Dflow_offload.h580 void (*cleanup)(struct flow_block_cb *block_cb); member in struct:flow_block_indr
604 void (*cleanup)(struct flow_block_cb *block_cb));
698 void (*cleanup)(struct flow_block_cb *block_cb));
706 void (*cleanup)(struct flow_block_cb *block_cb));
/linux-master/include/net/bluetooth/
H A Dhci_core.h763 void (*cleanup)(struct hci_conn *conn); member in struct:hci_conn
/linux-master/include/linux/spi/
H A Dspi.h432 * @cleanup: frees controller-specific state
676 void (*cleanup)(struct spi_device *spi); member in struct:spi_controller
/linux-master/include/linux/
H A Dslab.h21 #include <linux/cleanup.h>
H A Drtnetlink.h10 #include <linux/cleanup.h>
H A Drcupdate.h30 #include <linux/cleanup.h>
1097 * sparse doesn't call the cleanup function,
H A Dfile.h13 #include <linux/cleanup.h>
/linux-master/include/linux/gpio/
H A Ddriver.h6 #include <linux/cleanup.h>

Completed in 356 milliseconds

1234567891011>>