Searched refs:need (Results 1 - 25 of 122) sorted by relevance

12345

/linux-master/include/asm-generic/
H A Dtlbflush.h7 * If you have an MMU, you need to write your own functions.
10 #error need to implement an architecture specific asm/tlbflush.h
H A Dpage.h10 #error need to provide a real asm/page.h
/linux-master/drivers/mtd/ubi/
H A Dmisc.c94 int need = ubi->beb_rsvd_level - ubi->beb_rsvd_pebs; local
96 if (need <= 0 || ubi->avail_pebs == 0)
99 need = min_t(int, need, ubi->avail_pebs);
100 ubi->avail_pebs -= need;
101 ubi->rsvd_pebs += need;
102 ubi->beb_rsvd_pebs += need;
103 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need);
/linux-master/arch/m68k/fpsp040/
H A Dx_bsun.S8 | The real_bsun handler will need to perform further corrective
/linux-master/tools/virtio/ringtest/
H A Dring.c68 /* we do not need to track last avail index
189 bool need; local
194 need = need_event(event->kick_index,
199 if (need)
237 /* simple in-order completion: we don't need
256 bool need; local
262 need = need_event(event->call_index,
268 if (need)
H A Dvirtio_ring_0_9.c55 /* we do not need to track last avail index
228 bool need; local
233 need = vring_need_event(vring_avail_event(&ring),
238 if (need)
321 bool need; local
326 need = vring_need_event(vring_used_event(&ring),
331 if (need)
/linux-master/arch/arc/mm/
H A Dtlbex.S13 * -For MMU V2, we need not do heuristics at the time of committing a D-TLB
52 ; need to be saved as well by extending the "global" to be 4 words. Hence
55 ; only need to save only a handful of regs, as opposed to complete reg file]
341 ; By now, r2 setup with all the Flags we need to check in PTE
/linux-master/fs/ceph/
H A Dmdsmap.c68 size_t need; \
70 need = sizeof(type) * n; \
71 ceph_decode_need(p, end, need, bad); \
72 *p += need; \
78 size_t need; \
80 need = (sizeof(ktype) + sizeof(vtype)) * n; \
81 ceph_decode_need(p, end, need, bad); \
82 *p += need; \
363 size_t need; local
365 need
[all...]
/linux-master/scripts/
H A Dsphinx-pre-install21 my $need = 0;
96 # provide all packages we need. When such distros are
99 # So, we need to ignore the packages that distros would
100 # need for LaTeX to work
132 $need++;
377 return if (!$need && !$optional);
452 return if (!$need && !$optional);
508 return if (!$need && !$optional);
552 return if (!$need && !$optional);
582 return if (!$need
[all...]
/linux-master/fs/configfs/
H A Ditem.c52 int need; local
60 need = vsnprintf(item->ci_namebuf, limit, fmt, args);
62 if (need < limit)
/linux-master/mm/
H A Dpage_ext.c33 * is the need callback which is mandatory if user wants to avoid useless
37 * The need callback is used to decide whether extended memory allocation is
40 * allocating huge chunk of memory, each clients represent their need of
41 * extra memory through the need callback. If one of the need callbacks
44 * none of need callbacks return true, memory isn't needed at all in this boot
48 * When need callback returns true, page_ext checks if there is a request for
73 .need = need_page_idle,
106 bool need = false; local
109 if (page_ext_ops[i]->need()) {
[all...]
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_32.S42 movl tr_start, %eax # where we need to go
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S22 # reload the gdt, as we need the full 32 bit address
31 # and restore the stack ... but you need gdt for this to work
/linux-master/tools/memory-model/scripts/
H A Dchecklitmushist.sh27 echo Run scripts/initlitmushist.sh first, need litmus repo.
H A Dnewlitmushist.sh27 echo Run scripts/initlitmushist.sh first, need litmus repo.
/linux-master/net/ceph/
H A Dauth_x.c26 int need; /* missing + need renewal */ local
28 ceph_x_validate_tickets(ac, &need);
30 WARN_ON((need & missing) != missing);
39 int need; local
41 ceph_x_validate_tickets(ac, &need);
42 dout("%s want 0x%x have 0x%x need 0x%x -> %d\n", __func__,
43 ac->want_keys, xi->have_keys, need, !!need);
44 return !!need;
492 int need; local
[all...]
/linux-master/drivers/s390/scsi/
H A Dzfcp_erp.c32 * need for some recovery.
125 enum zfcp_erp_act_type need = want; local
132 need = 0;
136 need = 0;
141 need = 0;
150 need = 0;
158 return need;
166 enum zfcp_erp_act_type need = want; local
181 need = ZFCP_ERP_ACTION_REOPEN_PORT;
186 need
213 zfcp_erp_setup_act(enum zfcp_erp_act_type need, u32 act_status, struct zfcp_adapter *adapter, struct zfcp_port *port, struct scsi_device *sdev) argument
287 enum zfcp_erp_act_type need; local
[all...]
/linux-master/include/linux/
H A Dpage_ext.h17 * @need: Function that returns true if client requires page_ext.
28 bool (*need)(void); member in struct:page_ext_operations
/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c481 size_t ctrset_size, need = 0; local
490 need = ctrset_size * sizeof(u64) + sizeof(*ctrdata);
491 if (need <= room) {
498 need = 0;
501 return need;
1507 size_t need = 0; local
1510 need = sizeof(*p) + sizeof(u64) * ctrset_size;
1511 if (need <= room) {
1516 need = 0;
1518 return need;
1600 size_t need; local
1921 size_t need; local
[all...]
/linux-master/arch/arc/lib/
H A Dmemset.S55 b memset ;tail call so need to tinker with blink
/linux-master/arch/arm/nwfpe/
H A Dentry.S102 @ We need to be prepared for the instructions at .Lx1 and .Lx2
119 @ If yes, we need to call the relevant co-processor handler.
142 @ Test if we need to give access to iWMMXt coprocessors
/linux-master/scripts/package/
H A Dmkdebian144 if [ "$1" = --need-source ]; then
228 This is useful for people who need to build external modules
240 This package will come in handy if you need to debug the kernel. It provides
/linux-master/arch/x86/kernel/
H A Damd_gart_64.c362 struct scatterlist *sout, unsigned long pages, int need)
364 if (!need) {
381 int need = 0, nextneed, i, out, start, ret; local
412 if (!iommu_merge || !nextneed || !need || s->offset ||
416 sgmap, pages, need);
430 need = nextneed;
434 ret = dma_map_cont(dev, start_sg, i - start, sgmap, pages, need);
739 /* need to map that range */
361 dma_map_cont(struct device *dev, struct scatterlist *start, int nelems, struct scatterlist *sout, unsigned long pages, int need) argument
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h21 # addresses, and need to have the appropriate memory region set
98 # All cores other than the master need to wait here for SMP bootstrap
/linux-master/fs/nfsd/
H A Dfilecache.c192 * Otherwise, we need to put the reference we hold on the
209 nfsd_file_alloc(struct net *net, struct inode *inode, unsigned char need, argument
228 nf->nf_may = need;
308 * On others, there is no need to wait for writeback.
920 struct inode *inode, unsigned char need,
929 if (nf->nf_may != need)
984 unsigned char need = may_flags & NFSD_FILE_MAY_MASK; local
1001 nf = nfsd_file_lookup_locked(net, current_cred(), inode, need, want_gc);
1015 new = nfsd_file_alloc(net, inode, need, want_gc);
1023 nf = nfsd_file_lookup_locked(net, current_cred(), inode, need, want_g
919 nfsd_file_lookup_locked(const struct net *net, const struct cred *cred, struct inode *inode, unsigned char need, bool want_gc) argument
[all...]

Completed in 345 milliseconds

12345