binder: separate out binder_alloc functions
authorTodd Kjos <tkjos@android.com>
Thu, 29 Jun 2017 19:01:40 +0000 (12:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jul 2017 12:47:28 +0000 (14:47 +0200)
commit19c987241ca1216a51118b2bd0185b8bc5081783
tree873682dda02a96f5eb3ed6a8a084b19f9dc9ac66
parent7c03f0d6163a500b655467bd8306d435bef18a83
binder: separate out binder_alloc functions

Continuation of splitting the binder allocator from the binder
driver. Separate binder_alloc functions from normal binder
functions. Protect the allocator with a separate mutex.

Signed-off-by: Todd Kjos <tkjos@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c
drivers/android/binder_trace.h