Home
last modified time | relevance | path

Searched refs:int_arg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/watchdog/
H A Dwdt285.c137 int __user *int_arg = (int __user *)arg; in watchdog_ioctl() local
149 ret = put_user(0, int_arg); in watchdog_ioctl()
158 ret = get_user(new_margin, int_arg); in watchdog_ioctl()
173 ret = put_user(soft_margin, int_arg); in watchdog_ioctl()
/linux/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py52 def int_arg(v): function
64 args.add_argument("--start-time", type=int_arg, help="Monotonic clock time of sample to start from.…
66 args.add_argument("--stop-time", type=int_arg, help="Monotonic clock time of sample to stop at. "
68 args.add_argument("--start-sample", type=int_arg, help="Index of sample to start from. "
70 args.add_argument("--stop-sample", type=int_arg, help="Index of sample to stop at. "
/linux/tools/perf/trace/beauty/
H A Dbeauty.h85 int int_arg; member