Lines Matching refs:posix_clock
18 * Returns NULL if the posix_clock instance attached to 'fp' is old and stale.
20 static struct posix_clock *get_posix_clock(struct file *fp)
23 struct posix_clock *clk = pccontext->clk;
35 static void put_posix_clock(struct posix_clock *clk)
44 struct posix_clock *clk = get_posix_clock(fp);
61 struct posix_clock *clk = get_posix_clock(fp);
79 struct posix_clock *clk = get_posix_clock(fp);
96 struct posix_clock *clk =
97 container_of(inode->i_cdev, struct posix_clock, cdev);
132 struct posix_clock *clk;
160 int posix_clock_register(struct posix_clock *clk, struct device *dev)
180 void posix_clock_unregister(struct posix_clock *clk)
194 struct posix_clock *clk;