| /linux/tools/bootconfig/samples/ |
| H A D | bad-tree.bconf | 1 # brace is not closing
|
| /linux/drivers/md/bcache/ |
| H A D | stats.c | 125 atomic_set(&acc->closing, 1); in bch_cache_accounting_destroy() 177 if (!atomic_read(&acc->closing)) in scale_accounting()
|
| H A D | stats.h | 30 atomic_t closing; member
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | frontend_f_close.rst | 34 closing a front-end device, its corresponding hardware might be powered
|
| /linux/sound/core/seq/ |
| H A D | seq_memory.h | 53 int closing; member
|
| /linux/Documentation/i2c/ |
| H A D | i2c-topology.rst | 112 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/net/netfilter/ |
| H A D | nf_flow_table_core.c | 200 bool expired, closing = false; in flow_offload_fixup_ct() 212 closing = test_bit(NF_FLOW_CLOSING, &flow->flags); in flow_offload_fixup_ct() 213 if (closing) { in flow_offload_fixup_ct() 244 if (closing || in flow_offload_fixup_ct() 197 bool expired, closing = false; flow_offload_fixup_ct() local
|
| /linux/include/linux/raspberrypi/ |
| H A D | vchiq_arm.h | 91 int closing; member
|
| /linux/Documentation/trace/ |
| H A D | function-graph-fold.vim | 7 " as would normally appear on the line with the closing brace. Folded
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | format.rst | 17 the selection persists across closing and reopening a device, 63 "panel mode" is possible by closing and reopening the device. Drivers
|
| H A D | io.rst | 37 closing and reopening the device.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-samsung-laptop | 35 Description: Some Samsung laptops handle lid closing quicker and
|
| /linux/fs/proc/ |
| H A D | inode.c | 228 if (pdeo->closing) { in close_pdeo() 238 pdeo->closing = true; in close_pdeo() 517 pdeo->closing = false; in proc_reg_open()
|
| H A D | internal.h | 306 bool closing; member
|
| /linux/Documentation/driver-api/tty/ |
| H A D | n_gsm.rst | 109 #. First close all virtual ports before closing the physical port. 111 Note that after closing the physical port the modem is still in multiplexing
|
| /linux/tools/testing/selftests/net/netfilter/packetdrill/ |
| H A D | conntrack_inexact_rst.pkt | 57 // marked INVALID, because conntrack is already closing.
|
| /linux/net/sunrpc/ |
| H A D | sysfs.c | 252 closing, congested, cwnd_wait, write_space, offline, remove; in rpc_sysfs_xprt_state_show() local 263 closing = test_bit(XPRT_CLOSING, &xprt->state); in rpc_sysfs_xprt_state_show() 277 closing ? "CLOSING" : "", in rpc_sysfs_xprt_state_show()
|
| /linux/Documentation/iio/ |
| H A D | iio_dmabuf_api.rst | 48 Note that closing the IIO buffer's file descriptor will
|
| /linux/Documentation/tee/ |
| H A D | amd-tee.rst | 80 a session, invoking commands and closing session with TA.
|
| /linux/Documentation/security/ |
| H A D | sak.rst | 66 be closing standard input. You can work around this by finding the
|
| /linux/Documentation/driver-api/md/ |
| H A D | raid5-ppl.rst | 34 Unlike raid5-cache, the other solution in md for closing the write hole, PPL is
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index.c | 947 bool closing; in check_for_suspend() local 966 closing = (index->load_context->status == INDEX_FREEING); in check_for_suspend() 968 return closing; in check_for_suspend()
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_dev.c | 461 while ((instance->completion_remove == instance->completion_insert) && !instance->closing) { in vchiq_ioc_await_completion() 614 instance->closing = 1; in vchiq_ioctl() 1229 instance->closing = 1; in vchiq_release()
|
| H A D | vchiq_arm.c | 671 } else if (instance->closing) { in add_completion() 743 } else if (instance->closing) { in service_single_message() 780 if (instance->closing) { in service_callback()
|
| /linux/drivers/usb/class/ |
| H A D | usbtmc.c | 126 atomic_t closing; member 192 atomic_set(&file_data->closing, 0); in usbtmc_open() 224 atomic_set(&file_data->closing, 1); in usbtmc_flush() 631 atomic_read(&file_data->closing), in usbtmc488_ioctl_wait_srq() 637 if (atomic_read(&file_data->closing) || data->zombie) in usbtmc488_ioctl_wait_srq()
|