Searched refs:cc (Results 151 - 175 of 450) sorted by last modified time

1234567891011>>

/linux-master/mm/
H A Dpage_alloc.c582 capc->cc->zone == zone ? capc : NULL;
589 if (!capc || order != capc->cc->order)
605 capc->cc->migratetype != MIGRATE_MOVABLE)
6307 int __alloc_contig_migrate_range(struct compact_control *cc,
6317 .nid = zone_to_nid(cc->zone),
6328 while (pfn < end || !list_empty(&cc->migratepages)) {
6334 if (list_empty(&cc->migratepages)) {
6335 cc->nr_migratepages = 0;
6336 ret = isolate_migratepages_range(cc, pfn, end);
6339 pfn = cc
6242 __alloc_contig_migrate_range(struct compact_control *cc, unsigned long start, unsigned long end, int migratetype) argument
6346 struct compact_control cc = { local
[all...]
H A Dkhugepaged.c544 struct collapse_control *cc,
560 (!cc->is_khugepaged ||
589 if (cc->is_khugepaged &&
660 if (cc->is_khugepaged &&
672 } else if (unlikely(cc->is_khugepaged && !referenced)) {
831 static bool hpage_collapse_scan_abort(int nid, struct collapse_control *cc)
843 if (cc->node_load[nid])
847 if (!cc->node_load[i])
866 static int hpage_collapse_find_target_node(struct collapse_control *cc)
872 if (cc
541 __collapse_huge_page_isolate(struct vm_area_struct *vma, unsigned long address, pte_t *pte, struct collapse_control *cc, struct list_head *compound_pagelist) argument
834 hpage_collapse_scan_abort(int nid, struct collapse_control *cc) argument
869 hpage_collapse_find_target_node(struct collapse_control *cc) argument
888 hpage_collapse_find_target_node(struct collapse_control *cc) argument
914 hugepage_vma_revalidate(struct mm_struct *mm, unsigned long address, bool expect_anon, struct vm_area_struct **vmap, struct collapse_control *cc) argument
1062 alloc_charge_hpage(struct page **hpage, struct mm_struct *mm, struct collapse_control *cc) argument
1087 collapse_huge_page(struct mm_struct *mm, unsigned long address, int referenced, int unmapped, struct collapse_control *cc) argument
1251 hpage_collapse_scan_pmd(struct mm_struct *mm, struct vm_area_struct *vma, unsigned long address, bool *mmap_locked, struct collapse_control *cc) argument
1795 collapse_file(struct mm_struct *mm, unsigned long addr, struct file *file, pgoff_t start, struct collapse_control *cc) argument
2222 hpage_collapse_scan_file(struct mm_struct *mm, unsigned long addr, struct file *file, pgoff_t start, struct collapse_control *cc) argument
2321 hpage_collapse_scan_file(struct mm_struct *mm, unsigned long addr, struct file *file, pgoff_t start, struct collapse_control *cc) argument
2492 khugepaged_do_scan(struct collapse_control *cc) argument
2706 struct collapse_control *cc; local
[all...]
H A Dcompaction.c239 static inline bool isolation_suitable(struct compact_control *cc, argument
242 if (cc->ignore_skip_hint)
470 static bool test_and_set_skip(struct compact_control *cc, struct page *page) argument
475 if (cc->ignore_skip_hint)
479 if (!skip && !cc->no_set_skip_hint)
485 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) argument
487 struct zone *zone = cc->zone;
490 if (cc->no_set_skip_hint)
498 if (cc->mode != MIGRATE_ASYNC &&
507 static void update_pageblock_skip(struct compact_control *cc, argument
521 isolation_suitable(struct compact_control *cc, struct page *page) argument
532 update_pageblock_skip(struct compact_control *cc, struct page *page, unsigned long pfn) argument
537 update_cached_migrate(struct compact_control *cc, unsigned long pfn) argument
541 test_and_set_skip(struct compact_control *cc, struct page *page) argument
584 compact_unlock_should_abort(spinlock_t *lock, unsigned long flags, bool *locked, struct compact_control *cc) argument
607 isolate_freepages_block(struct compact_control *cc, unsigned long *start_pfn, unsigned long end_pfn, struct list_head *freelist, unsigned int stride, bool strict) argument
745 isolate_freepages_range(struct compact_control *cc, unsigned long start_pfn, unsigned long end_pfn) argument
815 too_many_isolated(struct compact_control *cc) argument
891 isolate_migratepages_block(struct compact_control *cc, unsigned long low_pfn, unsigned long end_pfn, isolate_mode_t mode) argument
1377 isolate_migratepages_range(struct compact_control *cc, unsigned long start_pfn, unsigned long end_pfn) argument
1416 suitable_migration_source(struct compact_control *cc, struct page *page) argument
1436 suitable_migration_target(struct compact_control *cc, struct page *page) argument
1464 freelist_scan_limit(struct compact_control *cc) argument
1475 compact_scanners_met(struct compact_control *cc) argument
1515 fast_isolate_around(struct compact_control *cc, unsigned long pfn) argument
1544 next_search_order(struct compact_control *cc, int order) argument
1561 fast_isolate_freepages(struct compact_control *cc) argument
1734 isolate_freepages(struct compact_control *cc) argument
1856 struct compact_control *cc = (struct compact_control *)data; local
1908 struct compact_control *cc = (struct compact_control *)data; local
1946 update_fast_start_pfn(struct compact_control *cc, unsigned long pfn) argument
1958 reinit_migrate_pfn(struct compact_control *cc) argument
1974 fast_find_migrateblock(struct compact_control *cc) argument
2096 isolate_migratepages(struct compact_control *cc) argument
2289 __compact_finished(struct compact_control *cc) argument
2386 compact_finished(struct compact_control *cc) argument
2525 compact_zone(struct compact_control *cc, struct capture_control *capc) argument
2767 struct compact_control cc = { local
2904 struct compact_control cc = { local
3067 struct compact_control cc = { local
[all...]
/linux-master/lib/raid6/
H A DMakefile17 altivec_flags := -maltivec $(call cc-option,-mabi=altivec)
/linux-master/kernel/power/
H A Dswap.c643 struct crypto_comp *cc; /* crypto compressor stream */ member in struct:cmp_data
679 d->ret = crypto_comp_compress(d->cc, d->unc, d->unc_len,
753 data[thr].cc = crypto_alloc_comp(hib_comp_algo, 0, 0);
754 if (IS_ERR_OR_NULL(data[thr].cc)) {
755 pr_err("Could not allocate comp stream %ld\n", PTR_ERR(data[thr].cc));
907 if (data[thr].cc)
908 crypto_free_comp(data[thr].cc);
1150 struct crypto_comp *cc; /* crypto compressor stream */ member in struct:dec_data
1183 d->ret = crypto_comp_decompress(d->cc, d->cmp + CMP_HEADER, d->cmp_len,
1262 data[thr].cc
[all...]
/linux-master/kernel/
H A DMakefile42 CFLAGS_kcov.o := $(call cc-option, -fno-conserve-stack) -fno-stack-protector
/linux-master/include/trace/events/
H A Dcompaction.h102 TP_PROTO(struct compact_control *cc, unsigned long zone_start,
105 TP_ARGS(cc, zone_start, zone_end, sync),
117 __entry->migrate_pfn = cc->migrate_pfn;
118 __entry->free_pfn = cc->free_pfn;
132 TP_PROTO(struct compact_control *cc, unsigned long zone_start,
136 TP_ARGS(cc, zone_start, zone_end, sync, status),
149 __entry->migrate_pfn = cc->migrate_pfn;
150 __entry->free_pfn = cc->free_pfn;
/linux-master/fs/smb/client/
H A Dreparse.c174 struct smb2_create_ea_ctx *cc; local
176 *cc_len = round_up(sizeof(*cc) + dlen, 8);
177 cc = kzalloc(*cc_len, GFP_KERNEL);
178 if (!cc)
181 cc->ctx.NameOffset = cpu_to_le16(offsetof(struct smb2_create_ea_ctx,
183 cc->ctx.NameLength = cpu_to_le16(4);
184 memcpy(cc->name, SMB2_CREATE_EA_BUFFER, strlen(SMB2_CREATE_EA_BUFFER));
185 cc->ctx.DataOffset = cpu_to_le16(offsetof(struct smb2_create_ea_ctx, ea));
186 cc->ctx.DataLength = cpu_to_le32(dlen);
187 return cc;
201 struct smb2_create_ea_ctx *cc; local
261 struct smb2_create_ea_ctx *cc; local
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A Dtpm.c174 efi_cc_protocol_t *cc = NULL; local
176 status = efi_bs_call(locate_protocol, &cc_guid, NULL, (void **)&cc);
181 status = efi_call_proto(cc, get_event_log, version, &log_location,
H A Defi-stub-helper.c276 efi_cc_protocol_t *cc = NULL; local
278 efi_bs_call(locate_protocol, &cc_guid, NULL, (void **)&cc);
279 if (!cc)
289 status = efi_call_proto(cc, map_pcr_to_mr_index,
295 protocol = cc;
297 (void *)efi_table_attr(cc, hash_log_extend_event);
H A DMakefile18 $(call cc-disable-warning, address-of-packed-member) \
19 $(call cc-disable-warning, gnu) \
30 $(call cc-option,-mno-single-pic-base)
42 $(call cc-option,-fno-addrsig) \
/linux-master/arch/x86/boot/compressed/
H A DMakefile23 # CLANG_FLAGS must come before any cc-disable-warning or cc-option calls in
37 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
38 KBUILD_CFLAGS += $(call cc-disable-warning, gnu)
40 KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
44 KBUILD_CFLAGS += $(call cc-option,-Wa$(comma)-mrelax-relocations=no)
/linux-master/arch/s390/mm/
H A Dpgtable.c911 * Returns < 0 in case of error, otherwise the cc to be reported to the guest.
920 int cc = 0; local
944 cc = page_reset_referenced(paddr);
946 return cc;
959 cc = page_reset_referenced(paddr);
961 pgste_val(new) |= ((unsigned long) cc << 53) & PGSTE_HR_BIT;
964 cc |= (pgste_val(old) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 49;
971 return cc;
/linux-master/arch/arm64/kernel/pi/
H A DMakefile7 $(call cc-option,-mbranch-protection=none) \
12 $(call cc-option,-fno-addrsig)
/linux-master/tools/virtio/
H A DMakefile16 cc-option = $(call __cc-option, $(CC),$(1))
18 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -include ../../include/linux/kconfig.h $(call cc-option,-mfunction-return=thunk) $(call cc-option,-fcf-protection=none) $(call cc-option,-mindirect-branch-register)
/linux-master/scripts/
H A DMakefile.ubsan13 ubsan-cflags-$(CONFIG_UBSAN_TRAP) += $(call cc-option,-fsanitize-trap=undefined,-fsanitize-undefined-trap-on-error)
H A DMakefile.host61 # C++ executables compiled from at least one .cc file
65 # C++ Object (.o) files compiled from .cc files
135 # Link an executable based on list of .o files, a mixture of .c and .cc
146 # Create .o file from a single .cc (C++) file
149 $(host-cxxobjs): $(obj)/%.o: $(src)/%.cc FORCE
/linux-master/net/ipv4/
H A Dinet_diag.c828 static int valid_cc(const void *bc, int len, int cc) argument
833 if (cc > len)
835 if (cc == len)
/linux-master/include/linux/platform_data/
H A Dbrcmfmac.h109 * @cc: firmware country code string.
114 char cc[BRCMFMAC_COUNTRY_BUF_SZ]; member in struct:brcmfmac_pd_cc_entry
/linux-master/drivers/s390/cio/
H A Dchsc_sch.c206 int cc; local
224 cc = chsc(chsc_area);
225 snprintf(dbf, sizeof(dbf), "cc:%d", cc);
227 switch (cc) {
243 CHSC_MSG(2, "chsc on 0.%x.%04x returned cc=%d\n",
244 sch->schid.ssid, sch->schid.sch_no, cc);
/linux-master/drivers/s390/block/
H A Ddasd_diag.c73 int cc; local
75 cc = 3;
78 "0: ipm %[cc]\n"
79 " srl %[cc],28\n"
82 : [cc] "+&d" (cc), [rx] "+&d" (rx.pair), "+m" (*(addr_type *)iob)
84 : "cc");
85 return cc | rx.odd;
/linux-master/drivers/ptp/
H A Dptp_vclock.c54 vclock->cc.mult = PTP_VCLOCK_CC_MULT + adj;
119 timecounter_init(&vclock->tc, &vclock->cc, ns);
167 static u64 ptp_vclock_read(const struct cyclecounter *cc) argument
169 struct ptp_vclock *vclock = cc_to_vclock(cc);
201 vclock->cc = ptp_vclock_cc;
216 timecounter_init(&vclock->tc, &vclock->cc, 0);
H A Dptp_private.h68 #define cc_to_vclock(d) container_of((d), struct ptp_vclock, cc)
76 struct cyclecounter cc; member in struct:ptp_vclock
78 struct mutex lock; /* protects tc/cc */
/linux-master/drivers/nvme/target/
H A Dfabrics-cmd.c62 val = ctrl->cc;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3477 struct lcnphy_unsign16_struct cc; local
3478 cc.re = 0;
3479 cc.im = 0;
3483 cc.re = a;
3484 cc.im = b;
3490 cc.re = (u16) di0;
3491 cc.im = (u16) dq0;
3495 cc.re = (u16) ei;
3496 cc.im = (u16) eq;
3500 cc
[all...]

Completed in 301 milliseconds

1234567891011>>