Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 25 of 210) sorted by relevance

123456789

/Linux-v6.1/drivers/gpu/drm/i915/
Di915_drm_client.c20 void i915_drm_clients_init(struct i915_drm_clients *clients, in i915_drm_clients_init() argument
23 clients->i915 = i915; in i915_drm_clients_init()
24 clients->next_id = 0; in i915_drm_clients_init()
26 xa_init_flags(&clients->xarray, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ); in i915_drm_clients_init()
29 struct i915_drm_client *i915_drm_client_add(struct i915_drm_clients *clients) in i915_drm_client_add() argument
32 struct xarray *xa = &clients->xarray; in i915_drm_client_add()
41 &clients->next_id, GFP_KERNEL); in i915_drm_client_add()
49 client->clients = clients; in i915_drm_client_add()
63 struct xarray *xa = &client->clients->xarray; in __i915_drm_client_free()
72 void i915_drm_clients_fini(struct i915_drm_clients *clients) in i915_drm_clients_fini() argument
[all …]
Di915_drm_client.h35 struct i915_drm_clients *clients; member
43 void i915_drm_clients_init(struct i915_drm_clients *clients,
60 struct i915_drm_client *i915_drm_client_add(struct i915_drm_clients *clients);
66 void i915_drm_clients_fini(struct i915_drm_clients *clients);
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c284 struct qed_ilt_client_cfg *p_cli = &p_mngr->clients[ilt_client]; in qed_cxt_get_ilt_page_size()
319 u32 page_sz = p_mgr->clients[ILT_CLI_CDUC].p_size.val; in qed_cxt_set_proto_cid_count()
416 p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC]; in qed_ilt_get_dynamic_line_cnt()
444 struct qed_ilt_client_cfg *clients = p_hwfn->p_cxt_mngr->clients; in qed_cxt_ilt_blk_reset() local
449 clients[cli_idx].pf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
452 clients[cli_idx].vf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
485 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUC]); in qed_cxt_cfg_ilt_compute()
523 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUT]); in qed_cxt_cfg_ilt_compute()
631 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_QM]); in qed_cxt_cfg_ilt_compute()
656 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_SRC]); in qed_cxt_cfg_ilt_compute()
[all …]
/Linux-v6.1/drivers/gpu/vga/
Dvga_switcheroo.c157 struct list_head clients; member
175 .clients = LIST_HEAD_INIT(vgasr_priv.clients),
195 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
207 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
313 list_add_tail(&client->list, &vgasr_priv.clients); in register_client()
482 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_get_client_state()
503 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_unregister_client()
533 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_client_fb_set()
652 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_show()
701 client = find_client_from_id(&vgasr_priv.clients, id | ID_BIT_AUDIO); in set_audio_state()
[all …]
/Linux-v6.1/drivers/char/agp/
Dfrontend.c340 client = controller->clients; in agp_remove_all_clients()
406 struct agp_client *clients; in agp_controller_make_current() local
408 clients = controller->clients; in agp_controller_make_current()
410 while (clients != NULL) { in agp_controller_make_current()
413 priv = agp_find_private(clients->pid); in agp_controller_make_current()
419 clients = clients->next; in agp_controller_make_current()
428 struct agp_client *clients; in agp_controller_release_current() local
431 clients = controller->clients; in agp_controller_release_current()
433 while (clients != NULL) { in agp_controller_release_current()
436 priv = agp_find_private(clients->pid); in agp_controller_release_current()
[all …]
/Linux-v6.1/include/linux/
Dpci-p2pdma.h22 int pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients,
25 struct pci_dev *pci_p2pmem_find_many(struct device **clients, int num_clients);
44 struct device **clients, int num_clients, bool verbose) in pci_p2pdma_distance_many() argument
52 static inline struct pci_dev *pci_p2pmem_find_many(struct device **clients, in pci_p2pmem_find_many() argument
/Linux-v6.1/fs/nfsd/
DKconfig28 available to clients mounting the NFS server on this system.
45 This protocol extension allows applications on NFS clients to
51 NFSv3 ACL protocol extension allowing NFS clients to manipulate
53 clients which support the Solaris NFSv3 ACL protocol can then
92 clients to directly perform I/O to block devices accessible to both
93 the server and the clients. See RFC 5663 for more details.
105 clients to directly perform I/O to SCSI devices accessible to both
106 the server and the clients. See draft-ietf-nfsv4-scsi-layout for
118 enables NFS clients to directly perform I/O to NFSv3 devices
119 accessible to both the server and the clients. See
/Linux-v6.1/drivers/gpu/host1x/
Dbus.c19 static LIST_HEAD(clients);
123 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
200 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
211 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
228 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
233 client = list_entry(&device->clients, struct host1x_client, list); in host1x_device_init()
236 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
261 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
274 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
417 list_add_tail(&client->list, &clients); in __host1x_device_del()
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dmigrate_reuseport.c52 __s64 clients[NR_CLIENTS]; member
284 test_case->clients[i] = socket(test_case->family, SOCK_STREAM, in start_clients()
286 if (!ASSERT_NEQ(test_case->clients[i], -1, "socket")) in start_clients()
292 err = settimeo(test_case->clients[i], 100); in start_clients()
299 err = setsockopt(test_case->clients[i], IPPROTO_TCP, in start_clients()
307 err = connect(test_case->clients[i], in start_clients()
313 err = write(test_case->clients[i], buf, MSGLEN); in start_clients()
468 init_fds(test_case->clients, NR_CLIENTS); in run_test()
528 close_fds(test_case->clients, NR_CLIENTS); in run_test()
/Linux-v6.1/Documentation/virt/acrn/
Dio-request.rst23 2. I/O clients
27 GPA falls in a certain range. Multiple I/O clients can be associated with each
30 any other clients. The ACRN userspace acts as the default client for each User
34 I/O requests and I/O clients.
54 || | | | I/O clients | | | |
93 registered clients based on the address of the I/O accesses, updates
/Linux-v6.1/Documentation/admin-guide/nfs/
Dpnfs-scsi-server.rst9 also hands out layouts to the clients so that they can directly access the
14 file system must sit on a SCSI LUN that is accessible to the clients in
16 exported LUN, striping or concatenation of LUNs on the MDS and clients
Dpnfs-block-server.rst8 to the clients to directly access the underlying block devices that are
14 to the clients in addition to the MDS. As of now the file system needs to
16 volumes on the MDS and clients is not supported yet.
/Linux-v6.1/Documentation/filesystems/nfs/
Dclient-identifier.rst41 leases. When the server restarts and clients attempt to recover
43 clients that held state before the server restarted and clients
92 circumstances where clients can interfere with each other. This is
95 If distinct clients present the same "co_ownerid" string and use
97 unable to tell that the clients are not the same. Each distinct
102 If distinct clients present the same "co_ownerid" string and use
104 to operate normally but reject subsequent clients with the same
117 to other clients in the meantime. This is referred to as "lock
134 - NFS-root (diskless) clients, where the local DCHP server (or
/Linux-v6.1/drivers/memory/tegra/
Dtegra20.c420 if (mc->soc->clients[i].id == idx) in tegra20_mc_of_icc_xlate_extended()
518 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()
519 client1 = &mc->soc->clients[i + 1]; in tegra20_mc_collect_stats()
538 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()
546 client1 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()
631 seq_printf(s, "%-14s ", mc->soc->clients[i].name); in tegra20_mc_stats_show()
775 client = mc->soc->clients[id].name; in tegra20_mc_handle_irq()
797 .clients = tegra20_mc_clients,
Dtegra124.c1189 client = &mc->soc->clients[idx]; in tegra124_mc_of_icc_xlate_extended()
1210 if (mc->soc->clients[i].id == idx) in tegra124_mc_of_icc_xlate_extended()
1249 .clients = tegra124_mc_clients,
1262 .clients = tegra124_mc_clients,
1283 .clients = tegra124_mc_clients,
1296 .clients = tegra124_mc_clients,
/Linux-v6.1/Documentation/gpu/
Dtegra.rst7 buffer provided directly by the CPU, to its clients via channels. Software,
30 The various host1x clients need to be bound together into a logical device in
35 tree for matching device nodes, adding the required clients to a list. Drivers
36 for individual clients register with the infrastructure as well and are added
39 Once all clients are available, the infrastructure will initialize the logical
41 the subsystem and in turn initialize each of its clients.
43 Similarly, when one of the clients is unregistered, the infrastructure will
45 the subsystem specific bits are torn down and the clients destroyed in turn.
/Linux-v6.1/drivers/hsi/clients/
DKconfig3 # HSI clients configuration
6 comment "HSI clients"
/Linux-v6.1/drivers/pps/clients/
DKconfig3 # PPS clients configuration
6 comment "PPS clients support"
/Linux-v6.1/Documentation/devicetree/bindings/dma/
Datmel-xdma.txt28 * DMA clients
29 DMA clients connected to the Atmel XDMA controller must use the format
/Linux-v6.1/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c27 .clients = {
116 .clients = {
204 .clients = {
304 .clients = {
376 .clients = {
456 .clients = {
675 .clients = {
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-bus-mhi10 Users: Any userspace application or clients interested in device info.
21 Users: Any userspace application or clients interested in device info.
/Linux-v6.1/Documentation/filesystems/cifs/
Dksmbd.rst27 for listening to SMB requests. Whenever new clients make request, Forker
30 processing of SMB requests(commands) from clients as well as allowing for new
31 clients to make new connections. Each instance is named ksmbd/1~n(port number)
32 to indicate connected clients. Depending on the SMB request types, each new
42 in parallel i.e., There can be multiple clients commands which are worked in
/Linux-v6.1/drivers/hsi/
DMakefile9 obj-y += clients/
/Linux-v6.1/drivers/pps/
DMakefile9 obj-y += clients/ generators/
/Linux-v6.1/Documentation/driver-api/surface_aggregator/
Dindex.rst12 clients/index

123456789