Searched refs:close (Results 201 - 225 of 1672) sorted by last modified time

1234567891011>>

/linux-master/mm/
H A Dmmap.c140 if (vma->vm_ops && vma->vm_ops->close)
141 vma->vm_ops->close(vma);
715 * If the vma has a ->close operation then the driver probably needs to release
736 if (may_remove_vma && vma->vm_ops && vma->vm_ops->close)
962 * for vm_ops->close, but we are removing curr
964 if (curr->vm_ops && curr->vm_ops->close)
1061 * there is a vm_ops->close() function, because that indicates that the
2940 if (file && vma->vm_ops && vma->vm_ops->close)
2941 vma->vm_ops->close(vma);
3421 if (new_vma->vm_ops && new_vma->vm_ops->close)
[all...]
/linux-master/kernel/events/
H A Dcore.c2012 * We can have double detach due to exit/hot-unplug + close.
2169 * We can have double detach due to exit/hot-unplug + close.
5219 * Can happen when we close an event with re-directed output.
6451 .close = perf_mmap_close, /* non mergeable */
/linux-master/kernel/bpf/
H A Dsyscall.c925 .close = bpf_map_mmap_close,
957 /* set default open/close callbacks */
2927 * one reference and any parallel close on that fd could
H A Darena.c290 .close = arena_vm_close,
/linux-master/ipc/
H A Dshm.c401 /* Always call underlying close if present */
402 if (sfd->vm_ops->close)
403 sfd->vm_ops->close(vma);
680 .close = shm_close, /* callback for when the vm-area is released */
/linux-master/include/net/
H A Dsock.h1201 void (*close)(struct sock *sk, member in struct:proto
/linux-master/include/net/bluetooth/
H A Dl2cap.h624 void (*close) (struct l2cap_chan *chan); member in struct:l2cap_ops
H A Dhci_core.h634 int (*close)(struct hci_dev *hdev); member in struct:hci_dev
/linux-master/include/linux/
H A Dhid.h856 * @close: called by input layer on close
873 void (*close)(struct hid_device *hdev); member in struct:hid_ll_driver
/linux-master/fs/smb/client/
H A Dsmb2ops.c1440 /* Creation time should not need to be updated on close */
1460 /* End of file and Attributes should not have to be updated on close */
5022 server->ops->close(xid, tcon, &fid);
5132 .close = smb2_close_file,
5235 .close = smb2_close_file,
5342 .close = smb2_close_file,
5458 .close = smb2_close_file,
/linux-master/fs/btrfs/
H A Ddefrag.c340 * Check if two blocks addresses are close, used by defrag.
353 * disk order is close to key order.
394 bool close = true; local
407 close = close_blocks(blocknr, other, blocksize);
409 if (!close && i < end_slot) {
411 close = close_blocks(blocknr, other, blocksize);
413 if (close) {
/linux-master/fs/afs/
H A Dfile.c72 .close = afs_vm_close,
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c30 if (wilc->close) {
41 if (wilc->close) {
164 if (wl->close) {
187 } while (!wl->close);
434 wl->close = 1;
488 wilc->close = 1;
503 wl->close = 0;
785 netdev_dbg(ndev, "Mac close\n");
801 wl->close = 1;
H A Dnetdev.h217 int close; member in struct:wilc
H A Dcfg80211.c459 if (wilc->close) {
/linux-master/drivers/net/slip/
H A Dslip.c1273 .close = slip_close,
1426 /* this must hangup tty & close slip */
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h1017 void mlx5e_shampo_dealloc_hd(struct mlx5e_rq *rq, u16 len, u16 start, bool close);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_client.c160 * i40e_notify_client_of_netdev_close - call the client close callback
162 * @reset: true when close called due to a reset pending
164 * If there is a client to this netdev, call the client with close
172 if (!cdev->client->ops || !cdev->client->ops->close) {
174 "Cannot locate client instance close routine\n");
178 dev_dbg(&pf->pdev->dev, "Client is not open, abort close\n");
181 cdev->client->ops->close(&cdev->lan_info, cdev->client, reset);
743 cdev->client->ops->close(&cdev->lan_info, cdev->client, false);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c3084 goto close;
3090 goto close;
3095 close:
3814 goto close;
3821 goto close;
3830 goto close;
3837 goto close;
3842 goto close;
3850 goto close;
3855 goto close;
[all...]
/linux-master/drivers/net/arcnet/
H A Darcnet.c633 lp->hw.close(dev);
H A Darcdevice.h326 void (*close)(struct net_device *dev); member in struct:arcnet_local::__anon366
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c829 .close = i2c_hid_close,
/linux-master/drivers/hid/
H A Dhid-steam.c728 input->close = steam_input_close;
1160 .close = steam_client_ll_close,
H A Dhid-logitech-hidpp.c4169 input_dev->close = hidpp_input_close;
H A Dhid-core.c501 hid_err(parser->device, "bogus close delimiter\n");
2374 hdev->ll_driver->close(hdev);

Completed in 420 milliseconds

1234567891011>>