Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/Linux-v5.10/drivers/gpu/drm/virtio/
Dvirtgpu_drv.c52 char unique[20]; in virtio_gpu_pci_quirk() local
93 snprintf(unique, sizeof(unique), "pci:%s", pname); in virtio_gpu_pci_quirk()
94 return drm_dev_set_unique(dev, unique); in virtio_gpu_pci_quirk()
/Linux-v5.10/fs/afs/
Dinode.c46 vnode->fid.unique); in dump_vnode()
51 parent_vnode->fid.unique); in dump_vnode()
79 vp->fid.vid, vp->fid.vnode, vp->fid.unique, in afs_inode_init_from_status()
175 vp->fid.vid, vp->fid.vnode, vp->fid.unique, in afs_apply_status()
184 vnode->fid.unique, in afs_apply_status()
355 vnode->fid.vid, vnode->fid.vnode, vnode->fid.unique, in afs_fetch_status()
384 fid->unique == vnode->fid.unique); in afs_ilookup5_test_by_fid()
414 inode->i_generation = vnode->fid.unique; in afs_iget5_set()
426 u32 unique; in afs_get_inode_cache() member
437 key.unique = vnode->fid.unique; in afs_get_inode_cache()
[all …]
Dfsclient.c26 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid()
290 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_status()
466 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_data64()
502 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_data()
574 *bp++ = htonl(dvp->fid.unique); in afs_fs_create_file()
627 *bp++ = htonl(dvp->fid.unique); in afs_fs_make_dir()
706 *bp++ = htonl(dvp->fid.unique); in afs_fs_remove_file()
753 *bp++ = htonl(dvp->fid.unique); in afs_fs_remove_dir()
830 *bp++ = htonl(dvp->fid.unique); in afs_fs_link()
840 *bp++ = htonl(vp->fid.unique); in afs_fs_link()
[all …]
Ddynroot.c37 inode->i_generation = fid->unique; in afs_iget5_pseudo_set()
58 fid.unique = 1; in afs_iget_pseudo_dir()
61 fid.unique = 0; in afs_iget_pseudo_dir()
72 inode, inode->i_ino, fid.vid, fid.vnode, fid.unique); in afs_iget_pseudo_dir()
Dcallback.c114 if (fid->vnode == 0 && fid->unique == 0) { in afs_break_one_callback()
161 cbb->fid.unique); in afs_break_some_callbacks()
/Linux-v5.10/include/trace/events/
Dafs.h715 __entry->fid.unique = 0;
723 __entry->fid.unique,
749 __entry->fid.unique = 0;
757 __entry->fid.unique,
784 __entry->fid.unique = 0;
794 __entry->fid.unique,
823 __entry->fid.unique = 0;
835 __entry->fid.unique,
1047 __entry->dfid.vid, __entry->dfid.vnode, __entry->dfid.unique,
1049 __entry->fid.vnode, __entry->fid.unique)
[all …]
/Linux-v5.10/drivers/gpu/drm/
Ddrm_ioctl.c125 if (copy_to_user(u->unique, master->unique, master->unique_len)) { in drm_getunique()
140 kfree(master->unique); in drm_unset_busid()
141 master->unique = NULL; in drm_unset_busid()
150 if (master->unique != NULL) in drm_set_busid()
160 WARN_ON(!dev->unique); in drm_set_busid()
161 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid()
162 if (master->unique) in drm_set_busid()
163 master->unique_len = strlen(dev->unique); in drm_set_busid()
Ddrm_pci.c115 master->unique = kasprintf(GFP_KERNEL, "pci:%04x:%02x:%02x.%d", in drm_pci_set_busid()
120 if (!master->unique) in drm_pci_set_busid()
123 master->unique_len = strlen(master->unique); in drm_pci_set_busid()
Ddrm_debugfs.c63 if (master && master->unique) in drm_name_info()
64 seq_printf(m, " master=%s", master->unique); in drm_name_info()
65 if (dev->unique) in drm_name_info()
66 seq_printf(m, " unique=%s", dev->unique); in drm_name_info()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-devices-sun5 The file contains a Slot-unique ID which provided by the _SUN
9 "The _SUN value is required to be unique among the slots of
Dsysfs-firmware-sgi_uv15 machines, which each partition running a unique copy
16 of the operating system. Each partition will have a unique
Dsysfs-bus-rbd94 client_id (RO) The ceph unique client id that was assigned
98 image resides. An rbd image name is unique
117 (RO) The unique identifier for the rbd image's pool. This is a
128 image_id (RO) The unique id for the rbd image. (For rbd
169 client_addr (RO) The ceph unique client
/Linux-v5.10/include/linux/
Delfnote.h72 #define _ELFNOTE(size, name, unique, type, desc) \ argument
79 } _ELFNOTE_PASTE(_note_, unique) \
/Linux-v5.10/fs/coda/
Dpsdev.c116 hdr.opcode, hdr.unique); in coda_psdev_write()
122 hdr.opcode, hdr.unique); in coda_psdev_write()
154 if (tmp->uc_unique == hdr.unique) { in coda_psdev_write()
164 __func__, hdr.opcode, hdr.unique); in coda_psdev_write()
173 hdr.opcode, hdr.unique); in coda_psdev_write()
/Linux-v5.10/Documentation/devicetree/bindings/input/
Domap-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
Dtwl4030-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
Dgpio-matrix-keypad.txt5 placed at each intersection of a unique row and a unique column. The matrix
/Linux-v5.10/fs/fuse/
Ddev.c202 static unsigned int fuse_req_hash(u64 unique) in fuse_req_hash() argument
204 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash()
267 req->in.h.unique = fuse_get_unique(fiq); in flush_bg_queue()
424 req->in.h.unique = fuse_get_unique(fiq); in __fuse_request_send()
586 struct fuse_args *args, u64 unique) in fuse_simple_notify_reply() argument
597 req->in.h.unique = unique; in fuse_simple_notify_reply()
1056 ih.unique = (req->in.h.unique | FUSE_INT_REQ_BIT); in fuse_read_interrupt()
1057 arg.unique = req->in.h.unique; in fuse_read_interrupt()
1107 .unique = fuse_get_unique(fiq), in fuse_read_single_forget()
1138 .unique = fuse_get_unique(fiq), in fuse_read_batch_forget()
[all …]
/Linux-v5.10/arch/alpha/kernel/
Dprocess.c225 current_thread_info()->pcb.unique = 0; in flush_thread()
269 childti->pcb.unique = tls; in copy_thread()
328 dest[32] = ti->pcb.unique; in dump_elf_thread()
/Linux-v5.10/tools/testing/selftests/tpm2/
Dtpm2.py297 (len(self.auth_policy), len(self.parameters), len(self.unique))
301 unique=bytes()): argument
307 self.unique = unique
317 len(self.unique),
318 self.unique)
/Linux-v5.10/Documentation/admin-guide/nfs/
Dnfs-client.rst25 NFSv4 requires clients to identify themselves to servers with a unique
38 The nfs.nfs4_unique_id boot parameter specifies a unique string that can be
40 a server. Thus, if the system's node name is not unique, or it changes, its
45 anything that is believed to be unique across all NFS clients. An
/Linux-v5.10/tools/perf/Documentation/
Ddb-export.txt15 The export process provides records with unique sequential ids which allows the
27 so long as the new names are unique.
/Linux-v5.10/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-g-topology.rst139 - Entity name as an UTF-8 NULL-terminated string. This name must be unique
261 - On pad to pad links: unique ID for the source pad.
263 On interface to entity links: unique ID for the interface.
267 - On pad to pad links: unique ID for the sink pad.
269 On interface to entity links: unique ID for the entity.
/Linux-v5.10/drivers/scsi/aacraid/
Dcommctrl.c187 fibctx->unique = (u32)((ulong)fibctx & 0xFFFFFFFF); in open_getadapter_fib()
209 if (context->unique == fibctx->unique) { in open_getadapter_fib()
211 fibctx->unique++; in open_getadapter_fib()
219 if (copy_to_user(arg, &fibctx->unique, in open_getadapter_fib()
220 sizeof(fibctx->unique))) { in open_getadapter_fib()
263 if (fibctx->unique == f.fibctx) { /* We found a winner */ in next_getadapter_fib()
404 if (fibctx->unique == (u32)(uintptr_t)arg) /* We found a winner */ in close_getadapter_fib()
/Linux-v5.10/scripts/kconfig/tests/
Dpytest.ini4 # Pytest requires that test files have unique names, because pytest imports

12345678910>>...13