/Linux-v6.6/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.6/tools/testing/selftests/tc-testing/tc-tests/actions/ |
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 …]
|
D | ct.json | 4 "name": "Add simple ct action", string 28 "name": "Add simple ct action with cookie", string 52 "name": "Add ct clear action", string 76 "name": "Add ct clear action with cookie of max length", string 100 "name": "Try ct with zone", string 124 "name": "Try ct with zone, commit", string 148 "name": "Try ct with zone, commit, mark", string 172 "name": "Try ct with zone, commit, mark, nat", string 196 "name": "Try ct with full nat ipv4 range syntax", string 220 "name": "Try ct with full nat ipv6 syntax", string [all …]
|
D | skbmod.json | 4 "name": "Add skbmod action to set destination mac", string 28 "name": "Add skbmod action to set source mac", string 52 "name": "Add skbmod action with invalid mac", string 76 "name": "Add skbmod action with valid etype", string 100 "name": "Add skbmod action with invalid etype", string 124 "name": "Add skbmod action to swap mac", string 148 "name": "Add skbmod action with control pipe", string 172 "name": "Add skbmod action with control reclassify", string 196 "name": "Add skbmod action with control drop", string 220 "name": "Add skbmod action with control continue", string [all …]
|
D | connmark.json | 4 "name": "Add valid connmark action with defaults", string 28 "name": "Add valid connmark action with control pass", string 52 "name": "Add valid connmark action with control drop", string 76 "name": "Add valid connmark action with control pipe", string 100 "name": "Add valid connmark action with control reclassify", string 124 "name": "Add valid connmark action with control continue", string 148 "name": "Add valid connmark action with control jump", string 172 "name": "Add valid connmark action with zone argument", string 196 "name": "Add valid connmark action with invalid zone argument", string 220 "name": "Add connmark action with unsupported argument", string [all …]
|
/Linux-v6.6/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
|
/Linux-v6.6/security/apparmor/ |
D | policy_unpack.c | 62 const char *name, const char *info, struct aa_ext *e, in audit_iface() 223 VISIBLE_IF_KUNIT bool aa_unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name) in aa_unpack_nameX() 254 static bool unpack_u8(struct aa_ext *e, u8 *data, const char *name) in unpack_u8() 272 VISIBLE_IF_KUNIT bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name) in aa_unpack_u32() 291 VISIBLE_IF_KUNIT bool aa_unpack_u64(struct aa_ext *e, u64 *data, const char *name) in aa_unpack_u64() 310 static bool aa_unpack_cap_low(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_low() 320 static bool aa_unpack_cap_high(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_high() 330 VISIBLE_IF_KUNIT bool aa_unpack_array(struct aa_ext *e, const char *name, u16 *size) in aa_unpack_array() 348 VISIBLE_IF_KUNIT size_t aa_unpack_blob(struct aa_ext *e, char **blob, const char *name) in aa_unpack_blob() 371 VISIBLE_IF_KUNIT int aa_unpack_str(struct aa_ext *e, const char **string, const char *name) in aa_unpack_str() [all …]
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | linkage.h | 20 #define ENTRY(name) \ argument 25 #define ENTRY_CFI(name, ...) \ argument 32 #define ENDPROC_CFI(name) \ argument
|
/Linux-v6.6/drivers/clk/imx/ |
D | clk.c | 63 static struct clk *imx_obtain_fixed_clock_from_dt(const char *name) in imx_obtain_fixed_clock_from_dt() 84 const char *name, unsigned long rate) in imx_obtain_fixed_clock() 95 const char *name, unsigned long rate) in imx_obtain_fixed_clock_hw() 106 const char *name, unsigned long rate) in imx_obtain_fixed_of_clock() 119 struct clk_hw *imx_get_clk_hw_by_name(struct device_node *np, const char *name) in imx_get_clk_hw_by_name()
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | bpf_misc.h | 79 #define __imm(name) [name]"i"(name) argument 80 #define __imm_const(name, expr) [name]"i"(expr) argument 81 #define __imm_addr(name) [name]"i"(&name) argument 82 #define __imm_ptr(name) [name]"p"(&name) argument 83 #define __imm_insn(name, expr) [name]"i"(*(long *)&(expr)) argument
|
/Linux-v6.6/fs/fuse/ |
D | xattr.c | 14 int fuse_setxattr(struct inode *inode, const char *name, const void *value, in fuse_setxattr() 51 ssize_t fuse_getxattr(struct inode *inode, const char *name, void *value, in fuse_getxattr() 156 int fuse_removexattr(struct inode *inode, const char *name) in fuse_removexattr() 183 const char *name, void *value, size_t size) in fuse_xattr_get() 194 const char *name, const void *value, size_t size, in fuse_xattr_set()
|
/Linux-v6.6/drivers/power/supply/ |
D | test_power.c | 541 #define param_check_ac_online(name, p) __param_check(name, p, void); argument 542 #define param_check_usb_online(name, p) __param_check(name, p, void); argument 543 #define param_check_battery_status(name, p) __param_check(name, p, void); argument 544 #define param_check_battery_present(name, p) __param_check(name, p, void); argument 545 #define param_check_battery_technology(name, p) __param_check(name, p, void); argument 546 #define param_check_battery_health(name, p) __param_check(name, p, void); argument 547 #define param_check_battery_capacity(name, p) __param_check(name, p, void); argument 548 #define param_check_battery_voltage(name, p) __param_check(name, p, void); argument 549 #define param_check_battery_charge_counter(name, p) __param_check(name, p, void); argument 550 #define param_check_battery_current(name, p) __param_check(name, p, void); argument
|
/Linux-v6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | cbs.json | 4 "name": "Create CBS with default setting", string 27 "name": "Create CBS with hicredit setting", string 50 "name": "Create CBS with locredit setting", string 73 "name": "Create CBS with sendslope setting", string 96 "name": "Create CBS with idleslope setting", string 119 "name": "Create CBS with multiple setting", string 142 "name": "Replace CBS with sendslope setting", string 166 "name": "Change CBS with idleslope setting", string 190 "name": "Delete CBS with handle", string 213 "name": "Show CBS class", string
|
D | sfq.json | 4 "name": "Create SFQ with default setting", string 27 "name": "Create SFQ with limit setting", string 50 "name": "Create SFQ with perturb setting", string 73 "name": "Create SFQ with quantum setting", string 96 "name": "Create SFQ with divisor setting", string 119 "name": "Create SFQ with flows setting", string 142 "name": "Create SFQ with depth setting", string 165 "name": "Create SFQ with headdrop setting", string 188 "name": "Create SFQ with redflowlimit setting", string 211 "name": "Show SFQ class", string
|
D | htb.json | 4 "name": "Create HTB with default setting", string 27 "name": "Create HTB with default-N setting", string 50 "name": "Create HTB with r2q setting", string 73 "name": "Create HTB with direct_qlen setting", string 96 "name": "Create HTB with class rate and burst setting", string 120 "name": "Create HTB with class mpu setting", string 144 "name": "Create HTB with class prio setting", string 168 "name": "Create HTB with class ceil setting", string 192 "name": "Create HTB with class cburst setting", string 216 "name": "Create HTB with class mtu setting", string [all …]
|
D | sfb.json | 4 "name": "Create SFB with default setting", string 27 "name": "Create SFB with rehash setting", string 50 "name": "Create SFB with db setting", string 73 "name": "Create SFB with limit setting", string 96 "name": "Create SFB with max setting", string 119 "name": "Create SFB with target setting", string 142 "name": "Create SFB with increment setting", string 165 "name": "Create SFB with decrement setting", string 188 "name": "Create SFB with penalty_rate setting", string 211 "name": "Create SFB with penalty_burst setting", string [all …]
|
/Linux-v6.6/fs/debugfs/ |
D | inode.c | 322 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() 339 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating() 408 static struct dentry *__debugfs_create_file(const char *name, umode_t mode, in __debugfs_create_file() 481 struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file() 520 struct dentry *debugfs_create_file_unsafe(const char *name, umode_t mode, in debugfs_create_file_unsafe() 551 void debugfs_create_file_size(const char *name, umode_t mode, in debugfs_create_file_size() 587 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() 631 struct dentry *debugfs_create_automount(const char *name, in debugfs_create_automount() 690 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink() 778 void debugfs_lookup_and_remove(const char *name, struct dentry *parent) in debugfs_lookup_and_remove()
|
/Linux-v6.6/include/trace/events/ |
D | handshake.h | 111 #define DEFINE_HANDSHAKE_EVENT(name) \ argument 144 #define DEFINE_HANDSHAKE_FD_EVENT(name) \ argument 178 #define DEFINE_HANDSHAKE_ERROR(name) \ argument 220 #define DEFINE_HANDSHAKE_ALERT(name) \ argument
|
/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_trace.h | 956 #define DPU_ATRACE_END(name) trace_tracing_mark_write(current->tgid, name, 0) argument 957 #define DPU_ATRACE_BEGIN(name) trace_tracing_mark_write(current->tgid, name, 1) argument 960 #define DPU_ATRACE_INT(name, value) \ argument
|
/Linux-v6.6/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 304 #define __CMPXCHG128(name, mb, rel, cl...) \ argument
|
/Linux-v6.6/drivers/dma/qcom/ |
D | hidma_mgmt_sys.c | 20 char *name; member 26 #define IMPLEMENT_GETSET(name) \ argument 44 #define DECLARE_ATTRIBUTE(name, mode) \ argument 185 static int create_sysfs_entry(struct hidma_mgmt_dev *dev, char *name, int mode) in create_sysfs_entry() 208 static int create_sysfs_entry_channel(struct hidma_mgmt_dev *mdev, char *name, in create_sysfs_entry_channel() 252 char name[20]; in hidma_mgmt_init_sys() local
|
/Linux-v6.6/arch/ia64/include/asm/ |
D | asmmacro.h | 11 #define ENTRY(name) \ argument 16 #define ENTRY_MIN_ALIGN(name) \ argument 21 #define GLOBAL_ENTRY(name) \ argument 25 #define END(name) \ argument
|
/Linux-v6.6/scripts/selinux/mdp/ |
D | mdp.c | 24 static void usage(char *name) in usage() 32 const char *name; member 74 const char *name = initial_sid_to_string[i]; in main() local 143 const char *name = initial_sid_to_string[i]; in main() local
|
/Linux-v6.6/include/linux/ |
D | pm.h | 369 #define _DEFINE_DEV_PM_OPS(name, \ argument 378 #define _EXPORT_DEV_PM_OPS(name, license, ns) \ argument 382 #define EXPORT_PM_FN_GPL(name) EXPORT_SYMBOL_GPL(name) argument 383 #define EXPORT_PM_FN_NS_GPL(name, ns) EXPORT_SYMBOL_NS_GPL(name, ns) argument 385 #define _EXPORT_DEV_PM_OPS(name, license, ns) \ argument 387 #define EXPORT_PM_FN_GPL(name) argument 388 #define EXPORT_PM_FN_NS_GPL(name, ns) argument 391 #define EXPORT_DEV_PM_OPS(name) _EXPORT_DEV_PM_OPS(name, "", "") argument 392 #define EXPORT_GPL_DEV_PM_OPS(name) _EXPORT_DEV_PM_OPS(name, "GPL", "") argument 393 #define EXPORT_NS_DEV_PM_OPS(name, ns) _EXPORT_DEV_PM_OPS(name, "", #ns) argument [all …]
|
/Linux-v6.6/fs/btrfs/ |
D | xattr.c | 27 int btrfs_getxattr(struct inode *inode, const char *name, in btrfs_getxattr() 84 const char *name, const void *value, size_t size, int flags) in btrfs_setxattr() 229 int btrfs_setxattr_trans(struct inode *inode, const char *name, in btrfs_setxattr_trans() 366 const char *name, void *buffer, size_t size) in btrfs_xattr_handler_get() 375 const char *name, const void *buffer, in btrfs_xattr_handler_set() 388 const char *name, const void *value, in btrfs_xattr_handler_set_prop() 459 char *name; in btrfs_initxattrs() local
|