syscall: rename z_object_recycle -> k_object_recycle

Rename z_object_recycle and do not use z_ for internal APIs.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/lib/os/fdtable.c b/lib/os/fdtable.c
index ccb14fa..757ebf4 100644
--- a/lib/os/fdtable.c
+++ b/lib/os/fdtable.c
@@ -263,7 +263,7 @@
 	 * This call is a no-op if obj is invalid or points to something
 	 * not a kernel object.
 	 */
-	z_object_recycle(obj);
+	k_object_recycle(obj);
 #endif
 	fdtable[fd].obj = obj;
 	fdtable[fd].vtable = vtable;