Home
last modified time | relevance | path

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

1234

/linux/tools/perf/bench/
A Dfutex.h49 futex_syscall(volatile u_int32_t *uaddr, int op, u_int32_t val, struct timespec *timeout, in futex_syscall()
50 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall()
56 futex_syscall_nr_requeue(volatile u_int32_t *uaddr, int op, u_int32_t val, int nr_requeue, in futex_syscall_nr_requeue()
57 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall_nr_requeue()
67 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait()
77 futex_wake(u_int32_t *uaddr, int nr_wake, int opflags) in futex_wake()
86 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi()
95 futex_unlock_pi(u_int32_t *uaddr, int opflags) in futex_unlock_pi()
106 futex_cmp_requeue(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, int nr_wake, in futex_cmp_requeue()
122 futex_wait_requeue_pi(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, in futex_wait_requeue_pi()
[all …]
A Dfutex-lock-pi.c28 u_int32_t *futex;
33 static u_int32_t global_futex = 0;
132 worker[i].futex = calloc(1, sizeof(u_int32_t)); in create_threads()
/linux/include/linux/netfilter/
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/drivers/video/fbdev/matrox/
A Dmatroxfb_accel.c113 u_int32_t maccess; in matrox_cfbX_init()
114 u_int32_t mpitch; in matrox_cfbX_init()
115 u_int32_t mopmode; in matrox_cfbX_init()
374 u_int32_t loop; in matroxfb_cfb4_clear()
383 u_int32_t loop; in matroxfb_cfb4_clear()
409 u_int32_t step; in matroxfb_1bpp_imageblit()
410 u_int32_t ydstlen; in matroxfb_1bpp_imageblit()
411 u_int32_t xlen; in matroxfb_1bpp_imageblit()
412 u_int32_t ar0; in matroxfb_1bpp_imageblit()
413 u_int32_t charcell; in matroxfb_1bpp_imageblit()
[all …]
A Dmatroxfb_base.h261 u_int32_t ctl;
289 u_int32_t m_opmode;
290 u_int32_t m_access;
291 u_int32_t m_pitch;
479 u_int32_t opt;
480 u_int32_t opt2;
481 u_int32_t opt3;
484 u_int32_t memmisc;
485 u_int32_t memrdbk;
486 u_int32_t maccess;
[all …]
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()
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()
524 u_int32_t tmp = 0; in matroxfb_dh_ioctl()
[all …]
A Dmatroxfb_g450.c240 u_int32_t chromasc; in computeRegs()
241 u_int32_t hlen; in computeRegs()
242 u_int32_t hsl; in computeRegs()
243 u_int32_t hbp; in computeRegs()
244 u_int32_t hfp; in computeRegs()
245 u_int32_t hvis; in computeRegs()
568 static int matroxfb_g450_verify_mode(void* md, u_int32_t arg) { in matroxfb_g450_verify_mode()
/linux/tools/testing/selftests/futex/include/
A Dfutextest.h25 typedef volatile u_int32_t futex_t;
99 u_int32_t bitset, int opflags) in futex_wait_bitset()
110 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset()
218 static inline u_int32_t
219 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
230 static inline u_int32_t
242 static inline u_int32_t
255 static inline u_int32_t
256 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
/linux/drivers/atm/
A Dnicstarmac.c44 static u_int32_t rdsrtab[] = {
66 static u_int32_t readtab[] = {
89 static u_int32_t clocktab[] = {
122 u_int32_t nicstar_read_eprom_status(virt_addr_t base)
124 u_int32_t val;
125 u_int32_t rbyte;
164 u_int32_t val = 0; in read_eprom_byte()
209 u_int32_t val; in nicstar_init_eprom()
240 u_int8_t prom_offset, u_int8_t * buffer, u_int32_t nbytes) in nicstar_read_eprom()
/linux/drivers/gpio/
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()
135 u_int32_t reg_out; in vx855gpio_set()
/linux/include/uapi/linux/
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/
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/
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()
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()
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;
A Dxt_esp.c26 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
A Dxt_ipcomp.c30 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
A Dnfnetlink_log.c76 u_int32_t copy_range;
77 u_int32_t seq; /* instance-local sequential counter */
710 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet()
711 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet()
713 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet()
714 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet()
716 + nla_total_size(sizeof(u_int32_t)) /* mark */ in nfulnl_log_packet()
717 + nla_total_size(sizeof(u_int32_t)) /* uid */ in nfulnl_log_packet()
718 + nla_total_size(sizeof(u_int32_t)) /* gid */ in nfulnl_log_packet()
733 size += nla_total_size(sizeof(u_int32_t)); in nfulnl_log_packet()
[all …]
/linux/net/ipv6/netfilter/
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()
A Dip6t_ah.c25 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
A Dip6table_mangle.c37 u_int32_t flowlabel, mark; in ip6t_mangle_out()
47 flowlabel = *((u_int32_t *)ipv6_hdr(skb)); in ip6t_mangle_out()
56 flowlabel != *((u_int32_t *)ipv6_hdr(skb)))) { in ip6t_mangle_out()
A Dip6t_frag.c24 id_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) in id_match()
/linux/net/ipv4/netfilter/
A Dipt_ah.c20 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
A Dipt_CLUSTERIP.c54 u_int32_t hash_initval; /* hash initialization */
347 static inline u_int32_t
398 clusterip_responsible(const struct clusterip_config *config, u_int32_t hash) in clusterip_responsible()
413 u_int32_t hash; in clusterip_tg()
580 u_int32_t flags;
585 u_int32_t hash_mode;
586 u_int32_t hash_initval;
706 u_int32_t local_nodes; in clusterip_seq_start()
/linux/sound/pci/pcxhr/
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 */

Completed in 31 milliseconds

1234