Searched refs:so (Results 1 - 25 of 153) sorted by last modified time

1234567

/linux-master/
H A DMakefile25 # We are using a recursive build, so we need to do a little thinking
276 # of make so .config is not included in this case either (for *config).
659 # CC_VERSION_TEXT is referenced from Kconfig (so it needs export),
786 # so you cannot notice that Kconfig is waiting for the user input.
855 # incompatible with -fomit-frame-pointer with current GCC, so we don't use
978 # arch Makefile may override CC so keep this after arch Makefile is included
1177 # Carefully list dependencies so we do not try to build scripts twice
1225 # needs to be updated, so this check is forced on all builds
1310 # Cancel sub_make_done so that options such as M=, V=, etc. are parsed.
1493 rust/libmacros.so
[all...]
/linux-master/fs/nfsd/
H A Dnfs4xdr.c159 * so @p is OK to use. This is the common case.
2160 * It will not have the "user." prefix, so prepend it.
3553 /* underlying FS does not offer btime so we can't share it */
4332 * splice read has been done, so the following stream
4345 * page length; reset it so as not to confuse
5334 * aligned, so possibly not word aligned. Pad
5634 * This is called before the operation is processed, so can only provide
5659 struct nfs4_stateowner *so = resp->cstate.replay_owner; local
5706 * in the case of one of these three errors, so we can
5713 if (so) {
[all...]
H A Dstate.h169 * If the server attempts to recall a delegation and the client doesn't do so
553 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) argument
555 return container_of(so, struct nfs4_openowner, oo_owner);
558 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so) argument
560 return container_of(so, struct nfs4_lockowner, lo_owner);
579 * inode can have multiple filehandles associated with it, so there is
H A Dnfs4callback.c204 * Note: remaining NFSv4 error codes have values > 10000, so should
755 static void encode_stateowner(struct xdr_stream *xdr, struct nfs4_stateowner *so) argument
759 p = xdr_reserve_space(xdr, 8 + 4 + so->so_owner.len);
760 p = xdr_encode_opaque_fixed(p, &so->so_client->cl_clientid, 8);
761 xdr_encode_opaque(p, so->so_owner.data, so->so_owner.len);
972 * so we can use 32-bit math on it. Warn if that assumption
1224 * and so will remain 1 if an rpc level failure occurs.
1246 * the submission code will error out, so we don't need to
H A Dnfs4state.c417 * track of access/deny bit combinations; so, e.g., we allow:
547 struct nfs4_stateowner *so; local
551 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval],
553 if (!so->so_is_open_owner)
555 if (same_owner_str(so, &open->op_owner))
556 return openowner(nfs4_get_stateowner(so));
1717 * in any files being closed and so all references from nfsd to the filesystem
1849 struct nfs4_stateowner *so = cstate->replay_owner; local
1858 if (!so)
1860 if (so
2394 struct nfs4_stateowner *so, *tmp; local
4673 nfsd4_cstate_assign_replay(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so) argument
4684 struct nfs4_stateowner *so = cstate->replay_owner; local
4723 nfs4_unhash_openowner(struct nfs4_stateowner *so) argument
4728 nfs4_free_openowner(struct nfs4_stateowner *so) argument
5276 nfsd4_check_seqid(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so, u32 seqid) argument
6137 struct nfs4_stateowner *so = &open->op_openowner->oo_owner; local
6330 struct nfs4_stateowner *so; local
7598 struct nfs4_stateowner *so; local
[all...]
/linux-master/rust/
H A DMakefile14 always-$(CONFIG_RUST) += libmacros.so
15 no-clean-files += libmacros.so
130 --extern build_error --extern macros=$(objtree)/$(obj)/libmacros.so \
133 rustdoc-compiler_builtins rustdoc-alloc $(obj)/libmacros.so \
194 # so for the moment we skip `-Cpanic=abort`.
217 # feature so far (`-Zbuild-std`).
234 # - Making `std` and friends be more like a "normal" crate, so that
309 # clang-18), so make sure to pass this option only if clang supports it
356 # with `-Wmissing-declarations` (unlike GCC), so it is not strictly needed here
393 --crate-name $(patsubst lib%.so,
[all...]
/linux-master/arch/arc/kernel/
H A Dhead.S25 ; Disable I-cache/D-cache if kernel so configured
51 ; Unaligned access is disabled at reset, so re-enable early as
86 ; Config DSP_CTRL properly, so kernel may use integer multiply,
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c2041 * so just simplify the logic.
2555 * over-write old w/ new so we can print end of interval values
3303 * individual system call, so delays may occur
4412 int so, shift, sib_core; local
4440 so = shift + offset;
4441 sib_core = get_core_id(so);
4443 CPU_SET_S(so, size, thiscpu->put_ids);
4444 if ((so != cpu) && (cpus[so].thread_id < 0))
4445 cpus[so]
[all...]
/linux-master/net/sunrpc/
H A Dsvcsock.c1223 * fragment buffer so that it can be included in rq_bvec.
1452 struct socket *so = sockfd_lookup(fd, &err); local
1458 if (!so)
1461 if (sock_net(so->sk) != net)
1464 if ((so->sk->sk_family != PF_INET) && (so->sk->sk_family != PF_INET6))
1467 if (so->sk->sk_protocol != IPPROTO_TCP &&
1468 so->sk->sk_protocol != IPPROTO_UDP)
1471 if (so->state > SS_UNCONNECTED)
1476 svsk = svc_setup_socket(serv, so, SVC_SOCK_DEFAULT
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt.c273 * so don't do multicast/replicated register read/write operation on it.
426 * as far as we know, so there's no chipset flush. It also doesn't
429 * However, we do have to enforce the order so that all writes through
539 * can then prime every new context with that state so they all start
544 struct intel_renderstate so; local
557 err = intel_renderstate_init(&so, ce);
571 err = intel_renderstate_emit(&so, rq);
579 intel_renderstate_fini(&so, ce);
808 * worker, so there are no functional issues, but we still end up with
817 * HuC auth, SW proxy), so al
[all...]
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile29 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds
49 $(obj)/vdso.o: $(obj)/vdso.so
51 # link rule for the .so file, .lds has to be first
52 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
54 LDFLAGS_vdso.so.dbg = -shared -S -soname=linux-vdso.so.1 \
57 # strip rule for the .so file
58 $(obj)/%.so: OBJCOPYFLAGS := -S
59 $(obj)/%.so
[all...]
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile31 targets := $(obj-compat_vdso) compat_vdso.so compat_vdso.so.dbg compat_vdso.lds
44 $(obj)/compat_vdso.o: $(obj)/compat_vdso.so
46 # link rule for the .so file, .lds has to be first
47 $(obj)/compat_vdso.so.dbg: $(obj)/compat_vdso.lds $(obj-compat_vdso) FORCE
49 LDFLAGS_compat_vdso.so.dbg = -shared -S -soname=linux-compat_vdso.so.1 \
55 # strip rule for the .so file
56 $(obj)/%.so: OBJCOPYFLAGS := -S
57 $(obj)/%.so
[all...]
/linux-master/arch/riscv/
H A DMakefile1 # This file is included by the global makefile so that you can add your own
101 # information, so just turn them off.
153 vdso-install-y += arch/riscv/kernel/vdso/vdso.so.dbg
154 vdso-install-$(CONFIG_COMPAT) += arch/riscv/kernel/compat_vdso/compat_vdso.so.dbg
/linux-master/arch/x86/entry/vdso/
H A DMakefile51 $(obj)/vdso.o: $(obj)/vdso.so
56 targets += $(foreach x, 64 x32 32, vdso-image-$(x).c vdso$(x).so vdso$(x).so.dbg)
60 VDSO_LDFLAGS_vdso.lds = -m elf_x86_64 -soname linux-vdso.so.1 --no-undefined \
63 $(obj)/vdso64.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE
72 $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c FORCE
109 # so that it can reach 64bit address space with 64bit pointers.
113 VDSO_LDFLAGS_vdsox32.lds = -m elf32_x86_64 -soname linux-vdso.so.1 \
131 $(obj)/%.so
[all...]
/linux-master/arch/x86/
H A DMakefile293 vdso-install-$(CONFIG_X86_64) += arch/x86/entry/vdso/vdso64.so.dbg
294 vdso-install-$(CONFIG_X86_X32_ABI) += arch/x86/entry/vdso/vdsox32.so.dbg
295 vdso-install-$(CONFIG_COMPAT_32) += arch/x86/entry/vdso/vdso32.so.dbg
/linux-master/tools/lib/bpf/
H A DMakefile75 LIB_TARGET = libbpf.a libbpf.so.$(LIBBPF_VERSION)
76 LIB_FILE = libbpf.a libbpf.so*
132 VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
163 $(OUTPUT)libbpf.so: $(OUTPUT)libbpf.so.$(LIBBPF_VERSION)
165 $(OUTPUT)libbpf.so.$(LIBBPF_VERSION): $(BPF_IN_SHARED) $(VERSION_SCRIPT)
167 --shared -Wl,-soname,libbpf.so.$(LIBBPF_MAJOR_VERSION) \
169 @ln -sf $(@F) $(OUTPUT)libbpf.so
170 @ln -sf $(@F) $(OUTPUT)libbpf.so.$(LIBBPF_MAJOR_VERSION)
183 check_abi: $(OUTPUT)libbpf.so
[all...]
/linux-master/scripts/kconfig/
H A Dsymbol.c880 off_t so, eo; member in struct:sym_match
902 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name);
903 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name);
942 /* As regexec returned 0, we know we have a match, so
945 sym_match_arr[cnt].so = match[0].rm_so;
968 * current state so we can print out relevant info to user.
969 * The entries are located on the call stack so no need to free memory.
998 * check_top point to the top of the stact so we use
/linux-master/arch/loongarch/vdso/
H A DMakefile38 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
59 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
69 targets += vdso.lds vdso.so.dbg vdso.so
78 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
81 $(obj)/vdso.so: OBJCOPYFLAGS := -S
82 $(obj)/vdso.so: $(obj)/vdso.so.dbg FORCE
87 $(obj)/vdso.o : $(obj)/vdso.so
/linux-master/arch/loongarch/
H A DMakefile67 # assembler, so we force it via an option.
129 # instead of .eh_frame so we don't discard them.
166 vdso-install-y += arch/loongarch/vdso/vdso.so.dbg
/linux-master/arch/arm/kernel/
H A Diwmmxt.S75 bne 4f @ if so no business here
/linux-master/tools/verification/rv/
H A DMakefile.rv14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)
/linux-master/tools/tracing/rtla/
H A DMakefile.rtla14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)
/linux-master/arch/s390/
H A DMakefile5 # This file is included by the global makefile so that you can add your own
167 vdso-install-y += arch/s390/kernel/vdso64/vdso64.so.dbg
168 vdso-install-$(CONFIG_COMPAT) += arch/s390/kernel/vdso32/vdso32.so.dbg
/linux-master/tools/testing/ktest/
H A Dktest.pl455 Only valid options so far are "grub", "grub2", "grub2bls", "syslinux", and "script".
824 # it so we don't warn if this option is not one of
1654 # place terminal in cbreak mode so that stdin can be read one character at
/linux-master/arch/powerpc/kernel/
H A DMakefile226 $(obj)/vdso32_wrapper.o : $(obj)/vdso/vdso32.so.dbg
227 $(obj)/vdso64_wrapper.o : $(obj)/vdso/vdso64.so.dbg

Completed in 310 milliseconds

1234567