Home
last modified time | relevance | path

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

12345678910>>...15

/linux-6.12.1/fs/fuse/
Dfuse_trace.h87 __field(uint64_t, unique)
94 __entry->unique = req->in.h.unique;
100 __entry->connection, __entry->unique, __entry->opcode,
111 __field(uint64_t, unique)
118 __entry->unique = req->in.h.unique;
124 __entry->unique, __entry->len, __entry->error)
Ddev.c237 static unsigned int fuse_req_hash(u64 unique) in fuse_req_hash() argument
239 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash()
292 req->in.h.unique = fuse_get_unique_locked(fiq); in fuse_dev_queue_req()
639 struct fuse_args *args, u64 unique) in fuse_simple_notify_reply() argument
649 req->in.h.unique = unique; in fuse_simple_notify_reply()
1112 ih.unique = (req->in.h.unique | FUSE_INT_REQ_BIT); in fuse_read_interrupt()
1113 arg.unique = req->in.h.unique; in fuse_read_interrupt()
1162 .unique = fuse_get_unique_locked(fiq), in fuse_read_single_forget()
1193 .unique = fuse_get_unique_locked(fiq), in fuse_read_batch_forget()
1364 hash = fuse_req_hash(req->in.h.unique); in fuse_dev_do_read()
[all …]
/linux-6.12.1/rust/kernel/list/
Darc.rs207 fn from(unique: UniqueArc<T>) -> Self { in from()
208 Self::from(Pin::from(unique)) in from()
218 fn from(mut unique: Pin<UniqueArc<T>>) -> Self { in from()
220 unsafe { T::on_create_list_arc_from_unique(unique.as_mut()) }; in from()
221 let arc = Arc::from(unique); in from()
236 pub fn pair_from_unique<const ID2: u64>(unique: UniqueArc<T>) -> (Self, ListArc<T, ID2>) in pair_from_unique()
240 Self::pair_from_pin_unique(Pin::from(unique)) in pair_from_unique()
248 mut unique: Pin<UniqueArc<T>>, in pair_from_pin_unique()
256 unsafe { <T as ListArcSafe<ID>>::on_create_list_arc_from_unique(unique.as_mut()) }; in pair_from_pin_unique()
258 unsafe { <T as ListArcSafe<ID2>>::on_create_list_arc_from_unique(unique.as_mut()) }; in pair_from_pin_unique()
[all …]
/linux-6.12.1/drivers/gpu/drm/
Ddrm_pci.c57 master->unique = kasprintf(GFP_KERNEL, "pci:%04x:%02x:%02x.%d", in drm_pci_set_busid()
62 if (!master->unique) in drm_pci_set_busid()
65 master->unique_len = strlen(master->unique); in drm_pci_set_busid()
Ddrm_ioctl.c124 if (copy_to_user(u->unique, master->unique, master->unique_len)) { in drm_getunique()
139 kfree(master->unique); in drm_unset_busid()
140 master->unique = NULL; in drm_unset_busid()
149 if (master->unique != NULL) in drm_set_busid()
159 WARN_ON(!dev->unique); in drm_set_busid()
160 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid()
161 if (master->unique) in drm_set_busid()
162 master->unique_len = strlen(dev->unique); in drm_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()
292 dev->debugfs_root = debugfs_create_dir(dev->unique, root); in drm_debugfs_dev_init()
327 dev->unique); in drm_debugfs_register()
/linux-6.12.1/fs/afs/
Dinode.c45 vnode->fid.unique); in dump_vnode()
50 parent_vnode->fid.unique); in dump_vnode()
76 vp->fid.vid, vp->fid.vnode, vp->fid.unique, in afs_inode_init_from_status()
174 vp->fid.vid, vp->fid.vnode, vp->fid.unique, in afs_apply_status()
183 vnode->fid.unique, in afs_apply_status()
362 vnode->fid.vid, vnode->fid.vnode, vnode->fid.unique, in afs_fetch_status()
391 fid->unique == vnode->fid.unique); in afs_ilookup5_test_by_fid()
421 inode->i_generation = vnode->fid.unique; in afs_iget5_set()
433 __be32 unique; in afs_get_inode_cache() member
444 key.unique = htonl(vnode->fid.unique); in afs_get_inode_cache()
[all …]
Dfsclient.c27 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid()
291 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_status()
445 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_data64()
482 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_data()
555 *bp++ = htonl(dvp->fid.unique); in afs_fs_create_file()
609 *bp++ = htonl(dvp->fid.unique); in afs_fs_make_dir()
689 *bp++ = htonl(dvp->fid.unique); in afs_fs_remove_file()
737 *bp++ = htonl(dvp->fid.unique); in afs_fs_remove_dir()
815 *bp++ = htonl(dvp->fid.unique); in afs_fs_link()
825 *bp++ = htonl(vp->fid.unique); in afs_fs_link()
[all …]
Ddir_edit.c318 new_fid->vnode, new_fid->unique, name->name); in afs_edit_dir_add()
324 de->u.unique = htonl(new_fid->unique); in afs_edit_dir_add()
450 ntohl(de->u.vnode), ntohl(de->u.unique), in afs_edit_dir_remove()
553 de->u.unique = htonl(new_dvnode->fid.unique); in afs_edit_dir_update_dotdot()
556 ntohl(de->u.vnode), ntohl(de->u.unique), ".."); in afs_edit_dir_update_dotdot()
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()
/linux-6.12.1/drivers/accel/
Ddrm_accel.c61 if (master && master->unique) in accel_name_info()
62 seq_printf(m, " master=%s", master->unique); in accel_name_info()
63 if (dev->unique) in accel_name_info()
64 seq_printf(m, " unique=%s", dev->unique); in accel_name_info()
/linux-6.12.1/include/trace/events/
Dafs.h669 __entry->fid.unique = 0;
677 __entry->fid.unique,
703 __entry->fid.unique = 0;
711 __entry->fid.unique,
738 __entry->fid.unique = 0;
748 __entry->fid.unique,
777 __entry->fid.unique = 0;
789 __entry->fid.unique,
961 __entry->dfid.vid, __entry->dfid.vnode, __entry->dfid.unique,
963 __entry->fid.vnode, __entry->fid.unique)
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-firmware-sgi_uv31 machines, which each partition running a unique copy
32 of the operating system. Each partition will have a unique
57 unique ordinal value (ex. /sys/firmware/sgi_uv/hubs/hub_5)
96 A port object's name is appended by a unique ordinal value
104 The conn_hub entry contains a value representing the unique
109 The conn_port entry contains a value representing the unique
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-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-6.12.1/fs/coda/
Dpsdev.c116 hdr.opcode, hdr.unique); in coda_psdev_write()
122 hdr.opcode, hdr.unique); in coda_psdev_write()
150 if (tmp->uc_unique == hdr.unique) { in coda_psdev_write()
160 __func__, hdr.opcode, hdr.unique); in coda_psdev_write()
169 hdr.opcode, hdr.unique); in coda_psdev_write()
/linux-6.12.1/include/linux/
Delfnote.h72 #define _ELFNOTE(size, name, unique, type, desc) \ argument
79 } _ELFNOTE_PASTE(_note_, unique) \
/linux-6.12.1/Documentation/devicetree/bindings/input/
Dtwl4030-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
Domap-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-6.12.1/arch/alpha/kernel/
Dprocess.c226 current_thread_info()->pcb.unique = 0; in flush_thread()
268 childti->pcb.unique = tls; in copy_thread()
327 dest[32] = ti->pcb.unique; in dump_elf_thread()
/linux-6.12.1/tools/testing/selftests/tpm2/
Dtpm2.py298 (len(self.auth_policy), len(self.parameters), len(self.unique))
302 unique=bytes()): argument
308 self.unique = unique
318 len(self.unique),
319 self.unique)
/linux-6.12.1/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-6.12.1/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-6.12.1/drivers/scsi/aacraid/
Dcommctrl.c188 fibctx->unique = (u32)((ulong)fibctx & 0xFFFFFFFF); in open_getadapter_fib()
210 if (context->unique == fibctx->unique) { in open_getadapter_fib()
212 fibctx->unique++; in open_getadapter_fib()
220 if (copy_to_user(arg, &fibctx->unique, in open_getadapter_fib()
221 sizeof(fibctx->unique))) { in open_getadapter_fib()
281 if (fibctx->unique == f.fibctx) { /* We found a winner */ in next_getadapter_fib()
422 if (fibctx->unique == (u32)(uintptr_t)arg) /* We found a winner */ in close_getadapter_fib()

12345678910>>...15