/Linux-v5.10/drivers/scsi/cxlflash/ |
D | ocxl_hw.h | 45 CLOSED, enumerator
|
D | ocxl_hw.c | 408 ctx->state = CLOSED; in ocxlflash_stop_context() 991 else if (ctx->state == CLOSED) in afu_poll() 1034 if (ctx_event_pending(ctx) || (ctx->state == CLOSED)) in afu_read()
|
/Linux-v5.10/drivers/misc/cxl/ |
D | file.c | 314 if (ctx->status == CLOSED) in afu_ioctl() 378 else if (ctx->status == CLOSED) in afu_poll() 444 if (ctx_event_pending(ctx) || (ctx->status == CLOSED)) in afu_read() 500 } else if (ctx->status == CLOSED) { in afu_read()
|
D | context.c | 240 ctx->status = CLOSED; in __detach_context()
|
D | fault.c | 250 if (ctx->status == CLOSED) { in cxl_handle_fault()
|
D | cxl.h | 419 CLOSED, enumerator
|
/Linux-v5.10/drivers/misc/ocxl/ |
D | file.c | 216 closed = (ctx->status == CLOSED); in afu_ioctl() 335 closed = (ctx->status == CLOSED); in afu_poll() 421 if (ctx->status == CLOSED) in afu_read()
|
D | ocxl_internal.h | 58 CLOSED, enumerator
|
D | context.c | 220 ctx->status = CLOSED; in ocxl_context_detach()
|
/Linux-v5.10/drivers/net/wan/ |
D | hdlc_ppp.c | 82 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator 363 if (old_state != CLOSED && proto->state == CLOSED) in ppp_cp_event() 621 proto->state = CLOSED; in ppp_start()
|
/Linux-v5.10/net/atm/ |
D | mpoa_caches.h | 91 #define CLOSED 0 macro
|
D | mpoa_caches.c | 156 return CLOSED; in cache_hit() 177 return CLOSED; in cache_hit()
|
/Linux-v5.10/block/ |
D | blk-zoned.c | 29 ZONE_COND_NAME(CLOSED),
|
/Linux-v5.10/Documentation/userspace-api/media/rc/ |
D | rc-tables.rst | 311 - CLOSED CAPTION/TELETEXT / DVD TEXT / TELETEXT / TTX
|
/Linux-v5.10/drivers/net/ethernet/dec/tulip/ |
D | de4x5.h | 899 #define CLOSED 1 /* Ready for opening */ macro
|
D | de4x5.c | 1252 lp->state = CLOSED; in de4x5_hw_init() 1327 lp->state = CLOSED; in de4x5_open() 1836 lp->state = CLOSED; in de4x5_close()
|
/Linux-v5.10/net/sctp/ |
D | sm_sideeffect.c | 866 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state() 893 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
|
D | socket.c | 1496 if (sctp_state(asoc, CLOSED)) { in sctp_close() 1742 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags() 1822 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc() 2089 !sctp_sstate(sk, CLOSING) && !sctp_sstate(sk, CLOSED)) { in sctp_recvmsg() 8309 if (!sctp_sstate(sk, LISTENING) && !sctp_sstate(sk, CLOSED)) in sctp_inet_listen() 8314 if (sctp_sstate(sk, CLOSED)) in sctp_inet_listen() 8386 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll() 9362 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
|
/Linux-v5.10/Documentation/block/ |
D | queue-sysfs.rst | 124 EXPLICIT OPEN, IMPLICIT OPEN or CLOSED, is limited by this value.
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-block | 286 any of the zone states: EXPLICIT OPEN, IMPLICIT OPEN or CLOSED,
|
/Linux-v5.10/net/netfilter/ |
D | nf_conntrack_standalone.c | 978 XASSIGN(CLOSED, sn); in nf_conntrack_standalone_init_sctp_sysctl()
|
/Linux-v5.10/net/ceph/ |
D | messenger.c | 2848 CASE(CLOSED); in con_sock_closed()
|
/Linux-v5.10/Documentation/scsi/ |
D | ChangeLog.lpfc | 1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN
|