append 1542 drivers/dma/xilinx/xilinx_dma.c goto append; append 1571 drivers/dma/xilinx/xilinx_dma.c append: append 95 drivers/input/serio/gscps2.c u8 act, append; /* position in buffer[] */ append 137 drivers/input/serio/gscps2.c ps2port->act = ps2port->append = 0; append 236 drivers/input/serio/gscps2.c while ( (ps2port->buffer[ps2port->append].str = append 238 drivers/input/serio/gscps2.c ps2port->buffer[ps2port->append].data = append 240 drivers/input/serio/gscps2.c ps2port->append = ((ps2port->append+1) & BUFFER_SIZE); append 251 drivers/input/serio/gscps2.c while (ps2port->act != ps2port->append) { append 1427 drivers/input/touchscreen/usbtouchscreen.c int append = -pkt_len; append 1428 drivers/input/touchscreen/usbtouchscreen.c if (unlikely(append > len)) append 1429 drivers/input/touchscreen/usbtouchscreen.c append = len; append 1430 drivers/input/touchscreen/usbtouchscreen.c if (usbtouch->buf_len + append >= usbtouch->type->rept_size) append 1432 drivers/input/touchscreen/usbtouchscreen.c memcpy(usbtouch->buffer + usbtouch->buf_len, pkt, append); append 1433 drivers/input/touchscreen/usbtouchscreen.c usbtouch->buf_len += append; append 315 drivers/misc/cardreader/rts5249.c u16 append; append 325 drivers/misc/cardreader/rts5249.c append = PHY_TUNE_D18_1V8; append 331 drivers/misc/cardreader/rts5249.c append = PHY_TUNE_D18_1V7; append 335 drivers/misc/cardreader/rts5249.c append); append 4723 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c bool replace, bool append) append 4730 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c if (append) append 4811 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c bool replace, bool append) append 4815 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c err = mlxsw_sp_fib4_node_list_insert(fib4_entry, replace, append); append 4862 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c bool replace, bool append) append 4888 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c append); append 5987 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c bool replace, append; append 5999 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c append = fib_work->event == FIB_EVENT_ENTRY_APPEND; append 6001 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c replace, append); append 83 drivers/staging/wlan-ng/p80211metastruct.h struct p80211item_uint32 append; append 97 fs/f2fs/debug.c si->append = sbi->im[APPEND_INO].ino_num; append 319 fs/f2fs/debug.c si->orphans, si->append, si->update); append 3287 fs/f2fs/f2fs.h int inline_xattr, inline_inode, inline_dir, append, update, orphans; append 68 fs/hostfs/hostfs.h extern int open_file(char *path, int r, int w, int append); append 39 fs/hostfs/hostfs_kern.c static int append = 0; append 63 fs/hostfs/hostfs_kern.c append = 1; append 259 fs/hostfs/hostfs_kern.c if (append) append 324 fs/hostfs/hostfs_kern.c fd = open_file(name, r, w, append); append 648 fs/hostfs/hostfs_kern.c if (append) append 801 fs/hostfs/hostfs_kern.c if (append) append 70 fs/hostfs/hostfs_user.c int open_file(char *path, int r, int w, int append) append 82 fs/hostfs/hostfs_user.c if (append) append 1323 include/linux/rtsx_pci.h u8 mask, u8 append) append 1331 include/linux/rtsx_pci.h return pci_write_config_byte(pcr->pci, addr, (val & mask) | append); append 1343 include/linux/rtsx_pci.h u16 mask, u16 append) append 1352 include/linux/rtsx_pci.h return rtsx_pci_write_phy_register(pcr, addr, (val & mask) | append); append 82 include/sound/rawmidi.h bool append; /* append flag (merge more streams) */ append 284 scripts/kconfig/preprocess.c bool append = false; append 291 scripts/kconfig/preprocess.c append = true; append 313 scripts/kconfig/preprocess.c if (append) { append 88 sound/core/rawmidi.c (!substream->append || runtime->avail >= count); append 254 sound/core/rawmidi.c !substream->append) append 284 sound/core/rawmidi.c substream->append = 1; append 496 sound/core/rawmidi.c substream->append = 0; append 679 sound/core/rawmidi.c if (substream->append && substream->use_count > 1) append 1286 sound/core/rawmidi.c if (substream->append) { append 1351 sound/core/rawmidi.c if (substream->append && count > runtime->buffer_size) append 1376 sound/core/timer.c int prev, append = 0; append 1399 sound/core/timer.c append++; append 1411 sound/core/timer.c append++; append 1419 sound/core/timer.c append++; append 1422 sound/core/timer.c if (append == 0) append 70 tools/perf/builtin-ftrace.c static int __write_tracing_file(const char *name, const char *val, bool append) append 85 tools/perf/builtin-ftrace.c if (append) append 57 tools/perf/util/c++/clang.cpp CCArgs.append(CFlags.begin(), CFlags.end());