Searched refs:CLOSED (Results 1 - 21 of 21) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dcgroup_tcp_skb.h20 CLOSED, enumerator in enum:__anon4663
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.h45 CLOSED, enumerator in enum:ocxlflash_ctx_state
H A Docxl_hw.c411 ctx->state = CLOSED;
994 else if (ctx->state == CLOSED)
1037 if (ctx_event_pending(ctx) || (ctx->state == CLOSED))
/linux-master/net/atm/
H A Dmpoa_caches.h91 #define CLOSED 0 macro
H A Dmpoa_caches.c156 return CLOSED;
177 return CLOSED;
/linux-master/drivers/misc/ocxl/
H A Docxl_internal.h58 CLOSED, enumerator in enum:ocxl_context_status
H A Dfile.c213 closed = (ctx->status == CLOSED);
334 closed = (ctx->status == CLOSED);
420 if (ctx->status == CLOSED)
H A Dcontext.c222 ctx->status = CLOSED;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_tcp_skb.c274 ASSERT_EQ(skel->bss->g_sock_state, CLOSED, "g_sock_state");
312 ASSERT_EQ(skel->bss->g_sock_state, CLOSED, "g_sock_state");
/linux-master/drivers/misc/cxl/
H A Dfile.c312 if (ctx->status == CLOSED)
376 else if (ctx->status == CLOSED)
442 if (ctx_event_pending(ctx) || (ctx->status == CLOSED))
498 } else if (ctx->status == CLOSED) {
H A Dfault.c250 if (ctx->status == CLOSED) {
H A Dcontext.c240 ctx->status = CLOSED;
H A Dcxl.h421 CLOSED, enumerator in enum:cxl_context_status
/linux-master/drivers/net/wan/
H A Dhdlc_ppp.c82 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator in enum:__anon707
278 /* CLOSED STOPPED STOPPING REQ_SENT ACK_RECV ACK_SENT OPENED
360 if (old_state != CLOSED && proto->state == CLOSED)
625 proto->state = CLOSED;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcgroup_tcp_skb.c146 g_sock_state = CLOSED;
/linux-master/block/
H A Dblk-zoned.c28 ZONE_COND_NAME(CLOSED),
/linux-master/net/sctp/
H A Dsm_sideeffect.c880 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED))
907 sctp_state(asoc, CLOSED) ||
H A Dsocket.c1513 if (sctp_state(asoc, CLOSED)) {
1759 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP))
1840 if (sctp_state(asoc, CLOSED)) {
2113 !sctp_sstate(sk, CLOSING) && !sctp_sstate(sk, CLOSED)) {
8599 if (!sctp_sstate(sk, LISTENING) && !sctp_sstate(sk, CLOSED))
8604 if (sctp_sstate(sk, CLOSED))
8676 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED))
9646 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) {
/linux-master/drivers/md/dm-vdo/
H A Ddedupe.c175 static const char *CLOSED = "closed"; variable
2768 return zones->error_flag ? ERROR : CLOSED;
/linux-master/net/netfilter/
H A Dnf_conntrack_standalone.c1019 XASSIGN(CLOSED, sn);
/linux-master/net/ceph/
H A Dmessenger.c50 * | CLOSED | initialized, but no socket (and no
80 #define CON_SOCK_STATE_NEW 0 /* -> CLOSED */
83 #define CON_SOCK_STATE_CONNECTED 3 /* -> CLOSING or -> CLOSED */
84 #define CON_SOCK_STATE_CLOSING 4 /* -> CLOSED */
1478 CASE(CLOSED);
1564 dout("%s: con %p CLOSED\n", __func__, con);
1629 dout("fault on LOSSYTX channel, marking CLOSED\n");

Completed in 578 milliseconds