/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_sockopt.sh | 29 local t 30 for t in ${iptables} ${ip6tables}; do 32 ip netns exec $ns $t -A OUTPUT -p tcp --syn -m mark --mark $m -j ACCEPT 35 ip netns exec $ns $t -A OUTPUT -p tcp --tcp-flags RST RST -m mark --mark 0 -j ACCEPT 37 ip netns exec $ns $t -A OUTPUT -p tcp -m mark --mark $m -j ACCEPT 38 ip netns exec $ns $t -A OUTPUT -p tcp -m mark --mark 0 -j DROP
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_reset.c | 328 struct tasklet_struct *t = &engine->sched_engine->tasklet; in igt_atomic_engine_reset() local 330 if (t->func) in igt_atomic_engine_reset() 331 tasklet_disable(t); in igt_atomic_engine_reset() 355 if (t->func) { in igt_atomic_engine_reset() 356 tasklet_enable(t); in igt_atomic_engine_reset() 357 tasklet_hi_schedule(t); in igt_atomic_engine_reset()
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_dp_mst_helper_test.c | 63 static void dp_mst_calc_pbn_mode_desc(const struct drm_dp_mst_calc_pbn_mode_test *t, char *desc) in dp_mst_calc_pbn_mode_desc() argument 65 sprintf(desc, "Clock %d BPP %d DSC %s", t->clock, t->bpp, t->dsc ? "enabled" : "disabled"); in dp_mst_calc_pbn_mode_desc() 409 drm_dp_mst_sideband_msg_req_desc(const struct drm_dp_mst_sideband_msg_req_test *t, char *desc) in drm_dp_mst_sideband_msg_req_desc() argument 411 strcpy(desc, t->desc); in drm_dp_mst_sideband_msg_req_desc()
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zywrle.h | 566 #define ZYWRLE_TRANSFER_COEFF(buf, data, t, w, h, scanline, level, TRANS) \ argument 570 if (t & 0x01) { \ 573 if (t & 0x02) { \ 588 #define ZYWRLE_PACK_COEFF(buf, data, t, width, height, scanline, level) \ argument 589 ZYWRLE_TRANSFER_COEFF(buf, data, t, width, height, scanline, level, \ 593 #define ZYWRLE_UNPACK_COEFF(buf, data, t, width, height, scanline, level) \ argument 594 ZYWRLE_TRANSFER_COEFF(buf, data, t, width, height, scanline, level, \
|
/openbmc/linux/drivers/spi/ |
H A D | spi-xlp.c | 319 static int xlp_spi_txrx_bufs(struct xlp_spi_priv *xs, struct spi_transfer *t) in xlp_spi_txrx_bufs() argument 325 tx_buf = t->tx_buf; in xlp_spi_txrx_bufs() 326 rx_buf = t->rx_buf; in xlp_spi_txrx_bufs() 327 bytesleft = t->len; in xlp_spi_txrx_bufs() 348 struct spi_transfer *t) in xlp_spi_transfer_one() argument 356 if (spi_transfer_is_last(master, t)) in xlp_spi_transfer_one() 361 if (xlp_spi_txrx_bufs(xspi, t)) in xlp_spi_transfer_one()
|
/openbmc/linux/tools/power/cpupower/po/ |
H A D | cs.po | 91 msgid "\t -v: be more verbose\n" 96 msgid "\t -h: print this help\n" 106 msgid "\t -t: show CPU topology/hierarchy\n" 122 "only one of: -t, -l, -m are allowed\n" 354 " v těchto mezích.\n" 364 msgstr " (zjištěno hardwarovým voláním)" 531 msgid "couldn't analyze CPU %d as it doesn't seem to be present\n" 656 "Musí být zadán alespoň jeden přepínač\n" 797 msgid "CPU %u: Can't read idle state info\n" 857 msgid "CPU %u: Can't read C-state info\n" [all …]
|
/openbmc/u-boot/include/linux/ |
H A D | bch.h | 40 unsigned int t; member 56 struct bch_control *init_bch(int m, int t, unsigned int prim_poly);
|
/openbmc/sdbusplus/include/sdbusplus/utility/ |
H A D | read_into_tuple.hpp | 41 constexpr bool read_into_tuple(Tuple& t, message_t& m) in read_into_tuple() argument 48 m.read(std::get<Is>(t)...); in read_into_tuple()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
H A D | fix-clang-private-operator.patch | 11 TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator 13 TPoolAllocator(const TPoolAllocator&); // don't allow default copy constructor
|
/openbmc/linux/tools/perf/arch/arm64/util/ |
H A D | mem-events.c | 5 #define E(t, n, s) { .tag = t, .name = n, .sysfs_name = s } argument
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 3333 t->tid_base + t->ntids - 1); in tid_info_show() 3342 t->tid_base + t->ntids - 1); in tid_info_show() 3349 t->tid_base + t->ntids - 1); in tid_info_show() 3358 t->tid_base + t->ntids - 1); in tid_info_show() 3367 t->stid_base + 1 : t->stid_base, in tid_info_show() 3368 t->stid_base + t->nstids - 1, in tid_info_show() 3374 t->natids - 1, t->atids_in_use); in tid_info_show() 3376 t->ftid_base + t->nftids - 1); in tid_info_show() 3379 t->sftid_base, t->sftid_base + t->nsftids - 2, in tid_info_show() 3383 t->hpftid_base + t->nhpftids - 1); in tid_info_show() [all …]
|
/openbmc/linux/arch/sh/math-emu/ |
H A D | math.c | 60 {u32 t[2]; FP_PACK_DP(t,f); ((u32*)&r)[0]=t[1]; ((u32*)&r)[1]=t[0];} 62 {u32 t[2]; t[0]=((u32*)&r)[1]; t[1]=((u32*)&r)[0]; FP_UNPACK_DP(f,t);}
|
/openbmc/linux/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 480 ip_set_timeout_expired(const unsigned long *t) in ip_set_timeout_expired() argument 482 return *t != IPSET_ELEM_PERMANENT && time_is_before_jiffies(*t); in ip_set_timeout_expired() 488 unsigned long t; in ip_set_timeout_set() local 495 t = msecs_to_jiffies(value * MSEC_PER_SEC) + jiffies; in ip_set_timeout_set() 496 if (t == IPSET_ELEM_PERMANENT) in ip_set_timeout_set() 498 t--; in ip_set_timeout_set() 499 *timeout = t; in ip_set_timeout_set()
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 178 self.drivers = {t['name']: new_driver(vm, t['name'], 179 t.get('abstract', False)) 180 for t in qom_all_types} 182 for t in qom_all_types: 183 drv = self.drivers[t['name']] 184 if 'parent' in t: 185 drv.parent = self.drivers[t['parent']]
|
/openbmc/linux/kernel/trace/ |
H A D | trace_probe.h | 179 #define __DEFAULT_FETCH_TYPE(t) x##t argument 180 #define _DEFAULT_FETCH_TYPE(t) __DEFAULT_FETCH_TYPE(t) argument 184 #define __ADDR_FETCH_TYPE(t) u##t argument 185 #define _ADDR_FETCH_TYPE(t) __ADDR_FETCH_TYPE(t) argument
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-hashclient | 114 for t in threads: 115 t.start() 117 for t in threads: 118 t.join() 201 for t in tables: 202 print("{name:20}| {rows:<20}".format(name=t, rows=usage[t]["rows"])) 205 total_rows = sum(t["rows"] for t in usage.values())
|
/openbmc/linux/include/linux/ |
H A D | bch.h | 41 unsigned int t; member 58 struct bch_control *bch_init(int m, int t, unsigned int prim_poly,
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/pptp-linux/ |
H A D | options.pptp | 7 # We don't need the tunnel server to authenticate itself 12 # Turn off transmission protocols we know won't be used
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | frontend_legacy_dvbv3_api.rst | 9 The usage of this API is deprecated, as it doesn't support all digital 10 TV standards, doesn't provide good statistics measurements and provides
|
/openbmc/phosphor-settingsd/ |
H A D | settings.py | 29 t = Template(filename=template) 31 fd.write(t.render(settingsDict=yamlDict))
|
/openbmc/ipmi-fru-parser/scripts/ |
H A D | extra-properties.py | 29 t = Template(filename=template) 31 fd.write(t.render(dict=yamlDict))
|
/openbmc/linux/Documentation/block/ |
H A D | biovecs.rst | 24 normal code doesn't have to deal with bi_bvec_done. 51 * Before, iterating over bios was very awkward when you weren't processing 54 wouldn't necessarily be the same size, the old code was tricky convoluted - 75 * Splitting bios is now much simpler. The old bio_split() didn't even work on 79 Care must be taken to ensure the biovec isn't freed while the split bio is 106 * bi_vcnt can't be trusted or relied upon by driver code - i.e. anything that 107 doesn't actually own the bio. The reason is twofold: firstly, it's not 113 So, don't use bi_vcnt anymore. 118 more importantly stacked drivers don't have to deal with both their own bio 128 shouldn't use them because the bio may have been split before it reached the
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_dtree.c | 3359 si = t->next; in dtCompare() 3469 si = t->next; in ciCompare() 3604 si = t->next; in dtGetKey() 3682 t = h; in dtInsertEntry() 3725 if (h == t) { in dtInsertEntry() 3733 t->next = -1; in dtInsertEntry() 4003 t->next = si; in dtDeleteEntry() 4004 t->cnt = 1; in dtDeleteEntry() 4034 t->cnt = 1; in dtDeleteEntry() 4129 t->cnt = 1; in dtTruncateEntry() [all …]
|
/openbmc/linux/drivers/tty/serial/ |
H A D | ar933x_uart.c | 74 unsigned int t; in ar933x_uart_rmw() local 76 t = ar933x_uart_read(up, offset); in ar933x_uart_rmw() 77 t &= ~mask; in ar933x_uart_rmw() 78 t |= val; in ar933x_uart_rmw() 79 ar933x_uart_write(up, offset, t); in ar933x_uart_rmw() 240 u64 t; in ar933x_uart_get_baud() local 244 t = clk; in ar933x_uart_get_baud() 245 t *= step; in ar933x_uart_get_baud() 246 t += (div / 2); in ar933x_uart_get_baud() 247 do_div(t, div); in ar933x_uart_get_baud() [all …]
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | persist.rst | 32 For many sorts of devices this behavior doesn't matter in the least. 46 Loss of power isn't the only mechanism to worry about. Anything that 53 entirely the BIOS's fault, but that doesn't do _you_ any good unless 64 the system can't be suspended at all. (All right, it _can_ be 65 suspended -- but it will crash as soon as it wakes up, which isn't 80 "persist" attribute is set. It doesn't try to resume the device; that 81 can't work once the power session is gone. Instead it issues a USB 113 doesn't even exist, so you only have to worry about setting it for 142 to make sure the USB device hasn't been changed; that is, the same 144 aren't guaranteed to be 100% accurate. [all …]
|