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()
4946 struct binder_proc_ext *eproc = in binder_free_proc() local4961 put_cred(eproc->cred); in binder_free_proc()4964 kfree(eproc); in binder_free_proc()5650 struct binder_proc_ext *eproc; in binder_open() local5659 eproc = kzalloc(sizeof(*eproc), GFP_KERNEL); in binder_open()5660 proc = &eproc->proc; in binder_open()5667 eproc->cred = get_cred(filp->f_cred); in binder_open()