Searched refs:locker (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/net/ceph/ |
D | cls_lock_client.c | 142 struct ceph_entity_name *locker) in ceph_cls_break_lock() argument 169 ceph_encode_copy(&p, locker, sizeof(*locker)); in ceph_cls_break_lock() 173 cookie, ENTITY_NAME(*locker)); in ceph_cls_break_lock() 245 static int decode_locker(void **p, void *end, struct ceph_locker *locker) in decode_locker() argument 256 ceph_decode_copy(p, &locker->id.name, sizeof(locker->id.name)); in decode_locker() 261 locker->id.cookie = s; in decode_locker() 269 ret = ceph_decode_entity_addr(p, end, &locker->info.addr); in decode_locker() 277 ENTITY_NAME(locker->id.name), locker->id.cookie, in decode_locker() 278 ceph_pr_addr(&locker->info.addr)); in decode_locker()
|
/Linux-v5.10/include/linux/ceph/ |
D | cls_lock_client.h | 40 struct ceph_entity_name *locker);
|
/Linux-v5.10/drivers/net/wan/ |
D | z85230.c | 706 static volatile int locker=0; in z8530_interrupt() local 710 if(locker) in z8530_interrupt() 715 locker=1; in z8530_interrupt() 761 locker=0; in z8530_interrupt()
|
/Linux-v5.10/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-v5.10/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-v5.10/drivers/block/ |
D | rbd.c | 3943 const struct ceph_locker *locker) in find_watcher() argument 3958 sscanf(locker->id.cookie, RBD_LOCK_COOKIE_PREFIX " %llu", &cookie); in find_watcher() 3960 if (!memcmp(&watchers[i].addr, &locker->info.addr, in find_watcher() 3961 sizeof(locker->info.addr)) && in find_watcher()
|
/Linux-v5.10/drivers/scsi/ |
D | aha152x.c | 518 #define QLOCKER (HOSTDATA(shpnt)->locker)
|