Searched refs:close (Results 1 - 25 of 1662) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/sof/
H A Dpcm.c505 dev_dbg(component->dev, "pcm: close stream %d dir %d\n",
510 dev_err(component->dev, "error: pcm close failed %d\n",
513 * keep going, no point in preventing the close
713 pd->close = sof_pcm_close;
/linux-master/net/mptcp/
H A Dprotocol.c871 * at close time
910 /* prevent rescheduling on close */
2415 /* If the first subflow moved to a close state before accept, e.g. due
2466 /* close acquired an extra ref */
2680 /* schedule the timeout timer for the relevant event: either close timeout
2681 * or mp_fail timeout. The close timeout takes precedence on the mp_fail one
2694 /* the close timeout takes precedence on the fail one, and here at least one of
3076 /* since the close timeout takes precedence on the fail one,
3377 /* allow the following to close even the initial subflow */
3649 /* the first subflow is disconnected after close
[all...]
/linux-master/net/ipv6/
H A Dudp.c1755 .close = udp_lib_close,
/linux-master/net/ipv4/
H A Dudp.c17 * Alan Cox : stopped close while in use off icmp
29 * does NOT close.
2904 * with close()
2924 .close = udp_lib_close,
H A Draw.c932 .close = raw_close,
H A Daf_inet.c27 * moved to close when you look carefully.
208 * was shutdown() rather than close().
426 /* If linger is set, we don't return until the close
430 * If the close is due to the process exiting, we never
437 sk->sk_prot->close(sk, timeout);
927 * close() in multithreaded environment. It is _not_ a good idea,
928 * but we have no choice until close() is repaired at VFS level.
/linux-master/net/core/
H A Dskmsg.c729 psock->saved_close = prot->close;
/linux-master/arch/xtensa/platforms/iss/
H A Dconsole.c98 .close = rs_close,
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvgic_init.c101 close(v->gic_fd);
675 close(its_fd);
/linux-master/net/sunrpc/
H A Dxprtsock.c1298 * xs_close - close a socket
1479 * Helper function to force a TCP close if the server is sending
3037 .close = xs_close,
3061 .close = xs_close,
3085 .close = xs_tcp_shutdown,
3114 .close = bc_close,
/linux-master/fs/nfsd/
H A Dnfs4xdr.c784 struct nfsd4_close *close = &u->close; local
785 if (xdr_stream_decode_u32(argp->xdr, &close->cl_seqid) < 0)
787 return nfsd4_decode_stateid4(argp, &close->cl_stateid);
3259 * The client cares how close together changes can be while still
3958 struct nfsd4_close *close = &u->close; local
3962 return nfsd4_encode_stateid4(xdr, &close->cl_stateid);
/linux-master/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c66 close(fd);
200 close(pagemap_fd);
201 close(kpageflags_fd);
234 close(fd);
316 close(*fd);
327 close(*fd);
348 close(*fd);
355 close(*fd);
397 close(fd);
H A Dprotection_keys.c80 close(fd);
781 close(fd);
837 close(fd);
947 close(test_fds[i]);
1134 close(pipe_fds[0]);
1135 close(pipe_fds[1]);
/linux-master/net/bluetooth/
H A Dl2cap_sock.c1302 * has already been actioned to close the L2CAP
1693 .close = l2cap_sock_close_cb,
H A Dl2cap_core.c434 chan->ops->close(chan);
1760 chan->ops->close(chan);
4444 chan->ops->close(chan);
4485 chan->ops->close(chan);
H A Dhci_sync.c5042 hdev->close(hdev);
5209 hdev->close(hdev);
/linux-master/mm/
H A Dhugetlb.c5295 .close = hugetlb_vm_op_close,
/linux-master/include/net/
H A Dsock.h1201 void (*close)(struct sock *sk, member in struct:proto
/linux-master/include/net/bluetooth/
H A Dhci_core.h663 int (*close)(struct hci_dev *hdev); member in struct:hci_dev
/linux-master/include/linux/
H A Dmm.h574 * @close: Called when the VMA is being removed from the MM.
577 void (*close)(struct vm_area_struct * area); member in struct:vm_operations_struct
/linux-master/drivers/bluetooth/
H A Dhci_qca.c707 BT_DBG("hu %p qca close", hu);
2017 .close = qca_close,
H A Dbtusb.c4353 hdev->close = btusb_close;
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c826 .close = i2c_hid_close,
/linux-master/drivers/hid/
H A Dhid-logitech-dj.c1515 .close = logi_dj_ll_close,
/linux-master/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c24 FAIL_IF(close(devfd) != 0);
46 FAIL_IF(close(devfd) != 0);
59 FAIL_IF(close(fd));
84 FAIL_IF(close(devfd) != 0);
103 FAIL_IF(close(fd));
131 FAIL_IF(close(devfd) != 0);
150 FAIL_IF(close(devfd) != 0);
170 /* close the handle without reading it */
171 FAIL_IF(close(fd) != 0);
173 FAIL_IF(close(devf
[all...]

Completed in 569 milliseconds

1234567891011>>