Searched refs:created (Results 51 - 64 of 64) sorted by relevance

123

/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h131 bool created; member in struct:be_queue_info
/linux-master/tools/testing/selftests/wireguard/
H A Dnetns.sh685 [[ $line =~ .*(wg[0-9]+:\ [A-Z][a-z]+\ ?[0-9]*)\ .*(created|destroyed).* ]] || continue
696 pretty "" "Objects that were created were also destroyed."
/linux-master/fs/ceph/
H A Dsuper.h926 u64 created, seq; member in struct:ceph_snap_realm
/linux-master/drivers/android/
H A Dbinder.c784 "%d:%d node %d u%016llx c%016llx created\n",
1414 * Another thread created the ref first so
2337 * This is used for the pointer fixup list (pf) which is created and consumed
2357 * This is used for the sg copy list (sgc) which is created and consumed
6277 int created = atomic_read(&stats->obj_created[i]); local
6280 if (created || deleted)
6284 created - deleted,
6285 created);
/linux-master/net/ceph/
H A Dosdmap.c1682 /* fsid, epoch, created, modified */
1684 sizeof(map->created) + sizeof(map->modified), e_inval);
1687 ceph_decode_copy(p, &map->created, sizeof(map->created));
/linux-master/fs/nfs/
H A Ddir.c217 * we are freeing strings created by nfs_add_to_readdir_array()
2055 int created = 0; local
2116 inode = NFS_PROTO(dir)->open_context(dir, ctx, open_flags, &attr, &created);
2117 if (created)
2759 /* new dentry created? */
/linux-master/tools/perf/util/
H A Dmachine.c491 * Maps are created from MMAP events which provide the pid and
520 bool created; local
529 th = threads__findnew(&machine->threads, pid, tid, &created);
530 if (created) {
564 * So here a single thread is created for that, but actually there is a separate
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2822 bool file_present = false, created = false, already_permitted = false; local
3196 created = true;
3287 if (created) {
3389 if (file_present || created)
3502 if (!created)
3660 if (rc && (file_present || created))
/linux-master/fs/btrfs/
H A Dtree-log.c92 * we find in the log are created in the subvolume.
154 bool created = false; local
157 * First check if the log root tree was already created. If not, create
166 created = true;
198 * This means fs_info->log_root_tree was already created
203 if (zoned && !created) {
2010 * created in the log while the subvolume was logged.
2111 * Currently we only log dir index keys. Even if we replay a log created
2426 * possible we are replaying a log created with a kernel
3310 * If no log tree was created fo
[all...]
/linux-master/virt/kvm/
H A Dkvm_main.c1179 * Called after per-vm debugfs created. When called kvm->debugfs_dentry should
1223 * is not created (by kvm_create_vm_debugfs()).
1835 * memslot will be created. Validation of sp->gfn happens in:
4935 /* We don't allow to change this value after vcpu created */
6236 unsigned long long created, active; local
6248 created = kvm_createvm_count;
6256 add_uevent_var(env, "CREATED=%llu", created);
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c2280 bool created = false; local
2286 created = true;
2290 trace_kvm_mmu_get_page(sp, created);
3783 * were made now versus when the memslot was created.
6206 * No obsolete valid page exists before a newly created page
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S291 # In the general case, four quotient words would be created by
H A Dfpsp.S1166 # (a Trace stack frame must be created here, too). If an FP exception #
2448 # status-longword. These are created within this handler. #
3982 # exception stack frame is created from the current frame and an exit #
3984 # a Trace exception frame is created from the current frame and a jump #
3990 # is created from the current stack frame and an exit is made through #
13436 # gets an EXOP created for it since it's an underflow. #
20188 # created. #
/linux-master/drivers/md/
H A Ddm-thin.c1691 * created complete.
3096 char **error, int *created)
3122 *created = 1;
3092 __pool_find(struct mapped_device *pool_md, struct block_device *metadata_dev, struct block_device *data_dev, unsigned long block_size, int read_only, char **error, int *created) argument

Completed in 316 milliseconds

123