Searched refs:toff (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/tools/include/uapi/linux/ |
D | kcmp.h | 25 __u32 toff; /* target offset within same numbered sequence */ member
|
/linux-6.1.9/include/uapi/linux/ |
D | kcmp.h | 25 __u32 toff; /* target offset within same numbered sequence */ member
|
/linux-6.1.9/include/linux/ |
D | eventpoll.h | 22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
|
/linux-6.1.9/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 144 .toff = 0, in main()
|
/linux-6.1.9/include/linux/power/ |
D | max17042_battery.h | 196 u16 toff; /* 0x2D */ member
|
/linux-6.1.9/kernel/ |
D | kcmp.c | 117 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
|
/linux-6.1.9/fs/ |
D | eventpoll.c | 998 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument 1006 if (toff == 0) in ep_find_tfd() 1009 toff--; in ep_find_tfd() 1018 unsigned long toff) in get_epoll_tfile_raw_ptr() argument 1030 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
|
/linux-6.1.9/net/sched/ |
D | cls_u32.c | 149 int toff = off + key->off + (off2 & key->offmask); in u32_classify() local 152 if (skb_headroom(skb) + toff > INT_MAX) in u32_classify() 155 data = skb_header_pointer(skb, toff, 4, &hdata); in u32_classify()
|
/linux-6.1.9/drivers/power/supply/ |
D | max17042_battery.c | 751 max17042_override_por(map, MAX17042_TOFF, config->toff); in max17042_override_por_values()
|
/linux-6.1.9/fs/ocfs2/ |
D | dir.c | 122 unsigned long toff = blklen - sizeof(struct ocfs2_dir_block_trailer); in ocfs2_skip_dir_trailer() local 127 if (offset != toff) in ocfs2_skip_dir_trailer()
|