cregit-Linux how code gets into the kernel

Release 4.15 include/linux/errseq.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * See Documentation/errseq.rst and lib/errseq.c
 */
#ifndef _LINUX_ERRSEQ_H

#define _LINUX_ERRSEQ_H


typedef u32	errseq_t;

errseq_t errseq_set(errseq_t *eseq, int err);
errseq_t errseq_sample(errseq_t *eseq);
int errseq_check(errseq_t *eseq, errseq_t since);
int errseq_check_and_advance(errseq_t *eseq, errseq_t *since);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Layton5598.21%375.00%
Greg Kroah-Hartman11.79%125.00%
Total56100.00%4100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.