Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/linux-6.6.21/tools/include/uapi/linux/
Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/linux-6.6.21/include/linux/
Deventpoll.h22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
/linux-6.6.21/arch/riscv/kvm/
Daia_device.c600 u32 g, toff, iid = msi->data; in kvm_riscv_aia_inject_msi() local
620 toff = target & (IMSIC_MMIO_PAGE_SZ - 1); in kvm_riscv_aia_inject_msi()
622 toff, iid); in kvm_riscv_aia_inject_msi()
/linux-6.6.21/tools/testing/selftests/kcmp/
Dkcmp_test.c144 .toff = 0, in main()
/linux-6.6.21/drivers/leds/rgb/
Dleds-mt6370-rgb.c275 unsigned int toff) in mt6370_set_led_duty() argument
282 ratio = ton * divisor / (ton + toff); in mt6370_set_led_duty()
303 unsigned int toff) in mt6370_set_led_freq() argument
310 tsum = ton + toff; in mt6370_set_led_freq()
/linux-6.6.21/include/linux/power/
Dmax17042_battery.h196 u16 toff; /* 0x2D */ member
/linux-6.6.21/kernel/
Dkcmp.c117 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
/linux-6.6.21/fs/
Deventpoll.c1029 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument
1037 if (toff == 0) in ep_find_tfd()
1040 toff--; in ep_find_tfd()
1049 unsigned long toff) in get_epoll_tfile_raw_ptr() argument
1061 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
/linux-6.6.21/net/sched/
Dcls_u32.c151 int toff = off + key->off + (off2 & key->offmask); in u32_classify() local
154 if (skb_headroom(skb) + toff > INT_MAX) in u32_classify()
157 data = skb_header_pointer(skb, toff, 4, &hdata); in u32_classify()
/linux-6.6.21/drivers/power/supply/
Dmax17042_battery.c746 max17042_override_por(map, MAX17042_TOFF, config->toff); in max17042_override_por_values()
/linux-6.6.21/fs/ocfs2/
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()