Home
last modified time | relevance | path

Searched refs:cw (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/uapi/linux/dvb/
Dca.h132 unsigned char cw[8]; member
/linux-4.19.296/fs/dlm/
Dlock.c2508 static int grant_pending_convert(struct dlm_rsb *r, int high, int *cw, in grant_pending_convert() argument
2563 if (cw && lkb->lkb_rqmode == DLM_LOCK_CW) in grant_pending_convert()
2564 *cw = 1; in grant_pending_convert()
2577 static int grant_pending_wait(struct dlm_rsb *r, int high, int *cw, in grant_pending_wait() argument
2590 *cw = 1; in grant_pending_wait()
2602 static int lock_requires_bast(struct dlm_lkb *gr, int high, int cw) in lock_requires_bast() argument
2604 if (gr->lkb_grmode == DLM_LOCK_PR && cw) { in lock_requires_bast()
2620 int cw = 0; in grant_pending_locks() local
2628 high = grant_pending_convert(r, high, &cw, count); in grant_pending_locks()
2629 high = grant_pending_wait(r, high, &cw, count); in grant_pending_locks()
[all …]
/linux-4.19.296/include/linux/
Dieee80211.h1091 u8 cw; /* ECWmin, ECWmax (CW = 2^ECW - 1) */ member