Home
last modified time | relevance | path

Searched refs:closing (Results 1 – 25 of 76) sorted by relevance

1234

/Linux-v4.19/sound/core/seq/
Dseq_memory.c243 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc()
261 if (pool->closing) { /* closing.. */ in snd_seq_cell_alloc()
431 pool->closing = 1; in snd_seq_pool_mark_closing()
462 pool->closing = 0; in snd_seq_pool_done()
483 pool->closing = 0; in snd_seq_pool_new()
Dseq_memory.h51 int closing; member
Dseq_ports.h76 unsigned int closing : 1; member
Dseq_ports.c69 if (port->closing) in snd_seq_port_use_ptr()
102 if (found->closing) in snd_seq_port_query_nearest()
265 port->closing = 1; in port_delete()
/Linux-v4.19/drivers/net/can/
Dgrcan.c308 bool closing; member
566 if (!priv->resetting && !priv->closing && in grcan_lost_one_shot_frame()
696 if (!priv->resetting && !priv->closing) { in grcan_err()
739 priv->closing = true; in grcan_err()
826 if (!priv->closing) { in grcan_running_reset()
915 if (!priv->resetting && !priv->closing) { in grcan_initiate_running_reset()
1031 if (priv->closing || priv->resetting) { in grcan_set_mode()
1092 priv->closing = false; in grcan_open()
1118 priv->closing = true; in grcan_close()
1151 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up()
[all …]
/Linux-v4.19/drivers/md/bcache/
Dstats.c124 atomic_set(&acc->closing, 1); in bch_cache_accounting_destroy()
178 if (!atomic_read(&acc->closing)) in scale_accounting()
Dstats.h32 atomic_t closing; member
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfrontend_f_close.rst37 closing a front-end device, its corresponding hardware might be powered
/Linux-v4.19/Documentation/i2c/
Di2c-topology98 ML3. A mux-locked mux cannot be used by a driver for auto-closing
154 and the actual transfer (e.g. if the child mux is auto-closing
222 This topology is bad if M2 is an auto-closing mux and M1->select
224 through and be seen by the M2 adapter, thus closing M2 prematurely.
274 The topology is especially troublesome if M2 is an auto-closing
279 auto-closing, the topology is fine.
/Linux-v4.19/fs/proc/
Dinode.c163 if (pdeo->closing) { in close_pdeo()
173 pdeo->closing = true; in close_pdeo()
374 pdeo->closing = false; in proc_reg_open()
Dinternal.h204 bool closing; member
/Linux-v4.19/Documentation/serial/
Dn_gsm.txt78 6- first close all virtual ports before closing the physical port.
80 Note that after closing the physical port the modem is still in multiplexing
/Linux-v4.19/Documentation/trace/
Dfunction-graph-fold.vim7 " as would normally appear on the line with the closing brace. Folded
/Linux-v4.19/Documentation/media/uapi/v4l/
Dformat.rst17 the selection persists across closing and reopening a device,
63 "panel mode" is possible by closing and reopening the device. Drivers
Dio.rst37 closing and reopening the device.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-samsung-laptop43 Description: Some Samsung laptops handle lid closing quicker and
Dima_policy12 then closing the file. The new policy takes effect after
/Linux-v4.19/drivers/tty/ipwireless/
Dtty.c57 int closing; member
531 ttyj->closing = 1; in ipwireless_tty_free()
/Linux-v4.19/drivers/tty/
Dtty_port.c591 tty->closing = 1; in tty_port_close_start()
616 tty->closing = 0; in tty_port_close_end()
/Linux-v4.19/arch/unicore32/kernel/
Dsleep.S106 @ prepare for closing PLL
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_utils.c163 if (iwdev->init_state < IP_ADDR_REGISTERED || iwdev->closing) in i40iw_inetaddr_event()
225 if (iwdev->init_state < IP_ADDR_REGISTERED || iwdev->closing) in i40iw_inet6addr_event()
274 if (iwdev->init_state < IP_ADDR_REGISTERED || iwdev->closing) in i40iw_net_event()
321 if (iwdev->init_state < RDMA_DEV_REGISTERED || iwdev->closing) in i40iw_netdevice_event()
/Linux-v4.19/Documentation/
DSAK.txt66 be closing standard input. You can work around this by finding the
/Linux-v4.19/drivers/infiniband/core/
Ducma.c99 int closing; member
151 if (ctx->closing) in ucma_get_ctx()
323 ctx->closing = 1; in ucma_removal_event_handler()
634 if (!ctx->closing) { in ucma_destroy_id()
1763 if (!ctx->closing) { in ucma_close()
Dumem.c280 if (context->closing) { in ib_umem_release()
/Linux-v4.19/Documentation/md/
Draid5-ppl.txt32 Unlike raid5-cache, the other solution in md for closing the write hole, PPL is

1234