Home
last modified time | relevance | path

Searched defs:background (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/drivers/net/lib/py/
H A Dload.py46 def start_client(self, background=False, streams=1, duration=10, reverse=False): argument
/linux/include/linux/mtd/
H A Dblktrans.h54 void (*background)(struct mtd_blktrans_dev *dev); member
/linux/drivers/mtd/
H A Dmtdswap.c829 unsigned int background) in mtdswap_choose_gc_tree()
845 unsigned int background) in mtdswap_pick_gc_eblk()
937 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background) in mtdswap_gc()
/linux/tools/testing/selftests/net/lib/py/
H A Dutils.py34 __init__(self, comm, shell=True, fail=True, ns=None, background=False, host=None, timeout=5, ksft_wait=None) global() argument
/linux/drivers/gpu/ipu-v3/
H A Dipu-dp.c54 struct ipu_dp background; member
/linux/include/uapi/linux/
H A Domapfb.h169 __u32 background; member
/linux/drivers/gpu/drm/tegra/
H A Ddc.c170 u32 background[3] = { tegra_plane_setup_blending_legacy() local
[all...]
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py99 def cmd(cmd, shell=True, include_stderr=False, background=False, fail=True): argument