cregit-Linux how code gets into the kernel

Release 4.16 include/linux/timerfd.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
/*
 *  include/linux/timerfd.h
 *
 *  Copyright (C) 2007  Davide Libenzi <davidel@xmailserver.org>
 *
 */

#ifndef _LINUX_TIMERFD_H

#define _LINUX_TIMERFD_H

#include <uapi/linux/timerfd.h>


#define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/* Flags for timerfd_create.  */

#define TFD_CREATE_FLAGS TFD_SHARED_FCNTL_FLAGS
/* Flags for timerfd_settime.  */

#define TFD_SETTIME_FLAGS (TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)

#endif /* _LINUX_TIMERFD_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Davide Libenzi2382.14%233.33%
Cyrill V. Gorcunov27.14%116.67%
Greg Kroah-Hartman13.57%116.67%
Thomas Gleixner13.57%116.67%
Mike Frysinger13.57%116.67%
Total28100.00%6100.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.