Home
last modified time | relevance | path

Searched refs:dlm (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c577 struct ldlm_request *dlm = NULL; in ldlm_prep_elc_req() local
616 dlm = req_capsule_client_get(pill, &RMF_DLM_REQ); in ldlm_prep_elc_req()
617 LASSERT(dlm); in ldlm_prep_elc_req()
622 dlm->lock_count = canceloff; in ldlm_prep_elc_req()
830 struct ldlm_request *dlm; in ldlm_cancel_pack() local
834 dlm = req_capsule_client_get(&req->rq_pill, &RMF_DLM_REQ); in ldlm_cancel_pack()
835 LASSERT(dlm != NULL); in ldlm_cancel_pack()
842 LASSERT(max >= dlm->lock_count + count); in ldlm_cancel_pack()
853 dlm->lock_handle[dlm->lock_count++] = lock->l_remote_handle; in ldlm_cancel_pack()
/drivers/staging/lustre/lustre/osc/
Dosc_internal.h180 int osc_dlm_lock_pageref(struct ldlm_lock *dlm);
Dosc_lock.c1590 int osc_dlm_lock_pageref(struct ldlm_lock *dlm) in osc_dlm_lock_pageref() argument
1596 olock = dlm->l_ast_data; in osc_dlm_lock_pageref()
/drivers/tty/serial/8250/
D8250_port.c280 unsigned char dlm = serial_in(up, UART_DLM); in default_serial_dl_read() local
282 return dll | dlm << 8; in default_serial_dl_read()
2908 unsigned char lcr, dll, dlm; in probe_baud() local
2914 dlm = serial_port_in(port, UART_DLM); in probe_baud()
2917 quot = (dlm << 8) | dll; in probe_baud()
/drivers/tty/serial/
Dpch_uart.c459 unsigned int dll, dlm, lcr; in pch_uart_hal_set_line() local
469 dlm = ((unsigned int)div >> 8) & 0x00FFU; in pch_uart_hal_set_line()
494 iowrite8(dlm, priv->membase + PCH_UART_DLM); in pch_uart_hal_set_line()
Dioc4_serial.c266 char dlm; /* DLAB == 1 */ member
282 #define i4u_dlm u2.dlm