Searched refs:locker (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ceph/ |
| H A D | cls_lock_client.c | 148 struct ceph_entity_name *locker) in ceph_cls_break_lock() argument 175 ceph_encode_copy(&p, locker, sizeof(*locker)); in ceph_cls_break_lock() 179 cookie, ENTITY_NAME(*locker)); in ceph_cls_break_lock() 251 static int decode_locker(void **p, void *end, struct ceph_locker *locker) in decode_locker() argument 262 ceph_decode_copy(p, &locker->id.name, sizeof(locker->id.name)); in decode_locker() 267 locker->id.cookie = s; in decode_locker() 275 ret = ceph_decode_entity_addr(p, end, &locker->info.addr); in decode_locker() 283 ENTITY_NAME(locker->id.name), locker->id.cookie, in decode_locker() 284 ceph_pr_addr(&locker->info.addr)); in decode_locker()
|
| /linux/fs/afs/ |
| H A D | fs_operation.c | 63 struct afs_io_locker *locker; in afs_unlock_for_io() local 66 locker = list_first_entry_or_null(&vnode->io_lock_waiters, in afs_unlock_for_io() 68 if (locker) { in afs_unlock_for_io() 69 list_del(&locker->link); in afs_unlock_for_io() 70 smp_store_release(&locker->have_lock, 1); /* The unlock barrier. */ in afs_unlock_for_io() 72 wake_up_process(locker->task); in afs_unlock_for_io()
|
| /linux/include/linux/ceph/ |
| H A D | cls_lock_client.h | 40 struct ceph_entity_name *locker);
|
| /linux/Documentation/locking/ |
| H A D | lockdep-design.rst | 525 IOW, whether there is a locker L3 that L1 blocks L3 and L2 gets blocked by L3. So 539 exclusive writer to non-recursive locker dependency, "X -(EN)-> Y" means 547 shared reader to non-recursive locker dependency, "X -(SN)-> Y" means 627 means either L2 in L1 -> L2 is a non-recursive locker (blocked by anyone) or
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 238 0x7, 0, ecx, 23, key_locker , Intel key locker support 515 0x19, 0, eax, 1, kl_no_encrypt , No-encrypt key locker restriction supported 516 0x19, 0, eax, 2, kl_no_decrypt , No-decrypt key locker restriction supported 517 0x19, 0, ebx, 0, aes_keylocker , AES key locker instructions supported 518 0x19, 0, ebx, 2, aes_keylocker_wide , AES wide key locker instructions supported 519 0x19, 0, ebx, 4, kl_msr_iwkey , Key locker MSRs and IWKEY backups supported
|