Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/linux/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/linux/arch/riscv/kvm/
H A Daia_device.c567 u32 g, toff, iid = msi->data; in kvm_riscv_aia_inject_msi() local
587 toff = target & (IMSIC_MMIO_PAGE_SZ - 1); in kvm_riscv_aia_inject_msi()
589 toff, iid); in kvm_riscv_aia_inject_msi()
/linux/tools/testing/selftests/kcmp/
H A Dkcmp_test.c144 .toff = 0, in main()
/linux/drivers/leds/rgb/
H A Dleds-mt6370-rgb.c274 unsigned int toff) in mt6370_set_led_duty() argument
281 ratio = ton * divisor / (ton + toff); in mt6370_set_led_duty()
302 unsigned int toff) in mt6370_set_led_freq() argument
309 tsum = ton + toff; in mt6370_set_led_freq()
/linux/include/linux/power/
H A Dmax17042_battery.h196 u16 toff; /* 0x2D */ member
/linux/fs/
H A Deventpoll.c1199 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument
1207 if (toff == 0) in ep_find_tfd()
1210 toff--; in ep_find_tfd()
1219 unsigned long toff) in get_epoll_tfile_raw_ptr() argument
1231 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
/linux/net/sched/
H A Dcls_u32.c161 int toff = off + key->off + (off2 & key->offmask); in u32_classify() local
164 data = skb_header_pointer_careful(skb, toff, 4, in u32_classify()
/linux/fs/ocfs2/
H A Ddir.c122 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()