/kernel/linux/linux-5.10/fs/efs/ |
H A D | Makefile | 3 # Makefile for the linux efs-filesystem routines. 6 obj-$(CONFIG_EFS_FS) += efs.o 8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
/kernel/linux/linux-6.6/fs/efs/ |
H A D | Makefile | 3 # Makefile for the linux efs-filesystem routines. 6 obj-$(CONFIG_EFS_FS) += efs.o 8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_cls.c | 1339 struct mvpp2_ethtool_fs *efs; in mvpp2_ethtool_cls_rule_get() local 1344 efs = port->rfs_rules[rxnfc->fs.location]; in mvpp2_ethtool_cls_rule_get() 1345 if (!efs) in mvpp2_ethtool_cls_rule_get() 1348 memcpy(rxnfc, &efs->rxnfc, sizeof(efs->rxnfc)); in mvpp2_ethtool_cls_rule_get() 1358 struct mvpp2_ethtool_fs *efs, *old_efs; in mvpp2_ethtool_cls_rule_ins() local 1364 efs = kzalloc(sizeof(*efs), GFP_KERNEL); in mvpp2_ethtool_cls_rule_ins() 1365 if (!efs) in mvpp2_ethtool_cls_rule_ins() 1382 efs in mvpp2_ethtool_cls_rule_ins() 1428 struct mvpp2_ethtool_fs *efs; mvpp2_ethtool_cls_rule_del() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_cls.c | 1345 struct mvpp2_ethtool_fs *efs; in mvpp2_ethtool_cls_rule_get() local 1350 efs = port->rfs_rules[rxnfc->fs.location]; in mvpp2_ethtool_cls_rule_get() 1351 if (!efs) in mvpp2_ethtool_cls_rule_get() 1354 memcpy(rxnfc, &efs->rxnfc, sizeof(efs->rxnfc)); in mvpp2_ethtool_cls_rule_get() 1364 struct mvpp2_ethtool_fs *efs, *old_efs; in mvpp2_ethtool_cls_rule_ins() local 1370 efs = kzalloc(sizeof(*efs), GFP_KERNEL); in mvpp2_ethtool_cls_rule_ins() 1371 if (!efs) in mvpp2_ethtool_cls_rule_ins() 1388 efs in mvpp2_ethtool_cls_rule_ins() 1434 struct mvpp2_ethtool_fs *efs; mvpp2_ethtool_cls_rule_del() local [all...] |
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | l2cap_core.c | 3224 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local 3228 efs.id = chan->local_id; in l2cap_add_opt_efs() 3229 efs.stype = chan->local_stype; in l2cap_add_opt_efs() 3230 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs() 3231 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs() 3232 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs() 3233 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs() 3237 efs.id = 1; in l2cap_add_opt_efs() 3238 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs() 3239 efs in l2cap_add_opt_efs() 3571 struct l2cap_conf_efs efs; l2cap_parse_conf_req() local 3796 struct l2cap_conf_efs efs; l2cap_parse_conf_rsp() local [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | l2cap_core.c | 3048 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local 3052 efs.id = chan->local_id; in l2cap_add_opt_efs() 3053 efs.stype = chan->local_stype; in l2cap_add_opt_efs() 3054 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs() 3055 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs() 3056 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs() 3057 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs() 3061 efs.id = 1; in l2cap_add_opt_efs() 3062 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs() 3063 efs in l2cap_add_opt_efs() 3357 struct l2cap_conf_efs efs; l2cap_parse_conf_req() local 3576 struct l2cap_conf_efs efs; l2cap_parse_conf_rsp() local [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | Makefile | 106 obj-$(CONFIG_EFS_FS) += efs/
|
/kernel/linux/linux-6.6/fs/ |
H A D | Makefile | 100 obj-$(CONFIG_EFS_FS) += efs/
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 212 struct event_function_struct *efs = info; in event_function() local 213 struct perf_event *event = efs->event; in event_function() 249 efs->func(event, cpuctx, ctx, efs->data); in event_function() 260 struct event_function_struct efs = { in event_function_call() local 276 cpu_function_call(event->cpu, event_function, &efs); in event_function_call() 284 if (!task_function_call(task, event_function, &efs)) in event_function_call()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 219 struct event_function_struct *efs = info; in event_function() local 220 struct perf_event *event = efs->event; in event_function() 256 efs->func(event, cpuctx, ctx, efs->data); in event_function() 267 struct event_function_struct efs = { in event_function_call() local 283 cpu_function_call(event->cpu, event_function, &efs); in event_function_call() 291 if (!task_function_call(task, event_function, &efs)) in event_function_call()
|