cregit-Linux how code gets into the kernel

Release 4.12 include/linux/timerfd.h

Directory: include/linux
/*
 *  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 Libenzi2385.19%240.00%
Cyrill V. Gorcunov27.41%120.00%
Mike Frysinger13.70%120.00%
Thomas Gleixner13.70%120.00%
Total27100.00%5100.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.