Searched refs:u_sec (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/tools/objtool/ |
D | orc_gen.c | 89 static int create_orc_entry(struct elf *elf, struct section *u_sec, struct section *ip_relocsec, in create_orc_entry() argument 97 orc = (struct orc_entry *)u_sec->data->d_buf + idx; in create_orc_entry() 146 struct section *sec, *u_sec, *ip_relocsec; in create_orc_sections() local 195 u_sec = elf_create_section(file->elf, ".orc_unwind", 0, in create_orc_sections() 209 if (create_orc_entry(file->elf, u_sec, ip_relocsec, idx, in create_orc_sections() 221 if (create_orc_entry(file->elf, u_sec, ip_relocsec, idx, in create_orc_sections()
|
/Linux-v5.10/drivers/input/joystick/ |
D | grip_mp.c | 134 static inline int poll_until(u8 onbits, u8 offbits, int u_sec, struct gameport* gp, u8 *data) in poll_until() argument 138 nloops = gameport_time(gp, u_sec); in poll_until() 145 dbg("gameport timed out after %d microseconds.\n", u_sec); in poll_until()
|