async_notify      162 include/net/tls.h 	int async_notify;
async_notify      184 include/net/tls.h 	bool async_notify;
async_notify      209 net/tls/tls_sw.c 	if (!pending && ctx->async_notify)
async_notify      472 net/tls/tls_sw.c 	if (!pending && ctx->async_notify)
async_notify     1101 net/tls/tls_sw.c 		ctx->async_notify = true;
async_notify     1113 net/tls/tls_sw.c 		WRITE_ONCE(ctx->async_notify, false);
async_notify     1905 net/tls/tls_sw.c 		ctx->async_notify = true;
async_notify     1924 net/tls/tls_sw.c 		WRITE_ONCE(ctx->async_notify, false);
async_notify     2126 net/tls/tls_sw.c 	smp_store_mb(ctx->async_notify, true);