Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/linux-6.15/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/linux-6.15/include/linux/
H A Deventpoll.h22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
/linux-6.15/arch/riscv/kvm/
H A Daia_device.c601 u32 g, toff, iid = msi->data; in kvm_riscv_aia_inject_msi() local
621 toff = target & (IMSIC_MMIO_PAGE_SZ - 1); in kvm_riscv_aia_inject_msi()
623 toff, iid); in kvm_riscv_aia_inject_msi()
/linux-6.15/tools/testing/selftests/kcmp/
H A Dkcmp_test.c144 .toff = 0, in main()
/linux-6.15/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-6.15/include/linux/power/
H A Dmax17042_battery.h196 u16 toff; /* 0x2D */ member
/linux-6.15/kernel/
H A Dkcmp.c117 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
/linux-6.15/fs/
H A Deventpoll.c1200 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument
1208 if (toff == 0) in ep_find_tfd()
1211 toff--; in ep_find_tfd()
1220 unsigned long toff) in get_epoll_tfile_raw_ptr() argument
1232 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
/linux-6.15/net/sched/
H A Dcls_u32.c161 int toff = off + key->off + (off2 & key->offmask); in u32_classify() local
164 if (skb_headroom(skb) + toff > INT_MAX) in u32_classify()
167 data = skb_header_pointer(skb, toff, 4, &hdata); in u32_classify()
/linux-6.15/drivers/power/supply/
H A Dmax17042_battery.c748 max17042_override_por(map, MAX17042_TOFF, config->toff); in max17042_override_por_values()
/linux-6.15/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()