Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/uapi/linux/
Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/Linux-v5.4/include/uapi/linux/
Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/Linux-v5.4/include/linux/
Deventpoll.h22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
/Linux-v5.4/include/linux/power/
Dmax17042_battery.h148 u16 toff; /* 0x2D */ member
/Linux-v5.4/tools/testing/selftests/kcmp/
Dkcmp_test.c141 .toff = 0, in main()
/Linux-v5.4/kernel/
Dkcmp.c133 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
/Linux-v5.4/fs/
Deventpoll.c1073 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument
1081 if (toff == 0) in ep_find_tfd()
1084 toff--; in ep_find_tfd()
1093 unsigned long toff) in get_epoll_tfile_raw_ptr() argument
1105 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
/Linux-v5.4/net/sched/
Dcls_u32.c149 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-v5.4/drivers/power/supply/
Dmax17042_battery.c729 max17042_override_por(map, MAx17042_TOFF, config->toff); in max17042_override_por_values()
/Linux-v5.4/fs/ocfs2/
Ddir.c124 unsigned long toff = blklen - sizeof(struct ocfs2_dir_block_trailer); in ocfs2_skip_dir_trailer() local
129 if (offset != toff) in ocfs2_skip_dir_trailer()