Loading drivers/staging/android/oneshot_sync.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -288,7 +288,7 @@ int oneshot_fence_signal(struct oneshot_sync_timeline *timeline, } spin_unlock(&timeline->lock); if (ret == -EINVAL) pr_debug("fence: %p not from this timeline\n", fence); pr_debug("fence: %pK not from this timeline\n", fence); if (signaled) sync_timeline_signal(&timeline->obj); Loading drivers/staging/android/sync.c +3 −3 Original line number Diff line number Diff line Loading @@ -617,14 +617,14 @@ int sync_fence_wait(struct sync_fence *fence, long timeout) return err; if (fence->status < 0) { pr_info("fence error %d on [%p]\n", fence->status, fence); pr_info("fence error %d on [%pK]\n", fence->status, fence); sync_dump(); return fence->status; } if (fence->status == 0) { if (timeout > 0) { pr_info("fence timeout on [%p] after %dms\n", fence, pr_info("fence timeout on [%pK] after %dms\n", fence, jiffies_to_msecs(timeout)); sync_dump(); } Loading Loading @@ -925,7 +925,7 @@ static void sync_print_fence(struct seq_file *s, struct sync_fence *fence) struct list_head *pos; unsigned long flags; seq_printf(s, "[%p] %s: %s\n", fence, fence->name, seq_printf(s, "[%pK] %s: %s\n", fence, fence->name, sync_status_str(fence->status)); list_for_each(pos, &fence->pt_list_head) { Loading Loading
drivers/staging/android/oneshot_sync.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -288,7 +288,7 @@ int oneshot_fence_signal(struct oneshot_sync_timeline *timeline, } spin_unlock(&timeline->lock); if (ret == -EINVAL) pr_debug("fence: %p not from this timeline\n", fence); pr_debug("fence: %pK not from this timeline\n", fence); if (signaled) sync_timeline_signal(&timeline->obj); Loading
drivers/staging/android/sync.c +3 −3 Original line number Diff line number Diff line Loading @@ -617,14 +617,14 @@ int sync_fence_wait(struct sync_fence *fence, long timeout) return err; if (fence->status < 0) { pr_info("fence error %d on [%p]\n", fence->status, fence); pr_info("fence error %d on [%pK]\n", fence->status, fence); sync_dump(); return fence->status; } if (fence->status == 0) { if (timeout > 0) { pr_info("fence timeout on [%p] after %dms\n", fence, pr_info("fence timeout on [%pK] after %dms\n", fence, jiffies_to_msecs(timeout)); sync_dump(); } Loading Loading @@ -925,7 +925,7 @@ static void sync_print_fence(struct seq_file *s, struct sync_fence *fence) struct list_head *pos; unsigned long flags; seq_printf(s, "[%p] %s: %s\n", fence, fence->name, seq_printf(s, "[%pK] %s: %s\n", fence, fence->name, sync_status_str(fence->status)); list_for_each(pos, &fence->pt_list_head) { Loading