Home
last modified time | relevance | path

Searched refs:add (Results 5426 - 5450 of 8376) sorted by relevance

1...<<211212213214215216217218219220>>...336

/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs42xattr.c51 * You can certainly add a lot more - but you get what you ask for
125 * Wrapper functions to add a cache entry to the right LRU.
372 * and is still holding it for an add operation.
418 * (!add), this means that the caller must make sure that the cache
426 nfs4_xattr_get_cache(struct inode *inode, int add) in nfs4_xattr_get_cache() argument
447 if (add && cache == NULL) { in nfs4_xattr_get_cache()
694 dprintk("%s: add '%s' len %lu\n", __func__, in nfs4_xattr_cache_add()
903 * it's no longer found. Then add it to the isolate list, in entry_lru_isolate()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dism_drv.c81 client->add(ism); in ism_register_client()
569 clients[i]->add(ism); in ism_dev_init()
/kernel/linux/linux-6.6/drivers/usb/c67x00/
H A Dc67x00-sched.c778 int (*add)(struct c67x00_hcd *, struct urb *)) in c67x00_fill_from_list()
786 /* and add the first urb */ in c67x00_fill_from_list()
791 add(c67x00, urb); in c67x00_fill_from_list()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dfujitsu-laptop.c949 .add = acpi_fujitsu_bl_add,
964 .add = acpi_fujitsu_laptop_add,
/kernel/linux/linux-6.6/arch/x86/events/amd/
H A Dcore.c696 * This shouldn't be called from NMI context, but add a safeguard here in amd_pmu_check_overflow()
800 DEFINE_STATIC_CALL_NULL(amd_pmu_branch_add, *x86_pmu.add);
1257 .add = amd_pmu_add_event,
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c21 #define CIRC_ADD(val, add, size) (((val) + (add)) & ((size) - 1))
244 /* add pbc + headers */ in hfi1_ipoib_build_tx_desc()
252 /* add the ulp payload */ in hfi1_ipoib_build_tx_desc()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Djournal.c142 goto add; in journal_read_bucket()
147 add: in journal_read_bucket()
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py431 self.async_msg_ids.add(msg.rsp_value)
482 value.add(enum.entries_by_val[i].name)
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh62 ip $ipfl link add $dev type vxlan \
88 ip $ipfl link add $dev type geneve \
883 msg="re-add a port"
931 msg="add on static port"
935 msg="add on different port"
/third_party/f2fs-tools/fsck/
H A Dmain.c12 * : add sload.f2fs
15 * : add cache layer
18 * : add sload compression support
70 MSG(0, " -g add default options\n"); in fsck_usage()
666 c.compress.filter_ops->add(optarg); in f2fs_parse_options()
676 c.compress.filter_ops->add(optarg); in f2fs_parse_options()
/third_party/ffmpeg/libavcodec/ppc/
H A Dfft_altivec.S49 .macro addi2 ra, imm // add 32-bit immediate
236 add r10,r5,r7 // o3
237 add r0,r4,r0 // wim
/third_party/ffmpeg/libavresample/aarch64/
H A Daudio_convert_neon.S200 add x0, x0, #8
302 add x0, x0, #4
/third_party/ffmpeg/libswresample/aarch64/
H A Daudio_convert_neon.S202 add x0, x0, #8
304 add x0, x0, #4
/third_party/ffmpeg/libswscale/x86/
H A Dyuv_2_rgb.asm353 add imageq, 8 * depth * time_num label
354 add indexq, 4 * time_num label
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java233 returnList.add(rule2); in makeRules()
241 returnList.add(rule1); in makeRules()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalFormatProperties.java80 /| WHEN ADDING A NEW PROPERTY, add it here, in #_clear(), in #_copyFrom(), in #equals(), |/
83 /| The unit test PropertiesTest will catch if you forget to add it to #clear(), #copyFrom(), |/
84 /| or #equals(), but it will NOT catch if you forget to add it to #hashCode(). |/
133 /| WHEN ADDING A NEW PROPERTY, add it here, in #_clear(), in #_copyFrom(), in #equals(), |/
136 /| The unit test PropertiesTest will catch if you forget to add it to #clear(), #copyFrom(), |/
137 /| or #equals(), but it will NOT catch if you forget to add it to #hashCode(). |/
1442 fieldsToSerialize.add(field); in writeObjectImpl()
1443 valuesToSerialize.add(myValue); in writeObjectImpl()
/third_party/icu/icu4c/source/i18n/
H A Duspoof.cpp634 marksSeenSoFar.add(firstNonspacingMark); in checkImpl()
643 marksSeenSoFar.add(c); in checkImpl()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMeasureUnit.java612 result.add(singleUnit.build()); in splitToSingleUnits()
691 result.add(unit); in getAvailable()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java878 // This doesn't work once we add quantifier support. Need to rewrite in transliterate()
1705 transliterators.add(getInstance(idBlock)); in createFromRules()
1710 transliterators.add(new RuleBasedTransliterator("%Pass" + passNumber++, data, null)); in createFromRules()
/third_party/icu/icu4c/source/test/intltest/
H A Ditutil.cpp876 flags.add(THING1); in TestEnumSet()
882 flags.add(THING3); in TestEnumSet()
/third_party/icu/icu4c/source/common/
H A Ducnv_ext.cpp59 * Shift byte once instead of each section word and add 0xffffff. in ucnv_extFindToU()
956 // Do not add any fallbacks, even if ucnv_fromUnicode() would use them in extSetUseMapping()
959 // By analogy, also do not add "good one-way" mappings. in extSetUseMapping()
961 // Do not add entries with reserved bits set. in extSetUseMapping()
967 // Do not add entries with reserved bits set. in extSetUseMapping()
972 // Do not add <subchar1> entries or other (future?) pseudo-entries in extSetUseMapping()
1002 /* add the initial code point */ in ucnv_extGetUnicodeSetString()
1003 sa->add(sa->set, firstCP); in ucnv_extGetUnicodeSetString()
1005 /* add the string so far */ in ucnv_extGetUnicodeSetString()
1011 /* append this code unit and recurse or add th in ucnv_extGetUnicodeSetString()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCurrencyTest.java789 ALLSET.add(ALL[i]); in TestGetKeywordValues()
851 // returned set must be modifiable - add one more currency in TestGetAvailableCurrencies()
852 avail1.add(Currency.getInstance("ZZZ")); // ZZZ is not defined by ISO 4217 in TestGetAvailableCurrencies()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalFormatProperties.java85 /| WHEN ADDING A NEW PROPERTY, add it here, in #_clear(), in #_copyFrom(), in #equals(), |/
88 /| The unit test PropertiesTest will catch if you forget to add it to #clear(), #copyFrom(), |/
89 /| or #equals(), but it will NOT catch if you forget to add it to #hashCode(). |/
137 /| WHEN ADDING A NEW PROPERTY, add it here, in #_clear(), in #_copyFrom(), in #equals(), |/
140 /| The unit test PropertiesTest will catch if you forget to add it to #clear(), #copyFrom(), |/
141 /| or #equals(), but it will NOT catch if you forget to add it to #hashCode(). |/
1426 fieldsToSerialize.add(field); in writeObjectImpl()
1427 valuesToSerialize.add(myValue); in writeObjectImpl()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRule.java234 returnList.add(rule2); in makeRules()
242 returnList.add(rule1); in makeRules()
H A DTransliterator.java858 // This doesn't work once we add quantifier support. Need to rewrite in transliterate()
1671 transliterators.add(getInstance(idBlock)); in createFromRules()
1676 transliterators.add(new RuleBasedTransliterator("%Pass" + passNumber++, data, null)); in createFromRules()

Completed in 51 milliseconds

1...<<211212213214215216217218219220>>...336