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

/linux-master/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member in struct:kcmp_epoll_slot
/linux-master/tools/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member in struct:kcmp_epoll_slot
/linux-master/include/linux/
H A Deventpoll.h22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
/linux-master/tools/testing/selftests/kcmp/
H A Dkcmp_test.c144 .toff = 0,
/linux-master/arch/riscv/kvm/
H A Daia_device.c600 u32 g, toff, iid = msi->data; local
620 toff = target & (IMSIC_MMIO_PAGE_SZ - 1);
622 toff, iid);
/linux-master/include/linux/power/
H A Dmax17042_battery.h196 u16 toff; /* 0x2D */ member in struct:max17042_config_data
/linux-master/kernel/
H A Dkcmp.c119 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff);
/linux-master/drivers/leds/rgb/
H A Dleds-mt6370-rgb.c275 unsigned int toff)
282 ratio = ton * divisor / (ton + toff);
303 unsigned int toff)
310 tsum = ton + toff;
376 * toff: byte 2, b'[3:0]
274 mt6370_set_led_duty(struct mt6370_priv *priv, unsigned int led_no, unsigned int ton, unsigned int toff) argument
302 mt6370_set_led_freq(struct mt6370_priv *priv, unsigned int led_no, unsigned int ton, unsigned int toff) argument
/linux-master/fs/
H A Deventpoll.c1134 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) argument
1142 if (toff == 0)
1145 toff--;
1154 unsigned long toff)
1166 epi = ep_find_tfd(ep, tfd, toff);
1153 get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff) argument
/linux-master/net/sched/
H A Dcls_u32.c151 int toff = off + key->off + (off2 & key->offmask); local
154 if (skb_headroom(skb) + toff > INT_MAX)
157 data = skb_header_pointer(skb, toff, 4, &hdata);
/linux-master/drivers/power/supply/
H A Dmax17042_battery.c746 max17042_override_por(map, MAX17042_TOFF, config->toff);
/linux-master/fs/ocfs2/
H A Ddir.c122 unsigned long toff = blklen - sizeof(struct ocfs2_dir_block_trailer); local
127 if (offset != toff)

Completed in 197 milliseconds