Symbol: relative
drivers/gpu/host1x/hw/channel_hw.c
123
if (cmd->wait.relative)
drivers/gpu/host1x/hw/channel_hw.c
221
if (!job->cmds[0].is_wait || job->cmds[0].wait.relative)
drivers/gpu/host1x/hw/channel_hw.c
234
if (!cmd->is_wait || cmd->wait.relative)
drivers/gpu/host1x/job.c
127
bool relative, u32 next_class)
drivers/gpu/host1x/job.c
135
cmd->wait.relative = relative;
drivers/gpu/host1x/job.h
25
bool relative;
fs/nsfs.c
139
struct ns_common *relative;
fs/nsfs.c
141
relative = get_ns(ns);
fs/nsfs.c
142
if (IS_ERR(relative))
fs/nsfs.c
143
return PTR_ERR(relative);
fs/nsfs.c
145
return open_namespace(relative);
fs/smb/client/reparse.c
804
bool relative,
fs/smb/client/reparse.c
844
symroot && !relative) {
fs/smb/client/reparse.c
947
} else if (smb_target[0] == sep && relative) {
fs/smb/client/smb2proto.h
105
bool relative, const char *full_path,
fs/timerfd.c
191
static void timerfd_alarm_start(struct timerfd_ctx *ctx, ktime_t exp, bool relative)
fs/timerfd.c
194
if (!alarm_start_timer(&ctx->t.alarm, exp, relative))
include/linux/alarmtimer.h
52
bool alarm_start_timer(struct alarm *alarm, ktime_t expires, bool relative);
include/linux/host1x.h
362
bool relative, u32 next_class);
kernel/time/alarmtimer.c
347
bool alarm_start_timer(struct alarm *alarm, ktime_t expires, bool relative)
kernel/time/alarmtimer.c
351
if (relative)
tools/testing/selftests/bpf/prog_tests/tc_opts.c
2403
static void test_tc_opts_max_target(int target, int flags, bool relative)
tools/testing/selftests/bpf/prog_tests/tc_opts.c
2423
if (i == max_progs - 1 && relative)