Home
last modified time | relevance | path

Searched refs:toff (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/tools/include/uapi/linux/
Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/Linux-v4.19/include/uapi/linux/
Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/Linux-v4.19/include/linux/
Deventpoll.h27 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
/Linux-v4.19/tools/testing/selftests/kcmp/
Dkcmp_test.c141 .toff = 0, in main()
/Linux-v4.19/include/linux/power/
Dmax17042_battery.h161 u16 toff; /* 0x2D */ member
/Linux-v4.19/kernel/
Dkcmp.c133 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
/Linux-v4.19/fs/
Deventpoll.c1072 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument
1080 if (toff == 0) in ep_find_tfd()
1083 toff--; in ep_find_tfd()
1092 unsigned long toff) in get_epoll_tfile_raw_ptr() argument
1104 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
/Linux-v4.19/net/sched/
Dcls_u32.c159 int toff = off + key->off + (off2 & key->offmask); in u32_classify() local
162 if (skb_headroom(skb) + toff > INT_MAX) in u32_classify()
165 data = skb_header_pointer(skb, toff, 4, &hdata); in u32_classify()
/Linux-v4.19/drivers/power/supply/
Dmax17042_battery.c743 max17042_override_por(map, MAx17042_TOFF, config->toff); in max17042_override_por_values()
/Linux-v4.19/fs/ocfs2/
Ddir.c142 unsigned long toff = blklen - sizeof(struct ocfs2_dir_block_trailer); in ocfs2_skip_dir_trailer() local
147 if (offset != toff) in ocfs2_skip_dir_trailer()