Searched refs:efs (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/efs/
H A DMakefile3 # 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
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c1345 struct mvpp2_ethtool_fs *efs; local
1350 efs = port->rfs_rules[rxnfc->fs.location];
1351 if (!efs)
1354 memcpy(rxnfc, &efs->rxnfc, sizeof(efs->rxnfc));
1364 struct mvpp2_ethtool_fs *efs, *old_efs; local
1370 efs = kzalloc(sizeof(*efs), GFP_KERNEL);
1371 if (!efs)
1388 efs
1434 struct mvpp2_ethtool_fs *efs; local
[all...]
/linux-master/net/bluetooth/
H A Dl2cap_core.c3048 struct l2cap_conf_efs efs; local
3052 efs.id = chan->local_id;
3053 efs.stype = chan->local_stype;
3054 efs.msdu = cpu_to_le16(chan->local_msdu);
3055 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime);
3056 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT);
3057 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO);
3061 efs.id = 1;
3062 efs.stype = L2CAP_SERV_BESTEFFORT;
3063 efs
3357 struct l2cap_conf_efs efs; local
3576 struct l2cap_conf_efs efs; local
[all...]
/linux-master/fs/
H A DMakefile96 obj-$(CONFIG_EFS_FS) += efs/
/linux-master/kernel/events/
H A Dcore.c219 struct event_function_struct *efs = info; local
220 struct perf_event *event = efs->event;
256 efs->func(event, cpuctx, ctx, efs->data);
267 struct event_function_struct efs = { local
283 cpu_function_call(event->cpu, event_function, &efs);
291 if (!task_function_call(task, event_function, &efs))

Completed in 186 milliseconds