Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 521) sorted by relevance

12345678910>>...21

/arch/arm/probes/uprobes/
Dactions-arm.c23 u32 free = 0xffff; in uprobes_substitute_pc() local
30 free &= ~(1 << (insn & 0xf)); in uprobes_substitute_pc()
34 if (free & (1 << 15)) in uprobes_substitute_pc()
37 if (!free) in uprobes_substitute_pc()
44 freereg = free = fls(free) - 1; in uprobes_substitute_pc()
51 for (; regs; regs >>= 4, mask <<= 4, free <<= 4, temp >>= 4) { in uprobes_substitute_pc()
59 insn |= free & mask; in uprobes_substitute_pc()
/arch/nds32/mm/
Dmm-nds32.c53 goto free; in pgd_free()
57 goto free; in pgd_free()
66 free: in pgd_free()
/arch/powerpc/include/asm/
Dkvm_book3s_uvmem.h24 void kvmppc_uvmem_drop_pages(const struct kvm_memory_slot *free,
87 kvmppc_uvmem_drop_pages(const struct kvm_memory_slot *free, in kvmppc_uvmem_drop_pages() argument
/arch/parisc/boot/compressed/
Dmisc.c23 #define free free_gzip macro
212 #undef free
213 void free(void *ptr) in free() function
278 free(phdrs); in parse_elf()
/arch/powerpc/boot/
Dops.h29 void (*free)(void *ptr); member
222 static inline void free(void *ptr) in free() function
224 if (platform_ops.free) in free()
225 platform_ops.free(ptr); in free()
Dfixup-headers.sed3 # This program is free software; you can redistribute it and/or modify it
/arch/arm/boot/dts/
Dsun5i-r8.dtsi5 * Maxime Ripard <maxime.ripard@free-electrons.com>
12 * a) This file is free software; you can redistribute it and/or
24 * b) Permission is hereby granted, free of charge, to any person
Darmada-388-rd.dts8 * Gregory CLEMENT <gregory.clement@free-electrons.com>
9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Daxp223.dtsi4 * Quentin Schulz <quentin.schulz@free-electrons.com>
11 * a) This file is free software; you can redistribute it and/or
23 * b) Permission is hereby granted, free of charge, to any person
Dsun6i-a31-app4-evb1.dts4 * Boris Brezillon <boris.brezillon@free-electrons.com>
11 * a) This file is free software; you can redistribute it and/or
23 * b) Permission is hereby granted, free of charge, to any person
Darmada-390.dtsi7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Dsun5i-a13.dtsi4 * Maxime Ripard <maxime.ripard@free-electrons.com>
11 * a) This library is free software; you can redistribute it and/or
23 * b) Permission is hereby granted, free of charge, to any person
Ddra71x.dtsi4 * This program is free software; you can redistribute it and/or modify
Dsun4i-a10-hackberry.dts4 * Maxime Ripard <maxime.ripard@free-electrons.com>
11 * a) This file is free software; you can redistribute it and/or
23 * b) Permission is hereby granted, free of charge, to any person
Dsun8i-a23-evb.dts4 * Maxime Ripard <maxime.ripard@free-electrons.com>
11 * a) This file is free software; you can redistribute it and/or
23 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-mini-xplus.dts4 * Maxime Ripard <maxime.ripard@free-electrons.com>
11 * a) This file is free software; you can redistribute it and/or
23 * b) Permission is hereby granted, free of charge, to any person
/arch/powerpc/platforms/pseries/
Dvio.c52 size_t free; member
158 excess_free = vio_cmo.excess.free; in vio_cmo_alloc()
167 vio_cmo.excess.free -= size; in vio_cmo_alloc()
258 vio_cmo.excess.free += excess_freed; in vio_cmo_dealloc()
300 vio_cmo.excess.free += delta; in vio_cmo_entitlement_update()
307 avail = vio_cmo.excess.free; in vio_cmo_entitlement_update()
329 tmp = min(vio_cmo.excess.free, delta); in vio_cmo_entitlement_update()
331 vio_cmo.excess.free -= tmp; in vio_cmo_entitlement_update()
460 cmo->excess.free = 0; in vio_cmo_balance()
474 cmo->excess.free = cmo->excess.size - need; in vio_cmo_balance()
[all …]
/arch/um/os-Linux/
Dumid.c69 free(uml_dir); in make_uml_dir()
187 free(file); in is_umdir_used()
239 free(file); in create_pid_file()
406 free(dir); in remove_umid_dir()
Dmem.c136 free(tempname); in make_tempfile()
141 free(tempname); in make_tempfile()
/arch/arm/include/asm/mach/
Ddma.h16 void (*free)(unsigned int, dma_t *); /* optional */ member
/arch/arm/lib/
Dfindbit.S34 3: mov r0, r1 @ no free bits
75 3: mov r0, r1 @ no free bits
113 3: mov r0, r1 @ no free bits
147 3: mov r0, r1 @ no free bits
/arch/arm64/boot/dts/marvell/
Darmada-371x.dtsi8 * Gregory CLEMENT <gregory.clement@free-electrons.com>
Darmada-3720-espressobin.dts6 * Romain Perier <romain.perier@free-electrons.com>
/arch/um/drivers/
Dpty.c150 .free = generic_free,
163 .free = generic_free,
Dnull.c49 .free = null_free,

12345678910>>...21