/linux/drivers/misc/altera-stapl/ |
H A D | altera-jtag.c | 77 struct altera_jtag *js = &astate->js; in altera_jinit() local 80 js->jtag_state = ILLEGAL_JTAG_STATE; in altera_jinit() 83 js->drstop_state = IDLE; in altera_jinit() 84 js->irstop_state = IDLE; in altera_jinit() 85 js->dr_pre = 0; in altera_jinit() 86 js->dr_post = 0; in altera_jinit() 87 js->ir_pre = 0; in altera_jinit() 88 js->ir_post = 0; in altera_jinit() 89 js in altera_jinit() 102 altera_set_drstop(struct altera_jtag * js,enum altera_jtag_state state) altera_set_drstop() argument 109 altera_set_irstop(struct altera_jtag * js,enum altera_jtag_state state) altera_set_irstop() argument 116 altera_set_dr_pre(struct altera_jtag * js,u32 count,u32 start_index,u8 * preamble_data) altera_set_dr_pre() argument 155 altera_set_ir_pre(struct altera_jtag * js,u32 count,u32 start_index,u8 * preamble_data) altera_set_ir_pre() argument 193 altera_set_dr_post(struct altera_jtag * js,u32 count,u32 start_index,u8 * postamble_data) altera_set_dr_post() argument 233 altera_set_ir_post(struct altera_jtag * js,u32 count,u32 start_index,u8 * postamble_data) altera_set_ir_post() argument 274 struct altera_jtag *js = &astate->js; altera_jreset_idle() local 288 struct altera_jtag *js = &astate->js; altera_goto_jstate() local 341 struct altera_jtag *js = &astate->js; altera_wait_cycles() local 376 struct altera_jtag *js = &astate->js; altera_wait_msecs() local 589 struct altera_jtag *js = &astate->js; altera_irscan() local 688 struct altera_jtag *js = &astate->js; altera_swap_ir() local 792 struct altera_jtag *js = &astate->js; altera_drscan() local 883 struct altera_jtag *js = &astate->js; altera_swap_dr() local 985 struct altera_jtag *js = &astate->js; altera_free_buffers() local [all...] |
H A D | altera-jtag.h | 65 struct altera_jtag js; member 71 int altera_set_drstop(struct altera_jtag *js, enum altera_jtag_state state); 72 int altera_set_irstop(struct altera_jtag *js, enum altera_jtag_state state); 73 int altera_set_dr_pre(struct altera_jtag *js, u32 count, u32 start_index, 75 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index, 77 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index, 79 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index,
|
/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 317 0.000 ( 0.000 ms): Web Content/17136 minfault [js::gc::Chunk::fetchNextDecommittedArena+0x4b] => 0x7fbe6181b000 (?.) 318 js::gc::FreeSpan::initAsEmpty (inlined) 319 js::gc::Arena::setAsNotAllocated (inlined) 320 js::gc::Chunk::fetchNextDecommittedArena (/usr/lib64/firefox/libxul.so) 321 js::gc::Chunk::allocateArena (/usr/lib64/firefox/libxul.so) 322 js::gc::GCRuntime::allocateArena (/usr/lib64/firefox/libxul.so) 323 js::gc::ArenaLists::allocateFromArena (/usr/lib64/firefox/libxul.so) 324 js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined) 325 js [all...] |
H A D | tips.txt | 53 To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node`
|
/linux/arch/x86/math-emu/ |
H A D | round_Xsig.S | 42 js L_round /* Already normalized */ 102 js L_n_exit /* Already normalized */ 111 js L_n_exit /* Normalized now */
|
H A D | reg_norm.S | 36 js L_done /* Already normalized */ 114 js L_exit_nuo_valid /* Already normalized */
|
H A D | wm_sqrt.S | 392 js sqrt_near_exact_small 452 js sqrt_more_prec_small
|
H A D | polynom_Xsig.S | 65 js L_accum_done
|
H A D | reg_round.S | 585 js LPseudoDenormal /* Will be masked underflow */ 588 js L_Normalised /* No longer a denormal */
|
H A D | reg_u_sub.S | 51 js L_bugged_1
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | devlink_lib.sh | 320 devlink -js trap show $DEVLINK_DEV trap $trap_name \ 328 devlink -js trap show $DEVLINK_DEV trap $trap_name \ 336 devlink -js trap show $DEVLINK_DEV trap $trap_name \ 414 devlink -js trap group show $DEVLINK_DEV group $group_name \ 422 devlink -js trap group show $DEVLINK_DEV group $group_name \
|
/linux/kernel/rcu/ |
H A D | tree_stall.h | 781 unsigned long js; in check_cpu_stall() local 821 js = READ_ONCE(rcu_state.jiffies_stall); in check_cpu_stall() 827 ULONG_CMP_LT(j, js) || in check_cpu_stall() 828 ULONG_CMP_GE(gps, js) || in check_cpu_stall() 835 (self_detected || ULONG_CMP_GE(j, js + RCU_STALL_RAT_DELAY)) && in check_cpu_stall() 836 cmpxchg(&rcu_state.jiffies_stall, js, jn) == js) { in check_cpu_stall() 942 unsigned long js; in show_rcu_gp_kthreads() local 951 js = j - data_race(READ_ONCE(rcu_state.gp_start)); in show_rcu_gp_kthreads() 957 js, j in show_rcu_gp_kthreads() [all...] |
/linux/drivers/input/joystick/ |
H A D | analog.c | 35 static char *js[ANALOG_PORTS]; variable 38 module_param_array_named(map, js, charp, &js_nargs, 0); 661 if (!strcmp(analog_types[j].name, js[i])) { in analog_parse_options() 667 analog_options[i] = simple_strtoul(js[i], &end, 0); in analog_parse_options() 668 if (end != js[i]) continue; in analog_parse_options() 671 if (!strlen(js[i])) continue; in analog_parse_options() 673 printk(KERN_WARNING "analog.c: Bad config for port %d - \"%s\"\n", i, js[i]); in analog_parse_options()
|
/linux/arch/x86/crypto/ |
H A D | polyval-clmulni_asm.S | 303 js .LstrideLoopExit 306 js .LstrideLoopExitReduce
|
/linux/sound/virtio/ |
H A D | virtio_ctl_msg.c | 127 unsigned int js = msecs_to_jiffies(virtsnd_msg_timeout_ms); in virtsnd_ctl_msg_send() local 179 rc = wait_for_completion_interruptible_timeout(&msg->notify, js); in virtsnd_ctl_msg_send()
|
H A D | virtio_pcm_ops.c | 397 unsigned int js = msecs_to_jiffies(virtsnd_msg_timeout_ms); in virtsnd_pcm_sync_stop() local 422 js); in virtsnd_pcm_sync_stop()
|
/linux/drivers/md/ |
H A D | dm-integrity.c | 755 struct journal_sector *js; in access_journal_entry() local 762 js = access_journal(ic, section, rel_sector); in access_journal_entry() 763 return (struct journal_entry *)((char *)js + offset * ic->journal_entry_size); in access_journal_entry() 858 struct journal_sector *js = access_journal(ic, section, j); in rw_section_mac() local 861 memcpy(&js->mac, result + (j * JOURNAL_MAC_PER_SECTOR), JOURNAL_MAC_PER_SECTOR); in rw_section_mac() 863 if (crypto_memneq(&js->mac, result + (j * JOURNAL_MAC_PER_SECTOR), JOURNAL_MAC_PER_SECTOR)) { in rw_section_mac() 2052 struct journal_sector *js; in __journal_read_write() local 2065 js = access_journal_data(ic, journal_section, journal_entry); in __journal_read_write() 2069 memcpy(mem_ptr, js, JOURNAL_SECTOR_DATA); in __journal_read_write() 2071 js in __journal_read_write() 2115 struct journal_sector *js; __journal_read_write() local 2737 struct journal_sector *js; integrity_commit() local 2784 restore_last_bytes(struct dm_integrity_c * ic,struct journal_sector * js,struct journal_entry * je) restore_last_bytes() argument 3382 struct journal_sector *js = access_journal(ic, i, j); init_journal() local 3455 struct journal_sector *js = access_journal(ic, i, j); replay_journal() local 3506 struct journal_sector *js = access_journal(ic, i, j); replay_journal() local [all...] |
/linux/Documentation/input/joydev/ |
H A D | joystick-api.rst | 13 This document describes legacy ``js`` interface. Newer clients are 302 struct JS_DATA_TYPE js; 304 if (read (fd, &js, JS_RETURN) != JS_RETURN) { 327 first_button_state = js.buttons & 1; 328 second_button_state = js.buttons & 2;
|
H A D | joystick.rst | 42 rm js*
|
/linux/arch/x86/lib/ |
H A D | atomic64_cx8_32.S | 117 js 2f
|
H A D | atomic64_386_32.S | 189 js 1f
|
H A D | csum-copy_64.S | 196 js .Lwas_odd
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_device.h | 152 struct panfrost_job_slot *js; member
|
/linux/Documentation/arch/x86/ |
H A D | entry_64.rst | 82 js 1f /* negative -> in kernel */
|