summaryrefslogtreecommitdiff
path: root/fs/dlm/requestqueue.h
blob: 4e403469a84587f924c0b5374ed3fa2df514cb5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0-only */
/******************************************************************************
*******************************************************************************
**
**  Copyright (C) 2005-2007 Red Hat, Inc.  All rights reserved.
**
**
*******************************************************************************
******************************************************************************/

#ifndef __REQUESTQUEUE_DOT_H__
#define __REQUESTQUEUE_DOT_H__

void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, struct dlm_message *ms);
int dlm_process_requestqueue(struct dlm_ls *ls);
void dlm_wait_requestqueue(struct dlm_ls *ls);
void dlm_purge_requestqueue(struct dlm_ls *ls);

#endif

:43 +0200'>2023-09-18tty: serial: linflexuart: Fix to check return value of platform_get_irq() in ...Zhang Shurong 2023-07-25serial: linflexuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li 2023-07-25tty: Explicitly include correct DT includesRob Herring 2022-11-03serial: linflexuart: Use uart_xmit_advance()Ilpo Järvinen 2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen 2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby 2022-01-26serial: fsl_linflexuart: don't call uart_write_wakeup() twiceJiri Slaby 2022-01-26serial: fsl_linflexuart: deduplicate character sendingJiri Slaby 2021-08-26tty: serial: linflexuart: Remove redundant check to simplify the codeTang Bin 2020-11-06tty: serial: linflexuart: Remove unnecessary '|' operation and add error countLiu Xiang 2019-12-18tty/serial: Migrate fsl_linflexuart to use has_sysrqDmitry Safonov