_cred             280 include/linux/cred.h static inline void put_cred(const struct cred *_cred)
_cred             282 include/linux/cred.h 	struct cred *cred = (struct cred *) _cred;
_cred              81 kernel/cred.c  static inline void alter_cred_subscribers(const struct cred *_cred, int n)
_cred              84 kernel/cred.c  	struct cred *cred = (struct cred *) _cred;