CLOSED            240 drivers/misc/cxl/context.c 	ctx->status = CLOSED;
CLOSED            250 drivers/misc/cxl/fault.c 	if (ctx->status == CLOSED) {
CLOSED            314 drivers/misc/cxl/file.c 	if (ctx->status == CLOSED)
CLOSED            378 drivers/misc/cxl/file.c 	else if (ctx->status == CLOSED)
CLOSED            444 drivers/misc/cxl/file.c 		if (ctx_event_pending(ctx) || (ctx->status == CLOSED))
CLOSED            500 drivers/misc/cxl/file.c 	} else if (ctx->status == CLOSED) {
CLOSED            220 drivers/misc/ocxl/context.c 	ctx->status = CLOSED;
CLOSED            216 drivers/misc/ocxl/file.c 	closed = (ctx->status == CLOSED);
CLOSED            335 drivers/misc/ocxl/file.c 	closed = (ctx->status == CLOSED);
CLOSED            421 drivers/misc/ocxl/file.c 		if (ctx->status == CLOSED)
CLOSED           1252 drivers/net/ethernet/dec/tulip/de4x5.c 	lp->state = CLOSED;
CLOSED           1327 drivers/net/ethernet/dec/tulip/de4x5.c 	    lp->state = CLOSED;
CLOSED           1836 drivers/net/ethernet/dec/tulip/de4x5.c     lp->state = CLOSED;
CLOSED            362 drivers/net/wan/hdlc_ppp.c 	if (old_state != CLOSED && proto->state == CLOSED)
CLOSED            614 drivers/net/wan/hdlc_ppp.c 		proto->state = CLOSED;
CLOSED            409 drivers/scsi/cxlflash/ocxl_hw.c 	ctx->state = CLOSED;
CLOSED            994 drivers/scsi/cxlflash/ocxl_hw.c 	else if (ctx->state == CLOSED)
CLOSED           1037 drivers/scsi/cxlflash/ocxl_hw.c 		if (ctx_event_pending(ctx) || (ctx->state == CLOSED))
CLOSED            156 net/atm/mpoa_caches.c 		return CLOSED;
CLOSED            177 net/atm/mpoa_caches.c 	return CLOSED;
CLOSED           2857 net/ceph/messenger.c 	CASE(CLOSED);
CLOSED            976 net/netfilter/nf_conntrack_standalone.c 	XASSIGN(CLOSED, sn);
CLOSED            865 net/sctp/sm_sideeffect.c 		if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED))
CLOSED            892 net/sctp/sm_sideeffect.c 	    sctp_state(asoc, CLOSED) ||
CLOSED           1515 net/sctp/socket.c 			if (sctp_state(asoc, CLOSED)) {
CLOSED           1761 net/sctp/socket.c 	if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP))
CLOSED           1841 net/sctp/socket.c 	if (sctp_state(asoc, CLOSED)) {
CLOSED           2108 net/sctp/socket.c 	    !sctp_sstate(sk, CLOSING) && !sctp_sstate(sk, CLOSED)) {
CLOSED           8430 net/sctp/socket.c 	if (!sctp_sstate(sk, LISTENING) && !sctp_sstate(sk, CLOSED))
CLOSED           8435 net/sctp/socket.c 		if (sctp_sstate(sk, CLOSED))
CLOSED           8507 net/sctp/socket.c 	if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED))
CLOSED           9486 net/sctp/socket.c 	if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) {