Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/infiniband/hw/usnic/
Dusnic_uiom.h92 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.c652 usnic_uiom_reg_release(mr->umem, ibmr->pd->uobject->context->closing); in usnic_ib_dereg_mr()
/linux-4.4.14/Documentation/trace/
Dfunction-graph-fold.vim7 " as would normally appear on the line with the closing brace. Folded
Dftrace.txt1939 the closing bracket line of a function or on the same line
2051 The function name is always displayed after the closing bracket
2055 Display of the function name after the closing bracket may be
/linux-4.4.14/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.4.14/drivers/tty/
Dtty_port.c483 tty->closing = 1; in tty_port_close_start()
508 tty->closing = 0; in tty_port_close_end()
Dn_tty.c1631 else if (tty->closing && !L_EXTPROC(tty)) in __receive_buf()
1936 tty->closing = 0; in n_tty_open()
Drocket.c1047 tty->closing = 0; in rp_close()
/linux-4.4.14/drivers/tty/ipwireless/
Dtty.c56 int closing; member
539 ttyj->closing = 1; in ipwireless_tty_free()
/linux-4.4.14/fs/proc/
Dinode.c141 if (pdeo->closing) { in close_pdeo()
150 pdeo->closing = 1; in close_pdeo()
Dinternal.h206 int closing; member
/linux-4.4.14/arch/unicore32/kernel/
Dsleep.S106 @ prepare for closing PLL
/linux-4.4.14/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.4.14/Documentation/
DSAK.txt63 be closing standard input. You can work around this by finding the
Demail-clients.txt259 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.4.14/Documentation/serial/
Dn_gsm.txt78 6- first close all virtual ports before closing the physical port.
/linux-4.4.14/drivers/infiniband/core/
Dumem.c293 if (context->closing) { in ib_umem_release()
Ducma.c97 int closing; member
146 if (ctx->closing) in ucma_get_ctx()
300 ctx->closing = 1; in ucma_removal_event_handler()
599 if (!ctx->closing) { in ucma_destroy_id()
1668 if (!ctx->closing) { in ucma_close()
Duverbs_main.c214 context->closing = 1; in ib_uverbs_cleanup_ucontext()
Duverbs_cmd.c337 ucontext->closing = 0; in ib_uverbs_get_context()
/linux-4.4.14/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.txt423 degradation. If set, TCP will not cache metrics on closing
/linux-4.4.14/drivers/tty/serial/
D68328serial.c1038 tty->closing = 1;
1055 tty->closing = 0;
Dcrisv10.c3623 tty->closing = 1; in rs_close()
3649 tty->closing = 0; in rs_close()
Dserial_core.c1444 tty->closing = 0; in uart_close()
/linux-4.4.14/drivers/s390/char/
Dcon3215.c1009 tty->closing = 1; in tty3215_close()
1013 tty->closing = 0; in tty3215_close()
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c136 int closing; /* is device closing down? a8 */ member
1123 ppp->closing = 1; in ppp_dev_uninit()
1170 if (!ppp->closing) { in ppp_xmit_process()
1688 if (!ppp->closing) in ppp_do_recv()
/linux-4.4.14/net/packet/
Daf_packet.c170 int closing, int tx_ring);
4058 int closing, int tx_ring) in packet_set_ring() argument
4071 if (!closing && tx_ring && (po->tp_version > TPACKET_V2)) { in packet_set_ring()
4080 if (!closing) { in packet_set_ring()
4167 if (closing || atomic_read(&po->mapped) == 0) { in packet_set_ring()
4195 if (closing && (po->tp_version > TPACKET_V2)) { in packet_set_ring()
/linux-4.4.14/include/linux/
Dtty.h309 int closing; member
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-api.txt61 /dev/watchdog just before closing the file. If the userspace daemon
Dwatchdog-parameters.txt272 nowayout: Disable watchdog when closing device file
/linux-4.4.14/Documentation/accounting/
Dtaskstats.txt88 in cpus before closing the listening socket, the kernel cleans up its interest
/linux-4.4.14/Documentation/power/
Duserland-swsusp.txt112 SNAPSHOT_FREE_SWAP_PAGES before closing the device (in fact it will also
/linux-4.4.14/Documentation/s390/
Dmonreader.txt155 read successfully, including the closing 0 byte read. Therefore you should
/linux-4.4.14/Documentation/sound/alsa/
DCMIPCI.txt183 "IEC958 Loop". The switches are resumed after closing the SPDIF PCM
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-cd.1994-2004154 * malloc'ed but never free'd when closing the device.
/linux-4.4.14/drivers/tty/hvc/
Dhvsi.c799 tty->closing = 1; in hvsi_close()
/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_tty.c1425 tty->closing = 1; in dgnc_tty_close()
1455 tty->closing = 0; in dgnc_tty_close()
/linux-4.4.14/scripts/
Dspelling.txt224 closeing||closing
/linux-4.4.14/Documentation/video4linux/
Dvideobuf231 purpose is clearly to cause the closing of the file descriptor to fail if
/linux-4.4.14/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.4.14/Documentation/ioctl/
Dcdrom.txt281 ENOSYS cd drive not capable of closing the tray
/linux-4.4.14/include/rdma/
Dib_verbs.h1245 int closing; member
/linux-4.4.14/fs/btrfs/
Dctree.h1652 int closing; member
3715 return fs_info->closing; in btrfs_fs_closing()
Ddisk-io.c3810 fs_info->closing = 1; in close_ctree()
3856 fs_info->closing = 2; in close_ctree()
/linux-4.4.14/Documentation/input/
Datarikbd.txt107 changed (i.e. for each opening or closing of a joystick switch or trigger).
/linux-4.4.14/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.4.14/drivers/staging/dgap/
Ddgap.c4563 tty->closing = 1; in dgap_tty_close()
4585 tty->closing = 0; in dgap_tty_close()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c1577 tty->closing = 1; in isdn_tty_close()
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES537 and closing file structs in writepage/partialpagewrite. Add statistics
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt2332 Note that closing the resamplefd is not sufficient to disable the