Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/seq/
Dseq_memory.c243 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc()
257 if (pool->closing) { /* closing.. */ in snd_seq_cell_alloc()
429 pool->closing = 1; in snd_seq_pool_done()
455 pool->closing = 0; in snd_seq_pool_done()
476 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()
262 port->closing = 1; in port_delete()
/linux-4.1.27/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-4.1.27/drivers/md/bcache/
Dstats.h31 atomic_t closing; member
Dstats.c123 atomic_set(&acc->closing, 1); in bch_cache_accounting_destroy()
177 if (!atomic_read(&acc->closing)) in scale_accounting()
/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_uiom.h77 void usnic_uiom_reg_release(struct usnic_uiom_reg *uiomr, int closing);
Dusnic_uiom.c424 void usnic_uiom_reg_release(struct usnic_uiom_reg *uiomr, int closing) in usnic_uiom_reg_release() argument
447 if (closing) { in usnic_uiom_reg_release()
Dusnic_ib_verbs.c629 usnic_uiom_reg_release(mr->umem, ibmr->pd->uobject->context->closing); in usnic_ib_dereg_mr()
/linux-4.1.27/Documentation/trace/
Dfunction-graph-fold.vim7 " as would normally appear on the line with the closing brace. Folded
Dftrace.txt1926 the closing bracket line of a function or on the same line
2015 The function name is always displayed after the closing bracket
2019 Display of the function name after the closing bracket may be
/linux-4.1.27/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
Dsysfs-tty90 Show the closing delay time for this port in ms.
/linux-4.1.27/drivers/tty/
Dtty_port.c498 tty->closing = 1; in tty_port_close_start()
523 tty->closing = 0; in tty_port_close_end()
Dn_tty.c1638 else if (tty->closing && !L_EXTPROC(tty)) in __receive_buf()
1943 tty->closing = 0; in n_tty_open()
Drocket.c1055 tty->closing = 0; in rp_close()
/linux-4.1.27/fs/proc/
Dinode.c142 if (pdeo->closing) { in close_pdeo()
151 pdeo->closing = 1; in close_pdeo()
Dinternal.h206 int closing; member
/linux-4.1.27/drivers/tty/ipwireless/
Dtty.c56 int closing; member
539 ttyj->closing = 1; in ipwireless_tty_free()
/linux-4.1.27/arch/unicore32/kernel/
Dsleep.S106 @ prepare for closing PLL
/linux-4.1.27/sound/oss/
Ddmabuf.c182 dmap->closing = 0; in dma_init_buffers()
488 adev->dmap_out->closing = 1; in DMAbuf_release()
491 adev->dmap_in->closing = 1; in DMAbuf_release()
1011 while (dmap->qlen <= -dmap->closing) { in do_outputintr()
Ddev_table.h79 int closing; member
Daudio.c192 audio_devs[dev]->dmap_out->closing = 1; in audio_release()
193 audio_devs[dev]->dmap_in->closing = 1; in audio_release()
DCHANGELOG361 playback without closing and reopening the device.
/linux-4.1.27/Documentation/serial/
Dn_gsm.txt78 6- first close all virtual ports before closing the physical port.
/linux-4.1.27/drivers/infiniband/core/
Dumem.c293 if (context->closing) { in ib_umem_release()
Duverbs_main.c212 context->closing = 1; in ib_uverbs_cleanup_ucontext()
Duverbs_cmd.c335 ucontext->closing = 0; in ib_uverbs_get_context()
/linux-4.1.27/Documentation/
DSAK.txt63 be closing standard input. You can work around this by finding the
Demail-clients.txt223 fork, or in other words, the editor must not return before closing.
DCodingStyle96 brace last on the line, and put the closing brace first, thusly:
129 Note that the closing brace is empty on a line of its own, _except_ in
375 exported, the EXPORT* macro for it should follow immediately after the closing
Dkernel-doc-nano-HOWTO.txt45 kernel-doc formatted comments. The closing comment marker for
DIPMI.txt261 closing the device automatically destroys the user.
/linux-4.1.27/Documentation/networking/
Ddccp.txt102 timewait state when closing the connection (RFC 4340, 8.3). The usual case is
103 that the closing server sends a CloseReq, whereupon the client holds timewait
Dppp_generic.txt304 deprecated since the same effect can be achieved by closing the
Dip-sysctl.txt406 degradation. If set, TCP will not cache metrics on closing
/linux-4.1.27/drivers/net/ppp/
Dppp_generic.c136 int closing; /* is device closing down? a8 */ member
1123 if (!ppp->closing) { in ppp_xmit_process()
1641 if (!ppp->closing) in ppp_do_recv()
2789 if (!ppp->closing) { in ppp_shutdown_interface()
2790 ppp->closing = 1; in ppp_shutdown_interface()
/linux-4.1.27/drivers/tty/serial/
D68328serial.c1037 tty->closing = 1;
1054 tty->closing = 0;
Dcrisv10.c3682 tty->closing = 1; in rs_close()
3708 tty->closing = 0; in rs_close()
Dserial_core.c1438 tty->closing = 0; in uart_close()
/linux-4.1.27/drivers/s390/char/
Dcon3215.c1009 tty->closing = 1; in tty3215_close()
1013 tty->closing = 0; in tty3215_close()
/linux-4.1.27/net/packet/
Daf_packet.c169 int closing, int tx_ring);
3814 int closing, int tx_ring) in packet_set_ring() argument
3827 if (!closing && tx_ring && (po->tp_version > TPACKET_V2)) { in packet_set_ring()
3836 if (!closing) { in packet_set_ring()
3923 if (closing || atomic_read(&po->mapped) == 0) { in packet_set_ring()
3951 if (closing && (po->tp_version > TPACKET_V2)) { in packet_set_ring()
/linux-4.1.27/Documentation/accounting/
Dtaskstats.txt88 in cpus before closing the listening socket, the kernel cleans up its interest
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-api.txt61 /dev/watchdog just before closing the file. If the userspace daemon
Dwatchdog-parameters.txt269 nowayout: Disable watchdog when closing device file
/linux-4.1.27/Documentation/power/
Duserland-swsusp.txt112 SNAPSHOT_FREE_SWAP_PAGES before closing the device (in fact it will also
/linux-4.1.27/Documentation/s390/
Dmonreader.txt155 read successfully, including the closing 0 byte read. Therefore you should
/linux-4.1.27/include/linux/
Dtty.h310 int closing; member
/linux-4.1.27/Documentation/sound/alsa/
DCMIPCI.txt183 "IEC958 Loop". The switches are resumed after closing the SPDIF PCM
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-cd.1994-2004154 * malloc'ed but never free'd when closing the device.
/linux-4.1.27/drivers/tty/hvc/
Dhvsi.c797 tty->closing = 1; in hvsi_close()
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_tty.c1427 tty->closing = 1; in dgnc_tty_close()
1458 tty->closing = 0; in dgnc_tty_close()
/linux-4.1.27/scripts/
Dspelling.txt215 closeing||closing
/linux-4.1.27/Documentation/video4linux/
Dvideobuf231 purpose is clearly to cause the closing of the file descriptor to fail if
/linux-4.1.27/Documentation/filesystems/
Dhpfs.txt231 1.92 Corrected a bug when sync was called just before closing file
Dpath-lookup.txt228 before closing d_seq critical section on the parent. This gives an interlocking
Dcoda.txt1652 4. After closing of the queues, no VFS operations can succeed. Here
1657 5. Upon closing the namecache shall be flushed and disabled.
Dvfs.txt79 Reading, writing and closing files (and other assorted VFS operations)
/linux-4.1.27/Documentation/ioctl/
Dcdrom.txt281 ENOSYS cd drive not capable of closing the tray
/linux-4.1.27/include/rdma/
Dib_verbs.h1156 int closing; member
/linux-4.1.27/fs/btrfs/
Dctree.h1627 int closing; member
3657 return fs_info->closing; in btrfs_fs_closing()
Ddisk-io.c3719 fs_info->closing = 1; in close_ctree()
3755 fs_info->closing = 2; in close_ctree()
/linux-4.1.27/Documentation/input/
Datarikbd.txt107 changed (i.e. for each opening or closing of a joystick switch or trigger).
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex355 Notice that any strategic code (closing tray upon $open()$, etc.)\ is
679 on the \cdrom, such as closing the tray.
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c4638 tty->closing = 1; in dgap_tty_close()
4661 tty->closing = 0; in dgap_tty_close()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_tty.c1577 tty->closing = 1; in isdn_tty_close()
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES537 and closing file structs in writepage/partialpagewrite. Add statistics
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt2296 Note that closing the resamplefd is not sufficient to disable the