VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
2522fe45a186e (Thomas Gleixner 2019-05-28 09:57:20 -0700  1) /* SPDX-License-Identifier: GPL-2.0-only */
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  2) /******************************************************************************
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  3) *******************************************************************************
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  4) **
c36258b5925e6 (David Teigland  2007-09-27 15:53:38 -0500  5) **  Copyright (C) 2005-2007 Red Hat, Inc.  All rights reserved.
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  6) **
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  7) **
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  8) *******************************************************************************
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  9) ******************************************************************************/
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 10) 
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 11) #ifndef __REQUESTQUEUE_DOT_H__
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 12) #define __REQUESTQUEUE_DOT_H__
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 13) 
8b0d8e03f847d (Al Viro         2008-01-25 00:28:28 -0500 14) void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, struct dlm_message *ms);
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 15) int dlm_process_requestqueue(struct dlm_ls *ls);
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 16) void dlm_wait_requestqueue(struct dlm_ls *ls);
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 17) void dlm_purge_requestqueue(struct dlm_ls *ls);
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 18) 
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 19) #endif
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 20)