/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | mirred.json | 4 "name": "Add mirred mirror to egress action", string 28 "name": "Add mirred redirect to egress action", string 53 "name": "Get mirred actions", string 79 "name": "Add invalid mirred direction", string 103 "name": "Add invalid mirred action", string 127 "name": "Add mirred action with invalid device", string 151 "name": "Add mirred action with duplicate index", string 176 "name": "Add mirred mirror action with control pass", string 200 "name": "Add mirred mirror action with control pipe", string 224 "name": "Add mirred mirror action with control continue", string [all …]
|
D | nat.json | 4 "name": "Add nat action on ingress with default control action", string 28 "name": "Add nat action on ingress with pipe control action", string 52 "name": "Add nat action on ingress with continue control action", string 76 "name": "Add nat action on ingress with reclassify control action", string 100 "name": "Add nat action on ingress with jump control action", string 124 "name": "Add nat action on ingress with drop control action", string 148 "name": "Add nat action on ingress with maximum index value", string 172 "name": "Add nat action on ingress with invalid index value", string 201 "name": "Add nat action on ingress with invalid IP address", string 230 "name": "Add nat action on ingress with invalid argument", string [all …]
|
D | police.json | 4 "name": "Add valid basic police action", string 28 "name": "Add police action with duplicate index", string 53 "name": "Add valid police action with mtu", string 77 "name": "Add valid police action with peakrate", string 101 "name": "Add police action with peakrate and no mtu", string 125 "name": "Add police action with valid overhead", string 149 "name": "Add police action with ethernet linklayer type", string 173 "name": "Add police action with atm linklayer type", string 197 "name": "Add police actions with conform-exceed control continue/drop", string 221 "name": "Add police actions with conform-exceed control pass/reclassify", string [all …]
|
D | gact.json | 4 "name": "Add valid pass action", string 28 "name": "Add valid pipe action", string 52 "name": "Add valid reclassify action", string 76 "name": "Add valid drop action", string 100 "name": "Add valid continue action", string 124 "name": "Add invalid action", string 148 "name": "Add action with duplicate index", string 173 "name": "Add action with index exceeding 32-bit maximum", string 197 "name": "Add action with index at 32-bit maximum", string 221 "name": "List actions", string [all …]
|
/Linux-v6.1/fs/hfsplus/ |
D | xattr.c | 24 static int strcmp_xattr_finder_info(const char *name) in strcmp_xattr_finder_info() 33 static int strcmp_xattr_acl(const char *name) in strcmp_xattr_acl() 42 static bool is_known_namespace(const char *name) in is_known_namespace() 257 int __hfsplus_setxattr(struct inode *inode, const char *name, in __hfsplus_setxattr() 421 int hfsplus_setxattr(struct inode *inode, const char *name, in hfsplus_setxattr() 489 ssize_t __hfsplus_getxattr(struct inode *inode, const char *name, in __hfsplus_getxattr() 575 ssize_t hfsplus_getxattr(struct inode *inode, const char *name, in hfsplus_getxattr() 767 static int hfsplus_removexattr(struct inode *inode, const char *name) in hfsplus_removexattr() 841 const char *name, void *buffer, size_t size) in hfsplus_osx_getxattr() 862 const char *name, const void *buffer, in hfsplus_osx_setxattr()
|
/Linux-v6.1/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 211 static void check_success(pid_t child_pid, const char *name, const char *type, in check_success() 279 char *name = "PTRACE_SET_DEBUGREG"; in test_set_debugreg() local 320 char *name = "PTRACE_SET_DEBUGREG"; in test_set_debugreg_kernel_userspace() local 354 char *name = "PPC_PTRACE_SETHWDEBUG, MODE_EXACT"; in test_sethwdebug_exact() local 384 char *name = "PPC_PTRACE_SETHWDEBUG, MODE_EXACT"; in test_sethwdebug_exact_kernel_userspace() local 400 char *name = "PPC_PTRACE_SETHWDEBUG, MODE_RANGE, DW ALIGNED"; in test_sethwdebug_range_aligned() local 468 char *name = "PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DAWR Overlap"; in test_multi_sethwdebug_range_dawr_overlap() local 499 char *name = "PPC_PTRACE_SETHWDEBUG, MODE_RANGE, DW UNALIGNED"; in test_sethwdebug_range_unaligned() local 536 char *name = "PPC_PTRACE_SETHWDEBUG, MODE_RANGE, DW UNALIGNED, DAR OUTSIDE"; in test_sethwdebug_range_unaligned_dar() local 554 char *name = "PPC_PTRACE_SETHWDEBUG, DAWR_MAX_LEN"; in test_sethwdebug_dawr_max_range() local
|
/Linux-v6.1/fs/tracefs/ |
D | inode.c | 58 char *name; in get_dname() local 74 char *name; in tracefs_syscall_mkdir() local 97 char *name; in tracefs_syscall_rmdir() local 402 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating() 480 struct dentry *tracefs_create_file(const char *name, umode_t mode, in tracefs_create_file() 512 static struct dentry *__create_dir(const char *name, struct dentry *parent, in __create_dir() 557 struct dentry *tracefs_create_dir(const char *name, struct dentry *parent) in tracefs_create_dir() 579 __init struct dentry *tracefs_create_instance_dir(const char *name, in tracefs_create_instance_dir() 581 int (*mkdir)(const char *name), in tracefs_create_instance_dir() 582 int (*rmdir)(const char *name)) in tracefs_create_instance_dir()
|
/Linux-v6.1/include/linux/ |
D | syscalls.h | 217 #define SYSCALL_DEFINE1(name, ...) SYSCALL_DEFINEx(1, _##name, __VA_ARGS__) argument 218 #define SYSCALL_DEFINE2(name, ...) SYSCALL_DEFINEx(2, _##name, __VA_ARGS__) argument 219 #define SYSCALL_DEFINE3(name, ...) SYSCALL_DEFINEx(3, _##name, __VA_ARGS__) argument 220 #define SYSCALL_DEFINE4(name, ...) SYSCALL_DEFINEx(4, _##name, __VA_ARGS__) argument 221 #define SYSCALL_DEFINE5(name, ...) SYSCALL_DEFINEx(5, _##name, __VA_ARGS__) argument 222 #define SYSCALL_DEFINE6(name, ...) SYSCALL_DEFINEx(6, _##name, __VA_ARGS__) argument 238 #define __SYSCALL_DEFINEx(x, name, ...) \ argument 260 #define SC_ARG64(name) u32, name##_lo, u32, name##_hi argument 262 #define SC_ARG64(name) u32, name##_hi, u32, name##_lo argument 264 #define SC_VAL64(type, name) ((type) name##_hi << 32 | name##_lo) argument
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | kvm_fpu.h | 34 #define FPD_ONE_IN(name) extern void fpd_ ## name(u64 *fpscr, u32 *cr, \ argument 36 #define FPD_TWO_IN(name) extern void fpd_ ## name(u64 *fpscr, u32 *cr, \ argument 38 #define FPD_THREE_IN(name) extern void fpd_ ## name(u64 *fpscr, u32 *cr, \ argument
|
/Linux-v6.1/arch/arm/mach-s3c/ |
D | iic-core.h | 18 static inline void s3c_i2c0_setname(char *name) in s3c_i2c0_setname() 24 static inline void s3c_i2c1_setname(char *name) in s3c_i2c1_setname() 31 static inline void s3c_i2c2_setname(char *name) in s3c_i2c2_setname()
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | netem.json | 4 "name": "Create NETEM with default setting", string 27 "name": "Create NETEM with limit flag", string 50 "name": "Create NETEM with delay time", string 73 "name": "Create NETEM with distribution and corrupt flag", string 96 "name": "Create NETEM with distribution and duplicate flag", string 119 "name": "Create NETEM with distribution and loss flag", string 142 "name": "Create NETEM with distribution and loss state flag", string 165 "name": "Create NETEM with loss gemodel flag", string 188 "name": "Create NETEM with reorder flag", string 211 "name": "Create NETEM with rate limit", string [all …]
|
D | fq_codel.json | 4 "name": "Create FQ_CODEL with default setting", string 27 "name": "Create FQ_CODEL with limit setting", string 50 "name": "Create FQ_CODEL with memory_limit setting", string 73 "name": "Create FQ_CODEL with target setting", string 96 "name": "Create FQ_CODEL with interval setting", string 119 "name": "Create FQ_CODEL with quantum setting", string 142 "name": "Create FQ_CODEL with noecn flag", string 165 "name": "Create FQ_CODEL with ce_threshold setting", string 188 "name": "Create FQ_CODEL with drop_batch setting", string 211 "name": "Create FQ_CODEL with multiple setting", string [all …]
|
/Linux-v6.1/drivers/dma/ |
D | txx9dmac.c | 35 #define channel64_readq(dc, name) \ argument 37 #define channel64_writeq(dc, name, val) \ argument 39 #define channel64_readl(dc, name) \ argument 41 #define channel64_writel(dc, name, val) \ argument 44 #define channel32_readl(dc, name) \ argument 46 #define channel32_writel(dc, name, val) \ argument 49 #define channel_readq(dc, name) channel64_readq(dc, name) argument 50 #define channel_writeq(dc, name, val) channel64_writeq(dc, name, val) argument 51 #define channel_readl(dc, name) \ argument 54 #define channel_writel(dc, name, val) \ argument [all …]
|
/Linux-v6.1/drivers/isdn/hardware/mISDN/ |
D | iohelper.h | 25 #define IOFUNC_IO(name, hws, ap) \ argument 43 #define IOFUNC_IND(name, hws, ap) \ argument 65 #define IOFUNC_MEMIO(name, hws, typ, adr) \ argument 85 #define ASSIGN_FUNC(typ, name, dest) do { \ argument
|
/Linux-v6.1/sound/soc/tegra/ |
D | tegra210_ahub.c | 1004 #define TEGRA_COMMON_MUX_ROUTES(name) \ argument 1047 #define TEGRA210_ONLY_MUX_ROUTES(name) \ argument 1050 #define TEGRA186_ONLY_MUX_ROUTES(name) \ argument 1080 #define TEGRA210_MUX_ROUTES(name) \ argument 1084 #define TEGRA186_MUX_ROUTES(name) \ argument 1089 #define TEGRA_FE_ROUTES(name) \ argument
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | atomic_ll_sc.h | 42 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 63 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument 138 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 159 #define ATOMIC64_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 239 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument 297 #define __CMPXCHG_DBL(name, mb, rel, cl) \ argument
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | bootstd.h | 49 #define _bsc0(type,name) \ argument 60 #define _bsc1(type,name,atype,a) \ argument 72 #define _bsc2(type,name,atype,a,btype,b) \ argument 85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
|
/Linux-v6.1/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 168 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ argument 184 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ argument 188 #define DEBUGFS_DECLARE_RO_FILE(name, _read_bufsize) \ argument 192 #define DEBUGFS_DECLARE_WO_FILE(name) \ argument 196 #define DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize) \ argument 201 #define __DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize, _dstate) \ argument 206 #define DEBUGFS_READONLY_FILE(name, _read_bufsize, fmt, value...) \ argument 463 #define UPDATE_COUNTER(ar, name) ({ \ argument 477 #define TALLY_SUM_UP(ar, name) do { \ argument 486 #define DEBUGFS_HW_TALLY_FILE(name, f) \ argument [all …]
|
/Linux-v6.1/arch/arm/include/asm/ |
D | glue.h | 16 #define ____glue(name,fn) name##fn argument 18 #define ____glue(name,fn) name/**/fn argument 20 #define __glue(name,fn) ____glue(name,fn) argument
|
/Linux-v6.1/fs/afs/ |
D | xattr.c | 38 struct inode *inode, const char *name, in afs_xattr_get_acl() 102 struct inode *inode, const char *name, in afs_xattr_set_acl() 140 struct inode *inode, const char *name, in afs_xattr_get_yfs() 233 struct inode *inode, const char *name, in afs_xattr_set_yfs() 270 struct inode *inode, const char *name, in afs_xattr_get_cell() 297 struct inode *inode, const char *name, in afs_xattr_get_fid() 335 struct inode *inode, const char *name, in afs_xattr_get_volume()
|
/Linux-v6.1/drivers/clk/ |
D | clk-fixed-factor.c | 81 const char *name, const char *parent_name, in __clk_hw_register_fixed_factor() 151 const char *name, unsigned int index, unsigned long flags, in devm_clk_hw_register_fixed_factor_index() 173 const char *name, const struct clk_hw *parent_hw, in devm_clk_hw_register_fixed_factor_parent_hw() 182 const char *name, const struct clk_hw *parent_hw, in clk_hw_register_fixed_factor_parent_hw() 192 const char *name, const char *parent_name, unsigned long flags, in clk_hw_register_fixed_factor() 200 struct clk *clk_register_fixed_factor(struct device *dev, const char *name, in clk_register_fixed_factor() 239 const char *name, const char *parent_name, unsigned long flags, in devm_clk_hw_register_fixed_factor()
|
/Linux-v6.1/scripts/selinux/genheaders/ |
D | genheaders.c | 14 const char *name; member 66 char *name = stoupperx(secclass_map[i].name); in main() local 92 char *name = stoupperx(secclass_map[i].name); in main() local 129 char *name = stoupperx(map->name); in main() local
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | hwtstamp_config.c | 20 lookup_value(const char **names, int size, const char *name) in lookup_value() 47 #define TX_TYPE(name) [HWTSTAMP_TX_ ## name] = #name argument 56 #define RX_FILTER(name) [HWTSTAMP_FILTER_ ## name] = #name argument 90 const char *name; in main() local
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | u32.json | 4 "name": "Add u32 with source match", string 26 "name": "Add/Replace u32 with source match and invalid indev", string 48 "name": "Replace valid u32 with source match and invalid indev", string 71 "name": "Add u32 with custom hash table", string 93 "name": "Add/Replace u32 with custom hash table and invalid handle", string 115 "name": "Replace valid u32 with custom hash table and invalid handle", string 138 "name": "Add u32 filter that links to a custom hash table", string 161 "name": "Add/Replace u32 filter with invalid hash table id", string 183 "name": "Replace valid u32 filter with invalid hash table id", string 207 "name": "Test u32 sample option, divisor 256", string [all …]
|
/Linux-v6.1/arch/powerpc/kvm/ |
D | book3s_rmhandlers.S | 30 #define FUNC(name) name argument 32 #define FUNC(name) GLUE(.,name) argument 37 #define FUNC(name) name argument
|