Home
last modified time | relevance | path

Searched refs:t (Results 2101 – 2125 of 8705) sorted by relevance

1...<<81828384858687888990>>...349

/openbmc/linux/scripts/genksyms/
H A Dlex.l55 ^#[ \t]+{INT}[ \t]+\"[^\"\n]+\".*\n return FILENAME;
60 [ \t\f\v\r]+ ;
/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/
H A Dlibxml2_conf.patch40 - AC_CHECK_LIB(xml2, xmlDocGetRootElement,,[AC_MSG_ERROR([Can't find libxml2 library])])
61 + # then use that information and don't search ssldirs
101 + # if the file wasn't found, well, go ahead and try the link anyway -- maybe
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/
H A Dluajit_git.bb36 # We don't want the lua buildsystem's compiler optimizations, or its
37 # stripping, and we don't want it to pick up CFLAGS or LDFLAGS, as those apply
64 # '/share' and '/' + LUA_MULTILIB paths, so we don't want to break those
/openbmc/linux/kernel/sched/
H A Dautogroup.c161 struct task_struct *t; in autogroup_move_group() local
185 for_each_thread(p, t) in autogroup_move_group()
186 sched_move_task(t); in autogroup_move_group()
/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c58 static inline int ti_thermal_hotspot_temperature(int t, int s, int c) in ti_thermal_hotspot_temperature() argument
60 int delta = t * s / 1000 + c; in ti_thermal_hotspot_temperature()
65 return t + delta; in ti_thermal_hotspot_temperature()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dinit.c220 struct mt76x02_rate_power t; in mt76x0_init_txpower() local
227 mt76x0_get_tx_power_per_rate(dev, chan, &t); in mt76x0_init_txpower()
230 chan->orig_mpwr = (mt76x02_get_max_rate_power(&t) + tp) / 2; in mt76x0_init_txpower()
/openbmc/linux/net/rose/
H A Drose_link.c75 static void rose_ftimer_expiry(struct timer_list *t) in rose_ftimer_expiry() argument
79 static void rose_t0timer_expiry(struct timer_list *t) in rose_t0timer_expiry() argument
81 struct rose_neigh *neigh = from_timer(neigh, t, t0timer); in rose_t0timer_expiry()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-chrome-common.dtsi69 /* The PMIC PON code isn't compatible w/ how Chrome EC/BIOS handle things. */
129 * the active state and don't redefine them here. Also note
130 * that we don't need the reverse (output-enable) in the
/openbmc/linux/Documentation/hwmon/
H A Dnzxt-smart2.rst18 The device also has two connectors for RGB LEDs; support for them isn't
22 useless (and very imprecise), so support for it isn't implemented too.
30 must be reloaded to detect configuration changes; otherwise, new fans can't
/openbmc/linux/arch/um/kernel/
H A Ddyn.lds.S37 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
38 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
81 *(.stub .text.* .gnu.linkonce.t.*)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_255.6.bb25 file://0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch \
27 file://0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch \
30 file://0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch \
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddiagnose.py157 t = _consonants
159 t = _vowels
160 s += random.choice(t)
/openbmc/qemu/include/hw/i3c/
H A Di3c.h233 int i3c_target_send_ibi(I3CTarget *t, uint8_t addr, bool is_recv);
234 int i3c_target_send_ibi_bytes(I3CTarget *t, uint8_t data);
235 int i3c_target_ibi_finish(I3CTarget *t, uint8_t data);
/openbmc/linux/net/core/
H A Dneighbour.c2862 int t, family, s_t; in neigh_dump_info() local
2882 for (t = 0; t < NEIGH_NR_TABLES; t++) { in neigh_dump_info()
2883 tbl = neigh_tables[t]; in neigh_dump_info()
2889 if (t > s_t) in neigh_dump_info()
2900 cb->args[0] = t; in neigh_dump_info()
3797 t = kmemdup(&neigh_sysctl_template, sizeof(*t), GFP_KERNEL_ACCOUNT); in neigh_sysctl_register()
3798 if (!t) in neigh_sysctl_register()
3863 if (!t->sysctl_header) in neigh_sysctl_register()
3866 p->sysctl_table = t; in neigh_sysctl_register()
3870 kfree(t); in neigh_sysctl_register()
[all …]
/openbmc/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c178 static void tw5864_handle_frame_task(struct tasklet_struct *t);
804 struct v4l2_fract *t = &sp->parm.capture.timeperframe; in tw5864_s_parm() local
812 if (!t->numerator || !t->denominator) { in tw5864_s_parm()
813 t->numerator = time_base.numerator * input->frame_interval; in tw5864_s_parm()
814 t->denominator = time_base.denominator; in tw5864_s_parm()
815 } else if (t->denominator != time_base.denominator) { in tw5864_s_parm()
816 t->numerator = t->numerator * time_base.denominator / in tw5864_s_parm()
817 t->denominator; in tw5864_s_parm()
818 t->denominator = time_base.denominator; in tw5864_s_parm()
821 input->frame_interval = t->numerator / time_base.numerator; in tw5864_s_parm()
[all …]
/openbmc/linux/kernel/rcu/
H A Dtree_nocb.h550 struct task_struct *t; in __call_rcu_nocb_wake() local
553 t = READ_ONCE(rdp->nocb_gp_kthread); in __call_rcu_nocb_wake()
554 if (rcu_nocb_poll || !t) { in __call_rcu_nocb_wake()
1034 struct rcu_data *rdp = from_timer(rdp, t, nocb_timer); in do_nocb_deferred_wakeup_timer()
1479 struct task_struct *t; in rcu_spawn_cpu_nocb_kthread() local
1494 t = kthread_run(rcu_nocb_gp_kthread, rdp_gp, in rcu_spawn_cpu_nocb_kthread()
1500 WRITE_ONCE(rdp_gp->nocb_gp_kthread, t); in rcu_spawn_cpu_nocb_kthread()
1502 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread()
1507 t = kthread_run(rcu_nocb_cb_kthread, rdp, in rcu_spawn_cpu_nocb_kthread()
1513 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread()
[all …]
/openbmc/linux/Documentation/input/joydev/
H A Djoystick-api.rst104 independent axes, even if the hardware doesn't allow independent movement.
112 don't read a 0 when the joystick is ``dead``, or if it doesn't span the
135 is much safer since it can't lose sync with the driver. As you would
154 are two alternatives if you can't afford to wait forever (which is,
167 If read returns -1 when reading in O_NONBLOCK mode, this isn't
194 Why can the queue get full? Because you don't empty the queue as
275 such as jscal or kcmjoy. These IOCTLs and data types aren't considered
337 doesn't try to be compatible with that interface.
/openbmc/linux/tools/testing/selftests/net/
H A Dioam6.sh417 for t in $TESTS_OUTPUT
419 $t "inline"
420 [ $encap_tests = 0 ] && $t "encap"
438 for t in $TESTS_INPUT
440 $t "inline"
441 [ $encap_tests = 0 ] && $t "encap"
457 for t in $TESTS_GLOBAL
459 $t "inline"
460 [ $encap_tests = 0 ] && $t "encap"
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c141 int s, t; in reassemble_16a() local
144 t = (as16 << 1) & 0xffff; in reassemble_16a()
146 return (t ^ s ^ (s >> 1)) | (s >> 15); in reassemble_16a()
542 #define r(t) ELF32_R_TYPE(rel[i].r_info)==t ? #t : in apply_relocate_add()
687 #define r(t) ELF64_R_TYPE(rel[i].r_info)==t ? #t : in apply_relocate_add()
/openbmc/linux/drivers/clocksource/
H A Dtimer-vt8500.c37 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) argument
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.h129 static inline void l2t_release(struct t3cdev *t, struct l2t_entry *e) in l2t_release() argument
134 d = L2DATA(t); in l2t_release()
/openbmc/linux/include/uapi/linux/
H A Datm.h58 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ argument
59 sizeof(t))
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/
H A Dnoperlcheck.patch1 In the target case, we can't check if perl exists or try running it. If we
2 don't patch the code, the native perl location would be used, not the target
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch4 Subject: [PATCH] staprun/stapbpf: don't support installing a non-root
7 expect to be running as root, don't create the group or chmod
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch6 It checks host's path such as /dev/log and uses it, this doesn't make sense for
8 usually doesn't have /dev/log which leads to a different build result since

1...<<81828384858687888990>>...349