Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/sound/core/seq/
A Dseq_memory.c234 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc()
252 if (pool->closing) { /* closing.. */ in snd_seq_cell_alloc()
421 pool->closing = 1; in snd_seq_pool_mark_closing()
451 pool->closing = 0; in snd_seq_pool_done()
472 pool->closing = 0; in snd_seq_pool_new()
A Dseq_memory.h36 int closing; member
A Dseq_ports.h61 unsigned int closing : 1; member
A Dseq_ports.c54 if (port->closing) in snd_seq_port_use_ptr()
87 if (found->closing) in snd_seq_port_query_nearest()
249 port->closing = 1; in port_delete()
/linux-6.3-rc2/tools/bootconfig/samples/
A Dbad-tree.bconf1 # brace is not closing
/linux-6.3-rc2/drivers/net/can/
A Dgrcan.c305 bool closing; member
561 if (!priv->resetting && !priv->closing && in grcan_lost_one_shot_frame()
692 if (!priv->resetting && !priv->closing) { in grcan_err()
735 priv->closing = true; in grcan_err()
822 if (!priv->closing) { in grcan_running_reset()
911 if (!priv->resetting && !priv->closing) { in grcan_initiate_running_reset()
1027 if (priv->closing || priv->resetting) { in grcan_set_mode()
1082 priv->closing = false; in grcan_open()
1106 priv->closing = true; in grcan_close()
1140 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up()
[all …]
/linux-6.3-rc2/drivers/md/bcache/
A Dstats.c125 atomic_set(&acc->closing, 1); in bch_cache_accounting_destroy()
177 if (!atomic_read(&acc->closing)) in scale_accounting()
A Dstats.h31 atomic_t closing; member
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/
A Dfrontend_f_close.rst34 closing a front-end device, its corresponding hardware might be powered
/linux-6.3-rc2/Documentation/i2c/
A Di2c-topology.rst112 A mux-locked mux cannot be used by a driver for auto-closing
177 and the actual transfer (e.g. if the child mux is auto-closing
212 This topology is bad if M2 is an auto-closing mux and M1->select
214 through and be seen by the M2 adapter, thus closing M2 prematurely.
266 The topology is especially troublesome if M2 is an auto-closing
271 auto-closing, the topology is fine.
/linux-6.3-rc2/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_arm.h60 int closing; member
A Dvchiq_dev.c449 while ((instance->completion_remove == instance->completion_insert) && !instance->closing) { in vchiq_ioc_await_completion()
608 instance->closing = 1; in vchiq_ioctl()
1223 instance->closing = 1; in vchiq_release()
/linux-6.3-rc2/Documentation/trace/
A Dfunction-graph-fold.vim7 " as would normally appear on the line with the closing brace. Folded
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dformat.rst17 the selection persists across closing and reopening a device,
63 "panel mode" is possible by closing and reopening the device. Drivers
A Dio.rst37 closing and reopening the device.
/linux-6.3-rc2/net/sunrpc/
A Dsysfs.c172 closing, congested, cwnd_wait, write_space, offline, remove; in rpc_sysfs_xprt_state_show() local
183 closing = test_bit(XPRT_CLOSING, &xprt->state); in rpc_sysfs_xprt_state_show()
197 closing ? "CLOSING" : "", in rpc_sysfs_xprt_state_show()
/linux-6.3-rc2/Documentation/driver-api/tty/
A Dn_gsm.rst99 #. First close all virtual ports before closing the physical port.
101 Note that after closing the physical port the modem is still in multiplexing
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-driver-samsung-laptop46 Description: Some Samsung laptops handle lid closing quicker and
/linux-6.3-rc2/fs/proc/
A Dinode.c234 if (pdeo->closing) { in close_pdeo()
244 pdeo->closing = true; in close_pdeo()
538 pdeo->closing = false; in proc_reg_open()
A Dinternal.h213 bool closing; member
/linux-6.3-rc2/drivers/tty/
A Dtty_port.c651 tty->closing = 1; in tty_port_close_start()
686 tty->closing = 0; in tty_port_close_end()
/linux-6.3-rc2/Documentation/security/
A Dsak.rst66 be closing standard input. You can work around this by finding the
/linux-6.3-rc2/Documentation/driver-api/md/
A Draid5-ppl.rst34 Unlike raid5-cache, the other solution in md for closing the write hole, PPL is
/linux-6.3-rc2/Documentation/admin-guide/pm/
A Dstrategies.rst51 for example by closing its lid (if the system is a laptop), it probably should
/linux-6.3-rc2/drivers/usb/class/
A Dusbtmc.c126 atomic_t closing; member
192 atomic_set(&file_data->closing, 0); in usbtmc_open()
224 atomic_set(&file_data->closing, 1); in usbtmc_flush()
624 atomic_read(&file_data->closing), in usbtmc488_ioctl_wait_srq()
630 if (atomic_read(&file_data->closing) || data->zombie) in usbtmc488_ioctl_wait_srq()

Completed in 43 milliseconds

123