/linux/tools/testing/selftests/bpf/ |
H A D | cgroup_tcp_skb.h | 20 CLOSED, enumerator
|
/linux/drivers/misc/cxl/ |
H A D | file.c | 312 if (ctx->status == CLOSED) in afu_ioctl() 376 else if (ctx->status == CLOSED) in afu_poll() 442 if (ctx_event_pending(ctx) || (ctx->status == CLOSED)) in afu_read() 498 } else if (ctx->status == CLOSED) { in afu_read()
|
H A D | context.c | 240 ctx->status = CLOSED; in __detach_context()
|
H A D | fault.c | 250 if (ctx->status == CLOSED) { in cxl_handle_fault()
|
H A D | cxl.h | 421 CLOSED, enumerator
|
/linux/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.h | 45 CLOSED, enumerator
|
H A D | ocxl_hw.c | 411 ctx->state = CLOSED; in ocxlflash_stop_context() 994 else if (ctx->state == CLOSED) in afu_poll() 1037 if (ctx_event_pending(ctx) || (ctx->state == CLOSED)) in afu_read()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_tcp_skb.c | 274 ASSERT_EQ(skel->bss->g_sock_state, CLOSED, "g_sock_state"); in test_cgroup_tcp_skb() 312 ASSERT_EQ(skel->bss->g_sock_state, CLOSED, "g_sock_state"); in test_cgroup_tcp_skb()
|
/linux/drivers/net/wan/ |
H A D | hdlc_ppp.c | 82 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator 360 if (old_state != CLOSED && proto->state == CLOSED) in ppp_cp_event() 625 proto->state = CLOSED; in ppp_start()
|
/linux/drivers/misc/ocxl/ |
H A D | file.c | 213 closed = (ctx->status == CLOSED); in afu_ioctl() 334 closed = (ctx->status == CLOSED); in afu_poll() 420 if (ctx->status == CLOSED) in afu_read()
|
H A D | ocxl_internal.h | 58 CLOSED, enumerator
|
H A D | context.c | 222 ctx->status = CLOSED; in ocxl_context_detach()
|
/linux/net/atm/ |
H A D | mpoa_caches.h | 91 #define CLOSED 0 macro
|
H A D | mpoa_caches.c | 156 return CLOSED; in cache_hit() 177 return CLOSED; in cache_hit()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | cgroup_tcp_skb.c | 146 g_sock_state = CLOSED; in ingress_close_remote()
|
/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 311 - CLOSED CAPTION/TELETEXT / DVD TEXT / TELETEXT / TTX
|
/linux/net/sctp/ |
H A D | sm_sideeffect.c | 880 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state() 907 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
|
H A D | socket.c | 1513 if (sctp_state(asoc, CLOSED)) { in sctp_close() 1759 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags() 1840 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc() 2113 !sctp_sstate(sk, CLOSING) && !sctp_sstate(sk, CLOSED)) { in sctp_recvmsg() 8615 if (!sctp_sstate(sk, LISTENING) && !sctp_sstate(sk, CLOSED)) in sctp_inet_listen() 8620 if (sctp_sstate(sk, CLOSED)) in sctp_inet_listen() 8692 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll() 9663 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
|
/linux/drivers/md/dm-vdo/ |
H A D | dedupe.c | 170 static const char *CLOSED = "closed"; variable 2768 return zones->error_flag ? ERROR : CLOSED; in index_state_to_string()
|
/linux/block/ |
H A D | blk-zoned.c | 30 ZONE_COND_NAME(CLOSED),
|
/linux/net/ceph/ |
H A D | messenger.c | 1478 CASE(CLOSED); in con_sock_closed()
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN
|