Home
last modified time | relevance | path

Searched refs:t (Results 7126 – 7150 of 8710) sorted by relevance

1...<<281282283284285286287288289290>>...349

/openbmc/linux/drivers/nvme/host/
H A Dmultipath.c871 static void nvme_anatt_timeout(struct timer_list *t) in nvme_anatt_timeout() argument
873 struct nvme_ctrl *ctrl = from_timer(ctrl, t, anatt_timer); in nvme_anatt_timeout()
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.txt133 +---+ +---+ (don't worry, the longer pointers do not
161 Because we didn't wait for a grace period, there may be a concurrent lookup
363 condition that can't be resolved in rcu-walk mode. Ideally, we drop rcu-walk
H A Dconfigfs.rst46 mount -t configfs none /config
57 values. Don't mix more than one attribute in one attribute file.
478 probably shouldn't calling them of its own gumption. Rather it should
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-Adapt-to-OpenSSL-1.1.1.patch493 pamsshagentauth_logerror("key_from_blob: can't read rsa key");
511 pamsshagentauth_logerror("key_from_blob: can't read dsa key");
748 pamsshagentauth_logerror("couldn't serialize signature");
/openbmc/u-boot/env/
H A DKconfig18 Define this if you don't want to or can't have an environment stored
120 In such a case you don't want to spend a whole sector for
/openbmc/linux/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst57 and don't forget to insert a call of sccinit after that. It
613 Don't forget to convert the octal numbers into decimal before
631 instead to the data port, but this won't work with the ESCC chips.
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_led.c65 static void BlinkTimerCallback(struct timer_list *t);
812 static void BlinkTimerCallback(struct timer_list *t) in BlinkTimerCallback() argument
814 struct LED_871x *pLed = from_timer(pLed, t, BlinkTimer); in BlinkTimerCallback()
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dfaq.rst45 Wiki. Don't hesitate to contribute to this page if you know other such
230 Why don't other recipes find the files provided by my ``*-native`` recipe?
414 Why aren't spaces in path names supported?
/openbmc/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst260 doesn't have a memory error in the exact same spot.
276 aren't waiting for userfaults (i.e. network bound) can keep running in
314 doesn't need to keep any per-page state bitmap relative to the live
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c986 const u16 t = outp->info.hasht; in nv50_disp_super_iedt() local
988 u32 data = nvbios_outp_match(bios, t, m, ver, hdr, cnt, len, iedt); in nv50_disp_super_iedt()
990 OUTP_DBG(outp, "missing IEDT for %04x:%04x", t, m); in nv50_disp_super_iedt()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dinit.c535 static enum hrtimer_restart cca_timer_fn(struct hrtimer *t) in cca_timer_fn() argument
545 cca_timer = container_of(t, struct cca_timer, hrtimer); in cca_timer_fn()
577 hrtimer_forward_now(t, ns_to_ktime(nsec)); in cca_timer_fn()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_connector.c540 struct drm_display_mode *mode, *t; in drm_connector_cleanup() local
559 list_for_each_entry_safe(mode, t, &connector->probed_modes, head) in drm_connector_cleanup()
562 list_for_each_entry_safe(mode, t, &connector->modes, head) in drm_connector_cleanup()
/openbmc/linux/drivers/input/mouse/
H A Delantech.c511 u32 t; in elantech_report_trackpoint() local
513 t = get_unaligned_le32(&packet[0]); in elantech_report_trackpoint()
515 switch (t & ~7U) { in elantech_report_trackpoint()
/openbmc/linux/tools/perf/util/
H A Dstat-display.c1405 static double timeval2double(struct timeval *t) in timeval2double() argument
1407 return t->tv_sec + (double) t->tv_usec/USEC_PER_SEC; in timeval2double()
/openbmc/linux/kernel/trace/
H A Dtrace_osnoise.c1152 thread_entry(struct osnoise_variables *osn_var, struct task_struct *t) in thread_entry() argument
1174 thread_exit(struct osnoise_variables *osn_var, struct task_struct *t) in thread_exit() argument
1187 trace_thread_noise(t, osn_var->thread.arrival_time, duration); in thread_exit()
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass129 # We can't use vardepvalue against do_fetch directly since that would overwrite
577 for t in ["-native", "-cross-${TARGET_ARCH}", "-cross-initial-${TARGET_ARCH}",
580 if pn.endswith(d.expand(t)):
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py109 for t in tasks:
110 flag = d.getVarFlag(t, "stamp-extra-info")
112 self.datacaches[mc].stamp_extrainfo[mcfn][t] = flag
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-intro.rst397 -n, --dry-run Don't execute, just go through the motions.
413 Assume these dependencies don't exist and are already
438 --setscene-only Only run setscene tasks, don't run any real tasks.
449 of the specified target (even if it wouldn't otherwise
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass164 value = lns[1].strip(" \t\r\n").strip('"')
519 …cat $1/installed-package-sizes.tmp | awk '{print $2 "\tKiB\t" $1}' | sort -n -r > $1/installed-pac…
588 # Also don't output the ownership data, but instead output just - - so
831 # Code above that creates this dir never executed, so there can't be anything to commit
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc32 static inline void gen_load_gpr64(TCGv_i64 t, int reg)
34 tcg_gen_concat_tl_i64(t, cpu_gpr[reg], cpu_gprh[reg]);
37 static inline void gen_store_gpr64(int reg, TCGv_i64 t)
39 tcg_gen_extr_i64_tl(cpu_gpr[reg], cpu_gprh[reg], t);
/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst140 | (idle or offline) and thus won't interact directly with the RCU |
164 | the grace period won't expect quiescent states from them. Races |
180 | What? Where??? I don't see any ``smp_mb()`` after the return from |
387 | But what about the CPU that started the grace period? Why wouldn't it |
/openbmc/linux/Documentation/core-api/
H A Dcpu_hotplug.rst28 which didn't support these methods.
65 that aren't designed to grow/shrink as CPUs are made available or removed.
85 You really don't need to manipulate any of the system CPU maps. They should
189 The callbacks are invoked on a control CPU as they can't obviously run on
/openbmc/linux/mm/
H A Dksm.c2929 struct task_struct *t = in collect_procs_ksm() local
2931 if (!t) in collect_procs_ksm()
2937 if (vma->vm_mm == t->mm) { in collect_procs_ksm()
2939 add_to_kill_ksm(t, page, vma, to_kill, in collect_procs_ksm()
/openbmc/qemu/target/sh4/
H A Dtranslate.c327 static inline void gen_load_fpr64(DisasContext *ctx, TCGv_i64 t, int reg) in gen_load_fpr64() argument
332 tcg_gen_concat_i32_i64(t, cpu_fregs[reg + 1], cpu_fregs[reg]); in gen_load_fpr64()
335 static inline void gen_store_fpr64(DisasContext *ctx, TCGv_i64 t, int reg) in gen_store_fpr64() argument
340 tcg_gen_extr_i64_i32(cpu_fregs[reg + 1], cpu_fregs[reg], t); in gen_store_fpr64()
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst437 - | Indicate that the value of *t0* won't be used later. It is useful to
580 All this opcodes assume that the pointed host memory doesn't correspond
968 - Don't hesitate to use helpers for complicated or seldom used guest
977 - Use the 'discard' instruction if you know that TCG won't be able to

1...<<281282283284285286287288289290>>...349