[go: nahoru, domu]

Searched defs:dlm (Results 1 - 5 of 5) sorted by relevance

/drivers/tty/serial/8250/
H A D8250_early.c109 unsigned char lcr, dll, dlm; local
115 dlm = serial8250_early_in(port, UART_DLM);
118 quot = (dlm << 8) | dll;
/drivers/staging/lustre/lustre/osc/
H A Dosc_lock.c364 /* re-grab LVB from a dlm lock under DLM spin-locks. */
691 * Blocking ast invoked by ldlm when dlm lock is either blocking progress of
783 /* first, do dlm part of the work */
1321 /* Now that we're the only user of dlm read/write reference,
1593 int osc_dlm_lock_pageref(struct ldlm_lock *dlm) argument
1599 olock = dlm->l_ast_data;
/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_request.c753 struct ldlm_request *dlm = NULL; local
792 dlm = req_capsule_client_get(pill, &RMF_DLM_REQ);
793 LASSERT(dlm);
798 dlm->lock_count = canceloff;
1134 struct ldlm_request *dlm; local
1138 dlm = req_capsule_client_get(&req->rq_pill, &RMF_DLM_REQ);
1139 LASSERT(dlm != NULL);
1146 LASSERT(max >= dlm->lock_count + count);
1157 dlm->lock_handle[dlm
[all...]
/drivers/tty/serial/
H A Dpch_uart.c458 unsigned int dll, dlm, lcr; local
468 dlm = ((unsigned int)div >> 8) & 0x00FFU;
493 iowrite8(dlm, priv->membase + PCH_UART_DLM);
H A Dioc4_serial.c266 char dlm; /* DLAB == 1 */ member in union:ioc4_uartregs::__anon6950
282 #define i4u_dlm u2.dlm

Completed in 101 milliseconds