Home
last modified time | relevance | path

Searched refs:_cred (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dcred.h256 static inline void put_cred(const struct cred *_cred) in put_cred() argument
258 struct cred *cred = (struct cred *) _cred; in put_cred()
/linux-2.6.39/kernel/
Dcred.c80 static inline void alter_cred_subscribers(const struct cred *_cred, int n) in alter_cred_subscribers() argument
83 struct cred *cred = (struct cred *) _cred; in alter_cred_subscribers()