/linux-6.6.21/tools/perf/bench/ |
D | futex.h | 49 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 …]
|
D | futex-lock-pi.c | 29 u_int32_t *futex; 34 static u_int32_t global_futex = 0; 141 worker[i].futex = calloc(1, sizeof(u_int32_t)); in create_threads()
|
/linux-6.6.21/include/linux/netfilter/ |
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 */
|
/linux-6.6.21/tools/testing/selftests/futex/include/ |
D | futextest.h | 25 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-6.6.21/drivers/video/fbdev/matrox/ |
D | matroxfb_accel.c | 89 static inline void matrox_cfb4_pal(u_int32_t* pal) { in matrox_cfb4_pal() 97 static inline void matrox_cfb8_pal(u_int32_t* pal) { in matrox_cfb8_pal() 113 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() 307 static void matroxfb_accel_clear(struct matrox_fb_info *minfo, u_int32_t color, in matroxfb_accel_clear() 332 …matroxfb_accel_clear(minfo, ((u_int32_t *)info->pseudo_palette)[rect->color], rect->dy, rect->dx, … in matroxfb_fillrect() 337 static void matroxfb_cfb4_clear(struct matrox_fb_info *minfo, u_int32_t bgx, in matroxfb_cfb4_clear() 370 u_int32_t step = minfo->fbcon.var.xres_virtual >> 1; in matroxfb_cfb4_clear() 374 u_int32_t loop; in matroxfb_cfb4_clear() [all …]
|
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 …]
|
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 …]
|
D | matroxfb_g450.c | 240 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-6.6.21/drivers/atm/ |
D | nicstarmac.c | 39 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-6.6.21/drivers/gpio/ |
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() 135 u_int32_t reg_out; in vx855gpio_set()
|
/linux-6.6.21/include/uapi/linux/ |
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-6.6.21/arch/parisc/include/asm/ |
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-6.6.21/net/netfilter/ |
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()
|
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() 49 u_int32_t number = ct->location[i].number; in u32_match_it()
|
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;
|
D | xt_esp.c | 26 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
|
D | xt_ipcomp.c | 30 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
|
D | nfnetlink_log.c | 77 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 …]
|
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()
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | ip6t_rt.c | 26 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()
|
D | ip6t_ah.c | 25 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
|
D | ip6table_mangle.c | 37 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()
|
D | ip6t_frag.c | 24 id_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) in id_match()
|
/linux-6.6.21/net/ipv4/netfilter/ |
D | ipt_ah.c | 20 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match()
|
/linux-6.6.21/sound/pci/pcxhr/ |
D | pcxhr.h | 133 …u_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 */
|