Searched refs:locker (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/ceph/ |
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-6.1.9/include/linux/ceph/ |
D | cls_lock_client.h | 40 struct ceph_entity_name *locker);
|
/linux-6.1.9/drivers/clk/meson/ |
D | axg-audio.c | 743 static struct clk_regmap locker = variable 744 AUD_PCLK_GATE(locker, AUDIO_CLK_GATE_EN, 28); 1231 [AUD_CLKID_LOCKER] = &locker.hw, 1648 &locker,
|
/linux-6.1.9/Documentation/locking/ |
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-6.1.9/drivers/block/ |
D | rbd.c | 3879 const struct ceph_locker *locker) in find_watcher() argument 3894 sscanf(locker->id.cookie, RBD_LOCK_COOKIE_PREFIX " %llu", &cookie); in find_watcher() 3901 &locker->info.addr) && in find_watcher()
|
/linux-6.1.9/drivers/scsi/ |
D | aha152x.c | 536 #define QLOCKER (HOSTDATA(shpnt)->locker)
|