Searched refs:eproc (Results 1 – 2 of 2) sorted by relevance
471 struct binder_proc_ext *eproc; in binder_get_cred() local473 eproc = container_of(proc, struct binder_proc_ext, proc); in binder_get_cred()474 return eproc->cred; in binder_get_cred()
4996 struct binder_proc_ext *eproc = in binder_free_proc() local5011 put_cred(eproc->cred); in binder_free_proc()5014 kfree(eproc); in binder_free_proc()5700 struct binder_proc_ext *eproc; in binder_open() local5709 eproc = kzalloc(sizeof(*eproc), GFP_KERNEL); in binder_open()5710 proc = &eproc->proc; in binder_open()5717 eproc->cred = get_cred(filp->f_cred); in binder_open()