Home
last modified time | relevance | path

Searched refs:toff (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dkcmp.h36 __u32 toff; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dkcmp.h36 __u32 toff; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dkcmp.h23 __u32 toff; member
/kernel/linux/linux-5.10/include/linux/
H A Deventpoll.h22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
/kernel/linux/linux-6.6/include/linux/
H A Deventpoll.h22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
/kernel/linux/linux-6.6/arch/riscv/kvm/
H A 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()
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/
H A Dkcmp_test.c141 .toff = 0, in main()
/kernel/linux/linux-6.6/tools/testing/selftests/kcmp/
H A Dkcmp_test.c144 .toff = 0, in main()
/kernel/linux/linux-6.6/drivers/leds/rgb/
H A Dleds-mt6370-rgb.c275 unsigned int toff) in mt6370_set_led_duty()
282 ratio = ton * divisor / (ton + toff); in mt6370_set_led_duty()
303 unsigned int toff) in mt6370_set_led_freq()
310 tsum = ton + toff; in mt6370_set_led_freq()
376 * toff: byte 2, b'[3:0] in mt6370_gen_breath_pattern()
274 mt6370_set_led_duty(struct mt6370_priv *priv, unsigned int led_no, unsigned int ton, unsigned int toff) mt6370_set_led_duty() argument
302 mt6370_set_led_freq(struct mt6370_priv *priv, unsigned int led_no, unsigned int ton, unsigned int toff) mt6370_set_led_freq() argument
/kernel/linux/linux-5.10/include/linux/power/
H A Dmax17042_battery.h194 u16 toff; /* 0x2D */ member
/kernel/linux/linux-5.10/kernel/
H A Dkcmp.c133 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
/kernel/linux/linux-6.6/include/linux/power/
H A Dmax17042_battery.h196 u16 toff; /* 0x2D */ member
/kernel/linux/linux-6.6/kernel/
H A Dkcmp.c117 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c1074 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument
1082 if (toff == 0) in ep_find_tfd()
1085 toff--; in ep_find_tfd()
1094 unsigned long toff) in get_epoll_tfile_raw_ptr()
1106 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
1093 get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff) get_epoll_tfile_raw_ptr() argument
/kernel/linux/linux-6.6/fs/
H A 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()
1061 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
1048 get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff) get_epoll_tfile_raw_ptr() argument
/kernel/linux/linux-5.10/net/sched/
H A 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()
/kernel/linux/linux-6.6/net/sched/
H A 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()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dmax17042_battery.c744 max17042_override_por(map, MAX17042_TOFF, config->toff); in max17042_override_por_values()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dmax17042_battery.c746 max17042_override_por(map, MAX17042_TOFF, config->toff); in max17042_override_por_values()
/kernel/linux/linux-5.10/fs/ocfs2/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 30 milliseconds