/openbmc/linux/arch/x86/kernel/ |
H A D | sev.c | 534 struct thread_struct *t = ¤t->thread; in vc_ioio_check() local 535 struct io_bitmap *iobm = t->io_bitmap; in vc_ioio_check()
|
/openbmc/qemu/tcg/ |
H A D | tci.c | 403 ffi_type *t = cif->arg_types[i]; in tcg_qemu_tb_exec() local 405 s += DIV_ROUND_UP(t->size, 8); in tcg_qemu_tb_exec()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo.c | 371 unsigned long t = bitset & -bitset; in pipapo_refill() local 389 bitset ^= t; in pipapo_refill()
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.cpp | 164 const std::string& prop, const T& t) in setEthProp() argument 167 INTF_ETHERNET, prop, t); in setEthProp()
|
/openbmc/linux/net/sched/ |
H A D | cls_u32.c | 1340 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in u32_dump() argument 1349 t->tcm_handle = n->handle; in u32_dump()
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/ |
H A D | busybox.inc | 84 # unfortunately doesn't seem to work with bitbake, workaround: 402 # that if we don't make appropriate symlinks before update-alternatives calls,
|
/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/ |
H A D | external-arm-toolchain.bb | 230 # External toolchain doesn't provide multilib support so make corresponding 307 # it is meant to pick up remaining dev libraries and headers that aren't
|
/openbmc/linux/arch/um/drivers/ |
H A D | vector_kern.c | 1542 static void vector_timer_expire(struct timer_list *t) in vector_timer_expire() argument 1544 struct vector_private *vp = from_timer(vp, t, tl); in vector_timer_expire()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp.c | 1010 static void ath12k_dp_service_mon_ring(struct timer_list *t) in ath12k_dp_service_mon_ring() argument 1012 struct ath12k_base *ab = from_timer(ab, t, mon_reap_timer); in ath12k_dp_service_mon_ring()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 262 struct qla_tgt_sess_op *u, *t; in qlt_try_to_dequeue_unknown_atios() local 268 list_for_each_entry_safe(u, t, &vha->unknown_atio_list, cmd_list) { in qlt_try_to_dequeue_unknown_atios() 660 fc_port_t *t; in qla24xx_do_nack_work() local 664 t = e->u.nack.fcport; in qla24xx_do_nack_work() 665 flush_work(&t->del_work); in qla24xx_do_nack_work() 666 flush_work(&t->free_work); in qla24xx_do_nack_work() 668 t = qlt_create_sess(vha, e->u.nack.fcport, 0); in qla24xx_do_nack_work() 670 if (t) { in qla24xx_do_nack_work() 672 "%s create sess success %p", __func__, t); in qla24xx_do_nack_work()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_nl.c | 1150 struct lru_cache *n, *t; in drbd_check_al_size() local 1160 t = device->act_log; in drbd_check_al_size() 1169 if (t) { in drbd_check_al_size() 1170 for (i = 0; i < t->nr_elements; i++) { in drbd_check_al_size() 1171 e = lc_element_by_index(t, i); in drbd_check_al_size() 1186 lc_destroy(t); in drbd_check_al_size()
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | 313 #define st_printk(prefix, t, fmt, a...) \ argument 314 sdev_prefix_printk(prefix, (t)->device, (t)->name, fmt, ##a) 316 #define DEBC_printk(t, fmt, a...) \ argument 317 if (debugging) { st_printk(ST_DEB_MSG, t, fmt, ##a ); } 319 #define DEBC_printk(t, fmt, a...) argument
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 23016 u16 t; in wlc_phy_loadsampletable_nphy() local 23026 for (t = 0; t < num_samps; t++) in wlc_phy_loadsampletable_nphy() 23027 data_buf[t] = ((((unsigned int)tone_buf[t].i) & 0x3ff) << 10) | in wlc_phy_loadsampletable_nphy() 23028 (((unsigned int)tone_buf[t].q) & 0x3ff); in wlc_phy_loadsampletable_nphy() 23043 u16 num_samps, t, spur; in wlc_phy_gen_load_samples_nphy() local 23070 for (t = 0; t < num_samps; t++) { in wlc_phy_gen_load_samples_nphy() 23072 tone_buf[t] = cordic_calc_iq(theta); in wlc_phy_gen_load_samples_nphy() 23076 tone_buf[t].q = (s32)CORDIC_FLOAT(tone_buf[t].q * max_val); in wlc_phy_gen_load_samples_nphy() 23077 tone_buf[t].i = (s32)CORDIC_FLOAT(tone_buf[t].i * max_val); in wlc_phy_gen_load_samples_nphy()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 737 …thread.done.connect(lambda ids, t=thread, c=callback: self.FindDone(t, c, ids), Qt.QueuedConnectio… 1559 t = subrange.hi - subrange.lo 1560 s = (3.0 * t) / self.width 2524 …thread.done.connect(lambda row, t=thread, c=callback: self.FindDone(t, c, row), Qt.QueuedConnectio… 4718 … "Create a new window containing a table view", lambda a=None,t=table: self.NewTableView(t), self))
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 412 /* Don't map if the page is already where we want */ 1025 do_print(OPTIONS|FLYRECORD, "\t\t[Option BUFFER, %d bytes]\n", size);
|
/openbmc/u-boot/common/ |
H A D | Kconfig | 208 will be undefined and won't take any space in U-Boot image. 225 won't take any space in U-Boot image. 449 bool "Don't display the console devices on boot"
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kconfig-language.rst | 376 of C0, which doesn't depend on M:: 472 This is a collection of Kconfig tips, most of which aren't obvious at 749 Although SAT solvers [4]_ haven't yet been used by Kconfig directly, as noted
|
/openbmc/linux/sound/pci/riptide/ |
H A D | riptide.c | 696 u32 laddr, saddr, t, val; in loadfirmware() local 703 t = atoh(&in[7], 2); in loadfirmware() 704 switch (t) { in loadfirmware()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | sharedsubtree.rst | 685 Q2. Why can't the shared subtree be implemented using exportfs? 769 I won't draw the tree..but it has 24 vfsmounts 948 are in lists that can't be traversed without namespace_sem.
|
/openbmc/linux/tools/perf/util/ |
H A D | synthetic-events.c | 428 unsigned long long t; in perf_event__synthesize_mmap_events() local 454 t = rdclock(); in perf_event__synthesize_mmap_events() 477 if ((rdclock() - t) > timeout) { in perf_event__synthesize_mmap_events()
|
/openbmc/linux/drivers/power/supply/ |
H A D | ab8500_charger.c | 1948 int t = 10; in ab8500_charger_check_vbat_work() local 1980 t = 1; in ab8500_charger_check_vbat_work() 1982 queue_delayed_work(di->charger_wq, &di->check_vbat_work, t * HZ); in ab8500_charger_check_vbat_work()
|
/openbmc/linux/Documentation/networking/ |
H A D | packet_mmap.rst | 42 transmission process, but it isn't everything. At least, if you are capturing 499 It doesn't incur in a race condition to first check the status value and 1065 If you don't care about them, thus having it disabled, checking for
|
/openbmc/openbmc-test-automation/lib/ |
H A D | common_utils.robot | 750 ... msg=${tarball_file_path} doesn't exist. 876 ... msg=${probe_cpu_tool_path} doesn't exist. 878 ... msg=${probe_cpu_tool_path} doesn't exist.
|
/openbmc/qemu/qapi/ |
H A D | machine.json | 394 # isn't suspended. 439 # all CPUs (ppc64). The command fails when the guest doesn't support 1290 # field is omitted if target doesn't support memory hotplug (i.e.
|
H A D | qom.json | 161 # @abstract: the type is abstract and can't be directly instantiated. 893 # option. Don't use; only provided for compatibility. 898 # @deprecated: Member @opened is deprecated. Setting true doesn't
|