Home
last modified time | relevance | path

Searched refs:js (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.3-rc2/drivers/misc/altera-stapl/
A Daltera-jtag.c77 struct altera_jtag *js = &astate->js; in altera_jinit() local
274 struct altera_jtag *js = &astate->js; in altera_jreset_idle() local
288 struct altera_jtag *js = &astate->js; in altera_goto_jstate() local
341 struct altera_jtag *js = &astate->js; in altera_wait_cycles() local
376 struct altera_jtag *js = &astate->js; in altera_wait_msecs() local
589 struct altera_jtag *js = &astate->js; in altera_irscan() local
592 u32 shift_count = js->ir_pre + count + js->ir_post; in altera_irscan()
688 struct altera_jtag *js = &astate->js; in altera_swap_ir() local
792 struct altera_jtag *js = &astate->js; in altera_drscan() local
883 struct altera_jtag *js = &astate->js; in altera_swap_dr() local
[all …]
A Daltera-jtag.h65 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,
A Daltera.c780 status = altera_set_dr_pre(&astate->js, count, 0, in altera_execute()
790 status = altera_set_dr_post(&astate->js, count, in altera_execute()
805 status = altera_set_dr_post(&astate->js, count, 0, in altera_execute()
811 status = altera_set_ir_pre(&astate->js, count, in altera_execute()
825 status = altera_set_ir_pre(&astate->js, count, in altera_execute()
836 status = altera_set_ir_post(&astate->js, count, in altera_execute()
851 status = altera_set_ir_post(&astate->js, count, 0, in altera_execute()
1040 status = altera_set_irstop(&astate->js, args[0]); in altera_execute()
1047 status = altera_set_drstop(&astate->js, args[0]); in altera_execute()
1373 status = altera_set_dr_pre(&astate->js, count, index, in altera_execute()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/panfrost/
A Dpanfrost_job.c91 struct panfrost_job_slot *js = pfdev->js; in panfrost_fence_create() local
130 int js) in panfrost_job_write_affinity() argument
409 js, exception_name, in panfrost_job_handle_err()
449 drm_sched_fault(&pfdev->js->queue[js].sched); in panfrost_job_handle_err()
724 js, in panfrost_job_timedout()
789 pfdev->js = js = devm_kzalloc(pfdev->dev, sizeof(*js), GFP_KERNEL); in panfrost_job_init()
790 if (!js) in panfrost_job_init()
797 if (js->irq <= 0) in panfrost_job_init()
843 struct panfrost_job_slot *js = pfdev->js; in panfrost_job_fini() local
859 struct panfrost_job_slot *js = pfdev->js; in panfrost_job_open() local
[all …]
A Dpanfrost_device.h104 struct panfrost_job_slot *js; member
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-trace.txt310 js::gc::FreeSpan::initAsEmpty (inlined)
311 js::gc::Arena::setAsNotAllocated (inlined)
313 js::gc::Chunk::allocateArena (/usr/lib64/firefox/libxul.so)
314js::gc::GCRuntime::allocateArena (/usr/lib64/firefox/libxul.so)
315js::gc::ArenaLists::allocateFromArena (/usr/lib64/firefox/libxul.so)
316js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined)
317js::AllocateString<JSString, (js::AllowGC)1> (/usr/lib64/firefox/libxul.so)
318 js::Allocate<JSThinInlineString, (js::AllowGC)1> (inlined)
319 JSThinInlineString::new_<(js::AllowGC)1> (inlined)
320 AllocateInlineString<(js::AllowGC)1, unsigned char> (inlined)
[all …]
A Dtips.txt36 To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node`
/linux-6.3-rc2/kernel/rcu/
A Dtree_stall.h720 unsigned long js; in check_cpu_stall() local
750 js = READ_ONCE(rcu_state.jiffies_stall); in check_cpu_stall()
756 ULONG_CMP_LT(j, js) || in check_cpu_stall()
757 ULONG_CMP_GE(gps, js)) in check_cpu_stall()
763 cmpxchg(&rcu_state.jiffies_stall, js, jn) == js) { in check_cpu_stall()
780 ULONG_CMP_GE(j, js + RCU_STALL_RAT_DELAY) && in check_cpu_stall()
781 cmpxchg(&rcu_state.jiffies_stall, js, jn) == js) { in check_cpu_stall()
875 unsigned long js; in show_rcu_gp_kthreads() local
884 js = j - data_race(READ_ONCE(rcu_state.gp_start)); in show_rcu_gp_kthreads()
890 js, ja, jr, jw, (long)data_race(READ_ONCE(rcu_state.gp_wake_seq)), in show_rcu_gp_kthreads()
/linux-6.3-rc2/arch/x86/math-emu/
A Dround_Xsig.S42 js L_round /* Already normalized */
102 js L_n_exit /* Already normalized */
111 js L_n_exit /* Normalized now */
A Dreg_norm.S36 js L_done /* Already normalized */
114 js L_exit_nuo_valid /* Already normalized */
A Dwm_sqrt.S392 js sqrt_near_exact_small
452 js sqrt_more_prec_small
A Dpolynom_Xsig.S65 js L_accum_done
A Dreg_round.S585 js LPseudoDenormal /* Will be masked underflow */
588 js L_Normalised /* No longer a denormal */
A Dreg_u_sub.S51 js L_bugged_1
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/
A Ddevlink_lib.sh318 devlink -js trap show $DEVLINK_DEV trap $trap_name \
326 devlink -js trap show $DEVLINK_DEV trap $trap_name \
334 devlink -js trap show $DEVLINK_DEV trap $trap_name \
412 devlink -js trap group show $DEVLINK_DEV group $group_name \
420 devlink -js trap group show $DEVLINK_DEV group $group_name \
/linux-6.3-rc2/drivers/input/joystick/
A Danalog.c35 static char *js[ANALOG_PORTS]; variable
38 module_param_array_named(map, js, charp, &js_nargs, 0);
660 if (!strcmp(analog_types[j].name, js[i])) { in analog_parse_options()
666 analog_options[i] = simple_strtoul(js[i], &end, 0); in analog_parse_options()
667 if (end != js[i]) continue; in analog_parse_options()
670 if (!strlen(js[i])) continue; in analog_parse_options()
672 printk(KERN_WARNING "analog.c: Bad config for port %d - \"%s\"\n", i, js[i]); in analog_parse_options()
/linux-6.3-rc2/arch/x86/crypto/
A Dpolyval-clmulni_asm.S303 js .LstrideLoopExit
306 js .LstrideLoopExitReduce
/linux-6.3-rc2/sound/virtio/
A Dvirtio_ctl_msg.c127 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()
A Dvirtio_pcm_ops.c392 unsigned int js = msecs_to_jiffies(virtsnd_msg_timeout_ms); in virtsnd_pcm_sync_stop() local
417 js); in virtsnd_pcm_sync_stop()
/linux-6.3-rc2/drivers/md/
A Ddm-integrity.c783 struct journal_sector *js; in access_journal_entry() local
790 js = access_journal(ic, section, rel_sector); in access_journal_entry()
1994 struct journal_sector *js; in __journal_read_write() local
2013 js++; in __journal_read_write()
2057 struct journal_sector *js; in __journal_read_write() local
2065 je->last_bytes[s] = js[s].commit_id; in __journal_read_write()
2414 struct journal_sector *js; in integrity_commit() local
2416 js = access_journal(ic, i, j); in integrity_commit()
2467 js->commit_id = je->last_bytes[s]; in restore_last_bytes()
2468 js++; in restore_last_bytes()
[all …]
/linux-6.3-rc2/Documentation/input/joydev/
A Djoystick-api.rst13 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;
/linux-6.3-rc2/arch/x86/lib/
A Datomic64_cx8_32.S112 js 2f
A Datomic64_386_32.S189 js 1f
A Dcsum-copy_64.S196 js .Lwas_odd
/linux-6.3-rc2/Documentation/x86/
A Dentry_64.rst82 js 1f /* negative -> in kernel */

Completed in 65 milliseconds

12