Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/sound/core/seq/
Dseq_memory.c229 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc()
247 if (pool->closing) { /* closing.. */ in snd_seq_cell_alloc()
416 pool->closing = 1; in snd_seq_pool_mark_closing()
446 pool->closing = 0; in snd_seq_pool_done()
467 pool->closing = 0; in snd_seq_pool_new()
Dseq_memory.h36 int closing; member
Dseq_ports.h61 unsigned int closing : 1; member
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()
/kernel/linux/linux-5.10/tools/bootconfig/samples/
Dbad-tree.bconf1 # brace is not closing
/kernel/linux/linux-5.10/drivers/net/can/
Dgrcan.c304 bool closing; member
562 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()
1088 priv->closing = false; in grcan_open()
1114 priv->closing = true; in grcan_close()
1147 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up()
[all …]
/kernel/linux/linux-5.10/drivers/md/bcache/
Dstats.h32 atomic_t closing; member
Dstats.c128 atomic_set(&acc->closing, 1); in bch_cache_accounting_destroy()
182 if (!atomic_read(&acc->closing)) in scale_accounting()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfrontend_f_close.rst34 closing a front-end device, its corresponding hardware might be powered
/kernel/linux/linux-5.10/Documentation/i2c/
Di2c-topology.rst110 ML3. A mux-locked mux cannot be used by a driver for auto-closing
171 and the actual transfer (e.g. if the child mux is auto-closing
242 This topology is bad if M2 is an auto-closing mux and M1->select
244 through and be seen by the M2 adapter, thus closing M2 prematurely.
294 The topology is especially troublesome if M2 is an auto-closing
299 auto-closing, the topology is fine.
/kernel/linux/linux-5.10/Documentation/driver-api/serial/
Dn_gsm.rst80 6. first close all virtual ports before closing the physical port.
82 Note that after closing the physical port the modem is still in multiplexing
/kernel/linux/linux-5.10/Documentation/trace/
Dfunction-graph-fold.vim7 " as would normally appear on the line with the closing brace. Folded
/kernel/linux/linux-5.10/Documentation/userspace-api/media/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.rst38 closing and reopening the device.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-samsung-laptop46 Description: Some Samsung laptops handle lid closing quicker and
Dima_policy12 then closing the file. The new policy takes effect after
/kernel/linux/linux-5.10/fs/proc/
Dinode.c231 if (pdeo->closing) { in close_pdeo()
241 pdeo->closing = true; in close_pdeo()
544 pdeo->closing = false; in proc_reg_open()
Dinternal.h218 bool closing; member
/kernel/linux/linux-5.10/drivers/tty/
Dtty_port.c585 tty->closing = 1; in tty_port_close_start()
610 tty->closing = 0; in tty_port_close_end()
/kernel/linux/linux-5.10/drivers/tty/ipwireless/
Dtty.c57 int closing; member
529 ttyj->closing = 1; in ipwireless_tty_free()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c86 int closing; member
537 } else if (instance->closing) { in add_completion()
605 if (!instance || instance->closing) in service_callback()
650 } else if (instance->closing) { in service_callback()
1118 && !instance->closing) { in vchiq_ioc_await_completion()
1289 instance->closing = 1; in vchiq_ioctl()
1910 instance->closing = 1; in vchiq_release()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
Di40iw_utils.c163 if (iwdev->init_state < IP_ADDR_REGISTERED || iwdev->closing) in i40iw_inetaddr_event()
238 if (iwdev->init_state < IP_ADDR_REGISTERED || iwdev->closing) in i40iw_inet6addr_event()
286 if (iwdev->init_state < IP_ADDR_REGISTERED || iwdev->closing) in i40iw_net_event()
333 if (iwdev->init_state < RDMA_DEV_REGISTERED || iwdev->closing) in i40iw_netdevice_event()
/kernel/linux/linux-5.10/Documentation/security/
Dsak.rst66 be closing standard input. You can work around this by finding the
/kernel/linux/linux-5.10/Documentation/driver-api/md/
Draid5-ppl.rst34 Unlike raid5-cache, the other solution in md for closing the write hole, PPL is
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/
Dstrategies.rst51 for example by closing its lid (if the system is a laptop), it probably should

1234