Home
last modified time | relevance | path

Searched refs:u_int32_t (Results 1 – 25 of 78) sorted by relevance

1234

/linux/tools/perf/bench/
H A Dfutex.h50 futex_syscall(volatile u_int32_t *uaddr, int op, u_int32_t val, struct timespec *timeout, in futex_syscall()
51 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall()
57 futex_syscall_nr_requeue(volatile u_int32_t *uaddr, int op, u_int32_t val, int nr_requeue, in futex_syscall_nr_requeue()
58 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall_nr_requeue()
68 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait()
78 futex_wake(u_int32_t *uaddr, int nr_wake, int opflags) in futex_wake()
87 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi()
96 futex_unlock_pi(u_int32_t *uaddr, int opflags) in futex_unlock_pi()
107 futex_cmp_requeue(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, int nr_wake, in futex_cmp_requeue()
123 futex_wait_requeue_pi(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, in futex_wait_requeue_pi()
[all …]
H A Dfutex-lock-pi.c29 u_int32_t *futex;
34 static u_int32_t global_futex = 0;
144 worker[i].futex = calloc(1, sizeof(u_int32_t)); in create_threads()
/linux/include/linux/netfilter/
H A Dnf_conntrack_tcp.h9 u_int32_t td_end; /* max of seq + len */
10 u_int32_t td_maxend; /* max of ack + max(win, 1) */
11 u_int32_t td_maxwin; /* max(win) */
12 u_int32_t td_maxack; /* max of ack */
24 u_int32_t last_seq; /* Last sequence number seen in dir */
25 u_int32_t last_ack; /* Last sequence number seen in opposite dir */
26 u_int32_t last_end; /* Last seq + len */
/linux/tools/testing/selftests/futex/include/
H A Dfutextest.h25 typedef volatile u_int32_t futex_t;
110 u_int32_t bitset, int opflags) in futex_wait_bitset()
121 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset()
229 static inline u_int32_t
230 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
241 static inline u_int32_t
253 static inline u_int32_t
266 static inline u_int32_t
267 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h139 static inline u_int32_t mga_readl(vaddr_t va, unsigned int offs) { in mga_readl()
143 static inline void mga_writel(vaddr_t va, unsigned int offs, u_int32_t value) { in mga_writel()
158 u_int32_t __iomem* addr = va.vaddr; in mga_memcpy_toio()
260 u_int32_t ctl;
264 u_int32_t MXoptionReg;
287 u_int32_t m_dwg_rect;
288 u_int32_t m_opmode;
289 u_int32_t m_access;
290 u_int32_t m_pitch;
301 int (*verifymode)(void* altout_dev, u_int32_t mode);
[all …]
H A Dmatroxfb_crtc2.c33 u_int32_t col; in matroxfb_dh_setcolreg()
68 u_int32_t tmp; in matroxfb_dh_restore()
69 u_int32_t datactl; in matroxfb_dh_restore()
123 u_int32_t linelen = m2info->fbcon.var.xres_virtual * (m2info->fbcon.var.bits_per_pixel >> 3); in matroxfb_dh_restore()
447 u_int32_t crt; in matroxfb_dh_ioctl()
449 if (get_user(crt, (u_int32_t __user *)arg)) in matroxfb_dh_ioctl()
464 u_int32_t tmp; in matroxfb_dh_ioctl()
468 if (get_user(tmp, (u_int32_t __user *)arg)) in matroxfb_dh_ioctl()
510 u_int32_t conn = 0; in matroxfb_dh_ioctl()
518 if (put_user(conn, (u_int32_t __user *)arg)) in matroxfb_dh_ioctl()
[all …]
H A Dmatroxfb_g450.c242 u_int32_t chromasc; in computeRegs()
243 u_int32_t hlen; in computeRegs()
244 u_int32_t hsl; in computeRegs()
245 u_int32_t hbp; in computeRegs()
246 u_int32_t hfp; in computeRegs()
247 u_int32_t hvis; in computeRegs()
570 static int matroxfb_g450_verify_mode(void* md, u_int32_t arg) { in matroxfb_g450_verify_mode()
/linux/drivers/atm/
H A Dnicstarmac.c39 static u_int32_t rdsrtab[] = {
61 static u_int32_t readtab[] = {
84 static u_int32_t clocktab[] = {
117 u_int32_t nicstar_read_eprom_status(virt_addr_t base)
119 u_int32_t val;
120 u_int32_t rbyte;
159 u_int32_t val = 0; in read_eprom_byte()
204 u_int32_t val; in nicstar_init_eprom()
235 u_int8_t prom_offset, u_int8_t * buffer, u_int32_t nbytes) in nicstar_read_eprom()
/linux/drivers/gpio/
H A Dgpio-vx855.c42 static inline u_int32_t gpi_i_bit(int i) in gpi_i_bit()
50 static inline u_int32_t gpo_o_bit(int i) in gpo_o_bit()
58 static inline u_int32_t gpio_i_bit(int i) in gpio_i_bit()
66 static inline u_int32_t gpio_o_bit(int i) in gpio_o_bit()
85 u_int32_t reg_out; in vx855gpio_direction_input()
108 u_int32_t reg_in; in vx855gpio_get()
134 u_int32_t reg_out; in vx855gpio_set()
/linux/include/uapi/linux/
H A Dcoda.h116 typedef unsigned int u_int32_t; typedef
152 u_int32_t d_fileno; /* file number of entry */
185 typedef u_int32_t vuid_t;
186 typedef u_int32_t vgid_t;
190 u_int32_t opaque[4];
296 u_int32_t opcode;
297 u_int32_t unique; /* Keep multiple outstanding msgs distinct */
305 u_int32_t opcode;
306 u_int32_t unique;
307 u_int32_t result;
/linux/arch/parisc/include/asm/
H A Deisa_eeprom.h20 u_int32_t num_writes; /* number of writes */
32 u_int32_t eisa_slot_id;
33 u_int32_t config_data_offset;
34 u_int32_t num_writes;
/linux/net/netfilter/
H A Dxt_cluster.c26 static inline u_int32_t
27 xt_cluster_hash_ipv4(u_int32_t ip, const struct xt_cluster_match_info *info) in xt_cluster_hash_ipv4()
32 static inline u_int32_t
38 static inline u_int32_t
42 u_int32_t hash = 0; in xt_cluster_hash()
H A Dxt_u32.c26 u_int32_t pos; in u32_match_it()
27 u_int32_t val; in u32_match_it()
28 u_int32_t at; in u32_match_it()
49 u_int32_t number = ct->location[i].number; in u32_match_it()
H A Dxt_limit.c145 u_int32_t avg;
146 u_int32_t burst;
149 u_int32_t credit;
150 u_int32_t credit_cap, cost;
152 u_int32_t master;
H A Dxt_ipcomp.c30 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
H A Dxt_esp.c26 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
H A Dnfnetlink_log.c77 u_int32_t copy_range;
78 u_int32_t seq; /* instance-local sequential counter */
292 nfulnl_set_nlbufsiz(struct nfulnl_instance *inst, u_int32_t nlbufsiz) in nfulnl_set_nlbufsiz()
311 nfulnl_set_timeout(struct nfulnl_instance *inst, u_int32_t timeout) in nfulnl_set_timeout()
319 nfulnl_set_qthresh(struct nfulnl_instance *inst, u_int32_t qthresh) in nfulnl_set_qthresh()
721 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet()
722 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet()
724 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet()
725 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet()
727 + nla_total_size(sizeof(u_int32_t)) /* mark */ in nfulnl_log_packet()
[all …]
H A Dxt_connmark.c30 u_int32_t new_targetmark; in connmark_tg_shift()
32 u_int32_t newmark; in connmark_tg_shift()
33 u_int32_t oldmark; in connmark_tg_shift()
/linux/net/ipv6/netfilter/
H A Dip6t_rt.c26 segsleft_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) in segsleft_match()
74 const u_int32_t *rp; in rt_mt6()
75 u_int32_t _reserved; in rt_mt6()
H A Dip6t_ah.c25 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
H A Dip6t_frag.c24 id_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) in id_match()
H A Dip6table_mangle.c47 flowlabel = *((u_int32_t *)ipv6_hdr(skb)); in ip6t_mangle_out()
57 flowlabel != *((u_int32_t *)ipv6_hdr(skb)))) { in ip6t_mangle_out()
/linux/net/ipv4/netfilter/
H A Dipt_ah.c20 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
/linux/sound/pci/pcxhr/
H A Dpcxhr.h133u_int32_t timer_period_frag; /* timer: samples elapsed since last call to snd_pcm_period_elapsed (…
134 u_int32_t timer_buf_periods; /* nb of periods in the buffer that have already elapsed */
/linux/net/bridge/netfilter/
H A Debt_limit.c58 static u_int32_t
59 user2credits(u_int32_t user) in user2credits()

1234