| /linux/tools/perf/bench/ |
| H A D | futex.h | 51 futex_syscall(volatile u_int32_t *uaddr, int op, u_int32_t val, struct timespec *timeout, in futex_syscall() 52 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall() 58 futex_syscall_nr_requeue(volatile u_int32_t *uaddr, int op, u_int32_t val, int nr_requeue, in futex_syscall_nr_requeue() 59 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall_nr_requeue() 69 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() 79 futex_wake(u_int32_t *uaddr, int nr_wake, int opflags) in futex_wake() 88 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi() 97 futex_unlock_pi(u_int32_t *uaddr, int opflags) in futex_unlock_pi() 108 futex_cmp_requeue(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, int nr_wake, in futex_cmp_requeue() 124 futex_wait_requeue_pi(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, in futex_wait_requeue_pi() [all …]
|
| H A D | futex-lock-pi.c | 29 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 D | nf_conntrack_tcp.h | 9 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 */
|
| H A D | nf_conntrack_ftp.h | 20 u_int32_t seq_aft_nl[IP_CT_DIR_MAX][NUM_SEQ_TO_REMEMBER];
|
| /linux/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 25 typedef volatile u_int32_t futex_t; 127 u_int32_t bitset, int opflags) 138 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) 246 static inline u_int32_t 247 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) 258 static inline u_int32_t 270 static inline u_int32_t 283 static inline u_int32_t 284 futex_set(futex_t *uaddr, u_int32_t newva [all...] |
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.h | 139 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 D | matroxfb_crtc2.c | 33 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 D | matroxfb_crtc2.h | 32 u_int32_t cmap[16];
|
| /linux/drivers/gpio/ |
| H A D | gpio-vx855.c | 42 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 D | coda.h | 116 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 D | eisa_eeprom.h | 20 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 D | xt_cluster.c | 26 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 D | xt_limit.c | 145 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 D | xt_u32.c | 26 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() 50 u_int32_t number = ct->location[i].number; in u32_match_it()
|
| H A D | xt_ipcomp.c | 30 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
|
| H A D | xt_esp.c | 26 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
|
| H A D | nfnetlink_log.c | 77 u_int32_t copy_range; 78 u_int32_t seq; /* instance-local sequential counter */ 297 nfulnl_set_nlbufsiz(struct nfulnl_instance *inst, u_int32_t nlbufsiz) in nfulnl_set_nlbufsiz() 316 nfulnl_set_timeout(struct nfulnl_instance *inst, u_int32_t timeout) in nfulnl_set_timeout() 324 nfulnl_set_qthresh(struct nfulnl_instance *inst, u_int32_t qthresh) in nfulnl_set_qthresh() 760 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet() 761 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet() 763 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet() 764 + nla_total_size(sizeof(u_int32_t)) /* ifindex */ in nfulnl_log_packet() 766 + nla_total_size(sizeof(u_int32_t)) /* mar in nfulnl_log_packet() [all...] |
| H A D | xt_connmark.c | 30 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()
|
| H A D | nf_conntrack_ftp.c | 107 static int try_number(const char *data, size_t dlen, u_int32_t array[], in try_number() 110 u_int32_t i, len; in try_number() 146 u_int32_t array[6]; in try_rfc959() 240 u_int32_t array[4]; in try_eprt()
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_wait.c | 51 u_int32_t f_private = 0; in TEST() 77 u_int32_t *shared_data; in TEST() 125 u_int32_t f_private = 0; in TEST()
|
| /linux/sound/pci/pcxhr/ |
| H A D | pcxhr.h | 133 u_int32_t timer_period_frag; /* timer: samples elapsed since last call to snd_pcm_period_elapsed (0..period_size) */ 134 u_int32_t timer_buf_periods; /* nb of periods in the buffer that have already elapsed */
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_limit.c | 58 static u_int32_t 59 user2credits(u_int32_t user) in user2credits()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6table_mangle.c | 47 flowlabel = *((u_int32_t *)ipv6_hdr(skb)); in ip6t_mangle_out() 57 flowlabel != *((u_int32_t *)ipv6_hdr(skb)))) { in ip6t_mangle_out()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | pm_nl_ctl.c | 161 u_int32_t saddr4 = ntohl(*(__u32 *)RTA_DATA(attrs)); in capture_events() 173 u_int32_t daddr4 = ntohl(*(__u32 *)RTA_DATA(attrs)); in capture_events() 355 u_int32_t token; in dsf() 464 u_int32_t flags = MPTCP_PM_ADDR_FLAG_SUBFLOW; in csf() 470 u_int32_t token; in csf() 600 u_int32_t token; in remove_addr() 647 u_int32_t flags = MPTCP_PM_ADDR_FLAG_SIGNAL; in announce_addr() 648 u_int32_t token = UINT_MAX; in announce_addr() 650 u_int32_t id = UINT_MAX; in announce_addr() 776 u_int32_t flag in add_addr() [all...] |
| /linux/fs/befs/ |
| H A D | btree.c | 733 if (*(u_int32_t *) key1 == *(u_int32_t *) key2) 735 else if (*(u_int32_t *) key1 > *(u_int32_t *) key2)
|